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

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

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

The operation descriptors for each operation of each type.


Field Summary
static ExecutorOperation _Element__allOwnedElements
           
static ExecutorOperation _Element__getValue
           
static ExecutorOperation _Enumeration__allInstances
           
static ExecutorOperation _ParameterableElement__isCompatibleWith
           
static ExecutorOperation _ParameterableElement__isTemplateParameter
           
static ExecutorOperation _Property__isAttribute
           
static ExecutorOperation _PropertyCallExp__getSpecializedReferredPropertyOwningType
           
static ExecutorOperation _PropertyCallExp__getSpecializedReferredPropertyType
           
static ExecutorOperation _ReferringElement__getReferredElement
           
static ExecutorOperation _SelfType__specializeIn
           
static ExecutorOperation _TemplateableElement__isTemplate
           
static ExecutorOperation _TemplateableElement__parameterableElements
           
static ExecutorOperation _Type__specializeIn
           
static ExecutorOperation _TypedMultiplicityElement__CompatibleBody
           
static ExecutorOperation _TypedMultiplicityElement__makeParameter
           
static ExecutorOperation _ValueSpecification__booleanValue
           
static ExecutorOperation _ValueSpecification__integerValue
           
static ExecutorOperation _ValueSpecification__isComputable
           
static ExecutorOperation _ValueSpecification__isNull
           
static ExecutorOperation _ValueSpecification__stringValue
           
static ExecutorOperation _ValueSpecification__unlimitedValue
           
 
Constructor Summary
PivotTables.Operations()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Element__allOwnedElements

@NonNull
public static final ExecutorOperation _Element__allOwnedElements

_Element__getValue

@NonNull
public static final ExecutorOperation _Element__getValue

_Enumeration__allInstances

@NonNull
public static final ExecutorOperation _Enumeration__allInstances

_ParameterableElement__isCompatibleWith

@NonNull
public static final ExecutorOperation _ParameterableElement__isCompatibleWith

_ParameterableElement__isTemplateParameter

@NonNull
public static final ExecutorOperation _ParameterableElement__isTemplateParameter

_Property__isAttribute

@NonNull
public static final ExecutorOperation _Property__isAttribute

_PropertyCallExp__getSpecializedReferredPropertyOwningType

@NonNull
public static final ExecutorOperation _PropertyCallExp__getSpecializedReferredPropertyOwningType

_PropertyCallExp__getSpecializedReferredPropertyType

@NonNull
public static final ExecutorOperation _PropertyCallExp__getSpecializedReferredPropertyType

_ReferringElement__getReferredElement

@NonNull
public static final ExecutorOperation _ReferringElement__getReferredElement

_SelfType__specializeIn

@NonNull
public static final ExecutorOperation _SelfType__specializeIn

_TemplateableElement__isTemplate

@NonNull
public static final ExecutorOperation _TemplateableElement__isTemplate

_TemplateableElement__parameterableElements

@NonNull
public static final ExecutorOperation _TemplateableElement__parameterableElements

_Type__specializeIn

@NonNull
public static final ExecutorOperation _Type__specializeIn

_TypedMultiplicityElement__CompatibleBody

@NonNull
public static final ExecutorOperation _TypedMultiplicityElement__CompatibleBody

_TypedMultiplicityElement__makeParameter

@NonNull
public static final ExecutorOperation _TypedMultiplicityElement__makeParameter

_ValueSpecification__booleanValue

@NonNull
public static final ExecutorOperation _ValueSpecification__booleanValue

_ValueSpecification__integerValue

@NonNull
public static final ExecutorOperation _ValueSpecification__integerValue

_ValueSpecification__isComputable

@NonNull
public static final ExecutorOperation _ValueSpecification__isComputable

_ValueSpecification__isNull

@NonNull
public static final ExecutorOperation _ValueSpecification__isNull

_ValueSpecification__stringValue

@NonNull
public static final ExecutorOperation _ValueSpecification__stringValue

_ValueSpecification__unlimitedValue

@NonNull
public static final ExecutorOperation _ValueSpecification__unlimitedValue
Constructor Detail

PivotTables.Operations

public PivotTables.Operations()