Uses of Interface
org.eclipse.ocl.examples.domain.ids.TypeId

Packages that use TypeId
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.inliner   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.types   
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.domain.values.util   
org.eclipse.ocl.examples.library.classifier   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.enumeration   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.library.integer   
org.eclipse.ocl.examples.library.iterator   
org.eclipse.ocl.examples.library.oclany   
org.eclipse.ocl.examples.library.real   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.library   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.uml   
 

Uses of TypeId in org.eclipse.ocl.examples.codegen.analyzer
 

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type TypeId
 CGTypeId CodeGenAnalyzer.getTypeId(TypeId typeId)
           
 

Uses of TypeId in org.eclipse.ocl.examples.codegen.cgmodel
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return TypeId
 TypeId CGTypedElement.getASTypeId()
          Return the TypeId of the pivot element.
 

Uses of TypeId in org.eclipse.ocl.examples.codegen.cgmodel.impl
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return TypeId
 TypeId CGModelFactoryImpl.createTypeIdFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 TypeId CGExecutorTypeImpl.getASTypeId()
          Return the TypeId of the pivot element.
 TypeId CGTextImpl.getASTypeId()
          Return the TypeId of the pivot element.
 TypeId CGTypeIdImpl.getASTypeId()
          Return the TypeId of the pivot element.
 TypeId CGTypedElementImpl.getASTypeId()
          Return the TypeId of the pivot element.
 

Uses of TypeId in org.eclipse.ocl.examples.codegen.inliner
 

Methods in org.eclipse.ocl.examples.codegen.inliner with parameters of type TypeId
 java.lang.Object PropertyInliners.BoxedExplicitNavigationProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object PropertyInliners.UnboxedCompositionProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object PropertyInliners.UnboxedExplicitNavigationProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.codegen.java
 

Fields in org.eclipse.ocl.examples.codegen.java declared as TypeId
static TypeId JavaConstants.DOMAIN_PROPERTY_TYPE_ID
           
static TypeId JavaConstants.DOMAIN_TYPE_TYPE_ID
           
static TypeId JavaConstants.EVALUATOR_TYPE_ID
           
static TypeId JavaConstants.ID_RESOLVER_TYPE_ID
           
static TypeId JavaConstants.STANDARD_LIBRARY_TYPE_ID
           
static TypeId JavaConstants.TYPE_ID_TYPE_ID
           
static TypeId JavaConstants.UNBOXED_COMPOSITION_PROPERTY_TYPE_ID
           
static TypeId JavaConstants.UNBOXED_EXPLICIT_NAVIGATION_PROPERTY_TYPE_ID
           
static TypeId JavaConstants.UNBOXED_OPPOSITE_NAVIGATION_PROPERTY_TYPE_ID
           
 

Methods in org.eclipse.ocl.examples.codegen.java that return TypeId
static TypeId JavaConstants.getJavaTypeId(java.lang.Class<?> javaClass)
          Return the named Java typeId.
 

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type TypeId
 java.lang.Object UnboxedCompositionProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object UnboxedExplicitNavigationProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object UnboxedOppositeNavigationProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
protected  void JavaLocalContext.setNames(CGValuedElement cgValuedElement, java.lang.String nameHint, TypeId typeId)
           
protected  void JavaLocalContext.setNames2(CGValuedElement cgValuedElement, java.lang.String nameHint, TypeId typeId)
           
 

Uses of TypeId in org.eclipse.ocl.examples.codegen.java.types
 

Classes in org.eclipse.ocl.examples.codegen.java.types that implement TypeId
 class JavaTypeId
          A JavaTypeId enables a Java class to be represented as a typeid singleton.
 

Uses of TypeId in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return TypeId
 TypeId DomainParameterTypes.DomainParameter.getTypeId()
           
 TypeId DomainType.getTypeId()
          Return a unique StandardLibrary-independent identifier for this type.
 TypeId DomainTypedElement.getTypeId()
           
 

Uses of TypeId in org.eclipse.ocl.examples.domain.ids
 

Subinterfaces of TypeId in org.eclipse.ocl.examples.domain.ids
 interface BuiltInTypeId
          A BuiltInTypeId provides a unique identifier for a built-in' primitive type or collection such as Boolean or Set.
 interface ClassId
          A ClassId provides a unique hierarchical identifier for a class which is nested by unique name in a parent package.
 interface CollectionTypeId
          A CollectionTypeId provides a unique identifier for an unspecialized collection type such as Set(T).
 interface DataTypeId
          A DataTypeId provides a unique hierarchical identifier for a datatype which is nested by unique name in a parent package.
 interface EnumerationId
          A EnumerationId provides a unique hierarchical for an enumeration which may have many 'actual' type variants.
 interface LambdaTypeId
          A LambdaTypeId provides a unique hierarchical identifier a Lambda function name and parameters.
 interface MetaclassId
          A MetaclassId provides a unique identifier for an unspecialized metaclass type such as Metaclass(T).
 interface NestedTypeId
          A NestedTypeId provides a unique hierarchical identifier for a type which is nested by unique name in a parent package.
 interface OclInvalidTypeId
          OclInvalidTypeId provides a unique identifier for the invalid type; OclInvalid.
 interface OclVoidTypeId
          OclVoidTypeId provides a unique identifier for the null type; OclVoid.
 interface PrimitiveTypeId
          A PrimitiveTypeId provides a unique identifier for a primitive type such as Boolean.
 interface TemplateableTypeId
          A NestedTypeId provides a unique hierarchical identifier for a type which is nested by unique name in a parent package.
 interface TemplateBinding
           
 interface TemplateParameterId
          A TemplateParameterId provides a unique identifier for a template parameter such as Set or product(...).
 interface TupleTypeId
          A TupleTypeid provides a unique hierarchical identifier a Tuple such as Tuple{first:String,second:Integer}.
 interface UnspecifiedId
          A UnspecifiedTypeId provides a unique identifier for an unspecified type such as a wildcard or under-specified type.
 

Fields in org.eclipse.ocl.examples.domain.ids declared as TypeId
static TypeId[] TypeId.NULL_TYPE_ID_ARRAY
           
 

Methods in org.eclipse.ocl.examples.domain.ids that return TypeId
 TypeId CollectionTypeId.getElementTypeId()
           
 TypeId OperationId.getParent()
           
 TypeId PropertyId.getParent()
           
 TypeId TuplePartId.getTypeId()
           
static TypeId IdManager.getTypeId(org.eclipse.emf.ecore.EClassifier eClassifier)
          Return the typeId for an EClassifier.
 

Methods in org.eclipse.ocl.examples.domain.ids with parameters of type TypeId
static LambdaTypeId IdManager.getLambdaTypeId(java.lang.String name, TypeId... typeIds)
          Return the named lambda typeId with the defined type parameters.
static ParametersId IdManager.getParametersId(TypeId... typeIds)
          Return the parametersId for a given type list.
static TuplePartId IdManager.getTuplePartId(int index, java.lang.String name, TypeId typeId)
          Return the named tuplePartId with the defined name and type.
 

Uses of TypeId in org.eclipse.ocl.examples.domain.ids.impl
 

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement TypeId
 class AbstractMetaclassId
           
 class AbstractTypeId
           
 class EnumerationIdImpl
           
 class EnumerationLiteralIdImpl
           
 class GeneralizedClassIdImpl
           
 class GeneralizedCollectionTypeIdImpl
           
 class GeneralizedDataTypeIdImpl
           
 class GeneralizedLambdaTypeIdImpl
           
 class GeneralizedMetaclassIdImpl
           
 class GeneralizedNestedTypeIdImpl
           
 class GeneralizedTupleTypeIdImpl
           
 class GeneralizedTypeIdImpl<T extends TemplateableId>
           
 class OclInvalidTypeIdImpl
           
 class OclVoidTypeIdImpl
           
 class PrimitiveTypeIdImpl
           
 class SpecializedCollectionTypeIdImpl
           
 class SpecializedLambdaTypeIdImpl
           
 class SpecializedMetaclassIdImpl
           
 class SpecializedTypeIdImpl
           
 class TemplateBindingImpl
           
 class TemplateParameterIdImpl
           
 class UnscopedId
           
 class UnspecifiedIdImpl
           
 

Fields in org.eclipse.ocl.examples.domain.ids.impl declared as TypeId
protected  TypeId AbstractElementId.OperationIdsMap.parentId
           
protected  TypeId AbstractElementId.PropertyIdsMap.parentId
           
protected  TypeId GeneralizedOperationIdImpl.parentId
           
protected  TypeId PropertyIdImpl.parentId
           
protected  TypeId TuplePartIdImpl.typeId
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl that return TypeId
 TypeId[] ParametersIdImpl.get()
           
 TypeId ParametersIdImpl.get(int index)
           
 TypeId OclVoidTypeIdImpl.getElementId()
           
 TypeId OclVoidTypeIdImpl.getElementTypeId()
           
 TypeId SpecializedCollectionTypeIdImpl.getElementTypeId()
           
 TypeId GeneralizedOperationIdImpl.getParent()
           
 TypeId OclVoidTypeIdImpl.getParent()
           
 TypeId PropertyIdImpl.getParent()
           
 TypeId SpecializedOperationIdImpl.getParent()
           
 TypeId TuplePartIdImpl.getTypeId()
           
 TypeId ParametersIdImpl.Iterator.next()
           
 TypeId AbstractMetaclassId.specialize(BindingsId templateBindings)
           
 TypeId AbstractTypeId.specialize(BindingsId templateBindings)
           
 TypeId TemplateBindingImpl.specialize(BindingsId templateBindings)
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl that return types with arguments of type TypeId
 java.util.Iterator<TypeId> ParametersIdImpl.iterator()
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl with parameters of type TypeId
 boolean TuplePartIdImpl.matches(java.lang.Integer thatIndex, java.lang.String thatName, TypeId thatTypeid)
           
 boolean ParametersIdImpl.matches(TypeId[] thoseTypeIds)
           
 

Constructors in org.eclipse.ocl.examples.domain.ids.impl with parameters of type TypeId
AbstractElementId.OperationIdsMap(TypeId parentId)
           
AbstractElementId.PropertyIdsMap(TypeId parentId)
           
GeneralizedOperationIdImpl(java.lang.Integer hashCode, TypeId parentId, int templateParameters, java.lang.String name, ParametersId parametersId)
           
ParametersIdImpl(IdManager idManager, java.lang.Integer hashCode, TypeId[] typeIds)
          Construct a ParametersId for an idManager that has computed the hashCode for the typeIds.
PropertyIdImpl(TypeId parentId, java.lang.String name)
           
TuplePartIdImpl(IdManager idManager, java.lang.Integer hashCode, int index, java.lang.String name, TypeId typeId)
           
 

Uses of TypeId in org.eclipse.ocl.examples.domain.library
 

Methods in org.eclipse.ocl.examples.domain.library with parameters of type TypeId
 java.lang.Object LibraryIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
          Create the value that will accumulate the iteration results.
 java.lang.Object AbstractSimpleUnaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
abstract  java.lang.Object AbstractUnaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object AbstractUntypedUnaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object LibraryProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object LibraryUnaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
          Return the result of evaluating the operation on an argument.
 java.lang.Object UnsupportedOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
abstract  java.lang.Object AbstractBinaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object argumentValue)
           
 java.lang.Object AbstractSimpleBinaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object argumentValue)
           
 java.lang.Object AbstractUntypedBinaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object argumentValue)
           
 java.lang.Object LibraryBinaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object argumentValue)
          Return the result of evaluating the operation on left and right arguments.
 java.lang.Object AbstractSimpleTernaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
abstract  java.lang.Object AbstractTernaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 java.lang.Object AbstractUntypedTernaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 java.lang.Object LibraryTernaryOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
          Return the result of evaluating the operation on source with arg1 and arg2.
 

Uses of TypeId in org.eclipse.ocl.examples.domain.types
 

Fields in org.eclipse.ocl.examples.domain.types declared as TypeId
protected  TypeId AbstractMetaclass.typeId
           
 

Methods in org.eclipse.ocl.examples.domain.types that return TypeId
 TypeId AbstractMetaclass.getTypeId()
           
 TypeId AbstractTuplePart.getTypeId()
           
 TypeId DomainInvalidTypeImpl.getTypeId()
           
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type TypeId
 java.lang.Object IdResolver.boxedValueOf(java.lang.Object unboxedValue, org.eclipse.emf.ecore.ETypedElement eFeature, TypeId typeId)
           
 CollectionValue IdResolver.createCollectionOfAll(boolean isOrdered, boolean isUnique, TypeId elementTypeId, java.lang.Iterable<? extends java.lang.Object> unboxedValues)
           
 java.lang.Object IdResolver.createInstance(TypeId typeId, java.lang.String stringValue)
           
 DomainTypedElement IdResolver.getTuplePart(java.lang.String name, TypeId typeId)
           
 DomainType IdResolver.getType(TypeId typeId, java.lang.Object context)
           
 

Uses of TypeId in org.eclipse.ocl.examples.domain.values
 

Methods in org.eclipse.ocl.examples.domain.values that return TypeId
 TypeId Value.getTypeId()
          Return the type of this value determined from its construction context.
 

Uses of TypeId in org.eclipse.ocl.examples.domain.values.impl
 

Fields in org.eclipse.ocl.examples.domain.values.impl declared as TypeId
protected  TypeId JavaObjectValueImpl.typeId
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return TypeId
 TypeId CollectionValueImpl.getElementTypeId()
           
 TypeId IntegerValueImpl.getTypeId()
           
 TypeId JavaObjectValueImpl.getTypeId()
           
 TypeId RealValueImpl.getTypeId()
           
 TypeId UnlimitedValueImpl.getTypeId()
           
 

Constructors in org.eclipse.ocl.examples.domain.values.impl with parameters of type TypeId
JavaObjectValueImpl(TypeId typeId, java.lang.Object object)
           
 

Uses of TypeId in org.eclipse.ocl.examples.domain.values.util
 

Methods in org.eclipse.ocl.examples.domain.values.util with parameters of type TypeId
static ObjectValue ValuesUtil.createObjectValue(TypeId typeId, java.lang.Object object)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.classifier
 

Methods in org.eclipse.ocl.examples.library.classifier with parameters of type TypeId
 SetValue ClassifierAllInstancesOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal)
           
 java.lang.Object ClassifierOclContentsOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 DomainType MetaclassInstanceTypeProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.collection
 

Methods in org.eclipse.ocl.examples.library.collection with parameters of type TypeId
 DomainType CollectionElementTypeProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 IntegerValue CollectionLowerProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object CollectionSumOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal)
           
 IntegerValue CollectionUpperProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 CollectionValue CollectionProductOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal, java.lang.Object argVal)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.ecore
 

Methods in org.eclipse.ocl.examples.library.ecore that return TypeId
 TypeId EcoreExecutorType.getTypeId()
           
 

Methods in org.eclipse.ocl.examples.library.ecore with parameters of type TypeId
 java.lang.Object EcoreExecutorProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object EcoreLibraryOppositeProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object EcoreLibraryProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.enumeration
 

Methods in org.eclipse.ocl.examples.library.enumeration with parameters of type TypeId
 SetValue EnumerationAllInstancesOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal)
           
 OrderedSetValue EnumerationOwnedLiteralProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.executor
 

Fields in org.eclipse.ocl.examples.library.executor declared as TypeId
protected  TypeId ExecutorDoubleIterationManager.returnTypeId
           
protected  TypeId ExecutorSingleIterationManager.returnTypeId
           
protected  TypeId ExecutorLambdaType.typeId
           
protected  TypeId ExecutorSpecializedType.typeId
           
protected  TypeId ExecutorTupleType.typeId
           
 

Methods in org.eclipse.ocl.examples.library.executor that return TypeId
 TypeId AbstractExecutorProperty.getTypeId()
           
 TypeId DomainReflectiveType.getTypeId()
           
 TypeId ExecutorLambdaType.getTypeId()
           
 TypeId ExecutorOperation.getTypeId()
           
 TypeId ExecutorSpecializedType.getTypeId()
           
 TypeId ExecutorTupleType.getTypeId()
           
 TypeId ExecutorType.getTypeId()
           
 TypeId ExecutorTypedElement.getTypeId()
           
 TypeId JavaType.getTypeId()
           
 TypeId ReflectiveType.getTypeId()
           
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type TypeId
 java.lang.Object AbstractIdResolver.boxedValueOf(java.lang.Object unboxedValue, org.eclipse.emf.ecore.ETypedElement eFeature, TypeId typeId)
           
 CollectionValue AbstractIdResolver.createCollectionOfAll(boolean isOrdered, boolean isUnique, TypeId elementTypeId, java.lang.Iterable<? extends java.lang.Object> unboxedValues)
          Creates a new OCL Collection of the specified ordering and uniqueness.
 java.lang.Object AbstractIdResolver.createInstance(TypeId typeId, java.lang.String stringValue)
           
 DomainTypedElement AbstractIdResolver.getTuplePart(java.lang.String name, TypeId typeId)
           
 DomainType AbstractIdResolver.getType(TypeId typeId, java.lang.Object context)
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type TypeId
ExecutorDoubleIterationManager(DomainEvaluator evaluator, TypeId returnTypeId, LibraryTernaryOperation body, CollectionValue collectionValue, java.lang.Object accumulatorValue)
           
ExecutorSingleIterationManager(DomainEvaluator evaluator, TypeId returnTypeId, LibraryBinaryOperation body, CollectionValue value, java.lang.Object accumulatorValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.integer
 

Methods in org.eclipse.ocl.examples.library.integer with parameters of type TypeId
 IntegerValue IntegerCompareToOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 java.lang.Object IntegerMinusOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 java.lang.Object IntegerPlusOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 

Uses of TypeId in org.eclipse.ocl.examples.library.iterator
 

Methods in org.eclipse.ocl.examples.library.iterator that return TypeId
 TypeId SortedByIteration.SortingValue.getTypeId()
           
 

Methods in org.eclipse.ocl.examples.library.iterator with parameters of type TypeId
 java.lang.Object AnyIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator ClosureIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator CollectIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator CollectNestedIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 java.lang.Object ExistsIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 java.lang.Object ForAllIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 SetValueImpl.Accumulator IsUniqueIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 java.lang.Object IterateIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 OneIteration.MutableBoolean OneIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 java.lang.Object OnlyIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator RejectIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator SelectIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 SortedByIteration.SortingValue SortedByIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.oclany
 

Methods in org.eclipse.ocl.examples.library.oclany with parameters of type TypeId
 SetValue OclAnyOclAsSetOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal)
           
 java.lang.Object OclAnyOclLogOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal)
           
 java.lang.Object OclAnyOclLogOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceVal, java.lang.Object argVal)
           
 java.lang.Object OclAnyOclLogOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.library.real
 

Methods in org.eclipse.ocl.examples.library.real with parameters of type TypeId
 IntegerValue RealCompareToOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 RealValue RealMinusOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 RealValue RealPlusOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
 

Uses of TypeId in org.eclipse.ocl.examples.library.string
 

Methods in org.eclipse.ocl.examples.library.string with parameters of type TypeId
 SequenceValue StringTokenizeOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Boolean StringMatchesOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
           
 SequenceValue StringTokenizeOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object argumentValue)
           
 java.lang.String StringReplaceAllOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 java.lang.String StringReplaceFirstOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 SequenceValue StringTokenizeOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.pivot.ecore
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type TypeId
 java.lang.Object EObjectProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 

Uses of TypeId in org.eclipse.ocl.examples.pivot.internal.impl
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TypeId
 TypeId AnyTypeImpl.computeId()
           
 TypeId BagTypeImpl.computeId()
           
 TypeId CollectionTypeImpl.computeId()
           
 TypeId DataTypeImpl.computeId()
           
 TypeId InvalidTypeImpl.computeId()
           
 TypeId LambdaTypeImpl.computeId()
           
 TypeId OrderedSetTypeImpl.computeId()
           
 TypeId PrimitiveTypeImpl.computeId()
           
 TypeId SelfTypeImpl.computeId()
           
 TypeId SequenceTypeImpl.computeId()
           
 TypeId SetTypeImpl.computeId()
           
 TypeId TupleTypeImpl.computeId()
           
 TypeId TypeImpl.computeId()
           
 TypeId UnspecifiedTypeImpl.computeId()
           
 TypeId VoidTypeImpl.computeId()
           
 TypeId CollectionRangeImpl.getTypeId()
           
 TypeId TypeImpl.getTypeId()
           
 TypeId TypedElementImpl.getTypeId()
           
 

Uses of TypeId in org.eclipse.ocl.examples.pivot.library
 

Methods in org.eclipse.ocl.examples.pivot.library with parameters of type TypeId
 java.lang.Object BaseProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object CompositionProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object ConstrainedProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object ExplicitNavigationProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object ExtensionProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object ImplicitNonCompositionProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 DomainType StaticProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object StereotypeProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object TuplePartProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)
           
 java.lang.Object EInvokeOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue, java.lang.Object... argumentValues)
           
 java.lang.Object JavaCompareToOperation.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object left, java.lang.Object right)
          Deprecated. 
protected  java.lang.Object EInvokeOperation.getResultValue(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object eResult)
           
 

Uses of TypeId in org.eclipse.ocl.examples.pivot.manager
 

Fields in org.eclipse.ocl.examples.pivot.manager declared as TypeId
protected  TypeId AbstractTypeServer.typeId
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return TypeId
 TypeId AbstractTypeServer.getTypeId()
           
 TypeId TupleTypeManager.TuplePart.getTypeId()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type TypeId
 Type PivotIdResolver.getType(TypeId typeId, java.lang.Object context)
           
 

Uses of TypeId in org.eclipse.ocl.examples.pivot.uml
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type TypeId
 java.lang.Object InstanceSlotNavigationProperty.evaluate(DomainEvaluator evaluator, TypeId returnTypeId, java.lang.Object sourceValue)