org.eclipse.ocl.examples.pivot
Class PivotTables.TypeParameters

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.PivotTables.TypeParameters
Enclosing class:
PivotTables

public static class PivotTables.TypeParameters
extends java.lang.Object

The type parameters for templated types and operations.


Field Summary
static ExecutorTypeParameter _Metaclass_T
           
static ExecutorTypeParameter _Visitor_R
           
 
Constructor Summary
PivotTables.TypeParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Metaclass_T

@NonNull
public static final ExecutorTypeParameter _Metaclass_T

_Visitor_R

@NonNull
public static final ExecutorTypeParameter _Visitor_R
Constructor Detail

PivotTables.TypeParameters

public PivotTables.TypeParameters()