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

Packages that use TuplePartId
org.eclipse.ocl.examples.codegen.analyzer   
org.eclipse.ocl.examples.codegen.cgmodel   
org.eclipse.ocl.examples.codegen.cgmodel.impl   
org.eclipse.ocl.examples.codegen.java   
org.eclipse.ocl.examples.codegen.java.types   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
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.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.library   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
 

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

Methods in org.eclipse.ocl.examples.codegen.analyzer with parameters of type TuplePartId
 java.lang.Object DependencyVisitor.Id2DependencyVisitor.visitTuplePartId(TuplePartId id)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.cgmodel that return TuplePartId
 TuplePartId CGTuplePartCallExp.getAstTuplePartId()
          Returns the value of the 'Ast Tuple Part Id' attribute.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel with parameters of type TuplePartId
 void CGTuplePartCallExp.setAstTuplePartId(TuplePartId value)
          Sets the value of the 'Ast Tuple Part Id' attribute.
 

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

Fields in org.eclipse.ocl.examples.codegen.cgmodel.impl declared as TuplePartId
protected static TuplePartId CGTuplePartCallExpImpl.AST_TUPLE_PART_ID_EDEFAULT
          The default value of the 'Ast Tuple Part Id' attribute.
protected  TuplePartId CGTuplePartCallExpImpl.astTuplePartId
          The cached value of the 'Ast Tuple Part Id' attribute.
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl that return TuplePartId
 TuplePartId CGModelFactoryImpl.createTuplePartIdFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 TuplePartId CGTuplePartCallExpImpl.getAstTuplePartId()
           
 

Methods in org.eclipse.ocl.examples.codegen.cgmodel.impl with parameters of type TuplePartId
 void CGTuplePartCallExpImpl.setAstTuplePartId(TuplePartId newAstTuplePartId)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java with parameters of type TuplePartId
 java.lang.Class<?> AbstractId2JavaClassVisitor.visitTuplePartId(TuplePartId id)
           
 org.eclipse.emf.ecore.EClass Id2EClassVisitor.visitTuplePartId(TuplePartId id)
           
 java.lang.Object Id2JavaExpressionVisitor.visitTuplePartId(TuplePartId id)
           
 java.lang.Class<? extends ElementId> Id2JavaInterfaceVisitor.visitTuplePartId(TuplePartId id)
           
 

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

Methods in org.eclipse.ocl.examples.codegen.java.types with parameters of type TuplePartId
 BoxedDescriptor Id2BoxedDescriptorVisitor.visitTuplePartId(TuplePartId id)
           
 

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

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

Methods in org.eclipse.ocl.examples.domain.ids that return TuplePartId
 TuplePartId TupleTypeId.getPartId(java.lang.String name)
           
 TuplePartId[] TupleTypeId.getPartIds()
           
static TuplePartId IdManager.getTuplePartId(int index, java.lang.String name, TypeId typeId)
          Return the named tuplePartId with the defined name and type.
 

Methods in org.eclipse.ocl.examples.domain.ids with parameters of type TuplePartId
static int IdHash.createTupleHash(java.lang.String name, TuplePartId[] orderedParts)
           
static TupleTypeId IdManager.getOrderedTupleTypeId(java.lang.String name, TuplePartId[] parts)
          Return the named tuple typeId with the defined parts (which are alphabetically ordered by part name).
static TupleTypeId IdManager.getTupleTypeId(java.lang.String name, TuplePartId... parts)
           
 R IdVisitor.visitTuplePartId(TuplePartId id)
           
 

Method parameters in org.eclipse.ocl.examples.domain.ids with type arguments of type TuplePartId
static TupleTypeId IdManager.getTupleTypeId(java.lang.String name, java.util.Collection<? extends TuplePartId> parts)
          Return the named tuple typeId with the defined parts (which need not be alphabetically ordered).
 

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

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement TuplePartId
 class TuplePartIdImpl
           
 

Fields in org.eclipse.ocl.examples.domain.ids.impl declared as TuplePartId
protected  TuplePartId[] GeneralizedTupleTypeIdImpl.partIds
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl that return TuplePartId
 TuplePartId GeneralizedTupleTypeIdImpl.getPartId(java.lang.String name)
           
 TuplePartId OclVoidTypeIdImpl.getPartId(java.lang.String name)
           
 TuplePartId[] GeneralizedTupleTypeIdImpl.getPartIds()
           
 TuplePartId[] OclVoidTypeIdImpl.getPartIds()
           
 

Methods in org.eclipse.ocl.examples.domain.ids.impl with parameters of type TuplePartId
 int TuplePartIdImpl.compareTo(TuplePartId o)
           
 boolean GeneralizedTupleTypeIdImpl.matches(java.lang.String thatName, TuplePartId[] thoseOrderedParts)
           
 

Constructors in org.eclipse.ocl.examples.domain.ids.impl with parameters of type TuplePartId
GeneralizedTupleTypeIdImpl(IdManager idManager, java.lang.Integer hashCode, java.lang.String name, TuplePartId[] orderedPartIds)
           
 

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

Methods in org.eclipse.ocl.examples.domain.values with parameters of type TuplePartId
 java.lang.Object TupleValue.getValue(TuplePartId partId)
          Queries the value of the specified tuple part.
 

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

Methods in org.eclipse.ocl.examples.domain.values.impl with parameters of type TuplePartId
 java.lang.Object TupleValueImpl.getValue(TuplePartId partId)
           
 Value UndefinedValueImpl.getValue(TuplePartId partId)
           
 

Constructor parameters in org.eclipse.ocl.examples.domain.values.impl with type arguments of type TuplePartId
TupleValueImpl(TupleTypeId tupleTypeId, java.util.Map<? extends TuplePartId,java.lang.Object> values)
          Initializes me with a map of part values.
 

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

Method parameters in org.eclipse.ocl.examples.domain.values.util with type arguments of type TuplePartId
static TupleValue ValuesUtil.createTupleValue(TupleTypeId typeId, java.util.Map<? extends TuplePartId,java.lang.Object> values)
           
 

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

Methods in org.eclipse.ocl.examples.library.executor with parameters of type TuplePartId
 DomainTypedElement AbstractIdResolver.visitTuplePartId(TuplePartId id)
           
 java.lang.Object AbstractIdResolver.Id2InstanceVisitor.visitTuplePartId(TuplePartId id)
           
 

Constructor parameters in org.eclipse.ocl.examples.library.executor with type arguments of type TuplePartId
ExecutorTupleType(DomainStandardLibrary standardLibrary, java.lang.String name, java.util.Collection<? extends TuplePartId> parts)
           
 

Uses of TuplePartId in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return TuplePartId
 TuplePartId TupleLiteralPart.getPartId()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TuplePartId
 TuplePartId TupleLiteralPartImpl.getPartId()
           
 TuplePartId TuplePartImpl.getTuplePartId()
           
 

Constructors in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type TuplePartId
TuplePartImpl(TuplePartId partId, Type partType)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.library declared as TuplePartId
protected  TuplePartId TuplePartProperty.tuplePartId
           
 

Constructors in org.eclipse.ocl.examples.pivot.library with parameters of type TuplePartId
TuplePartProperty(TuplePartId tuplePartId)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.manager declared as TuplePartId
protected  TuplePartId TupleTypeManager.TuplePart.partId
           
 

Constructors in org.eclipse.ocl.examples.pivot.manager with parameters of type TuplePartId
TupleTypeManager.TuplePart(TuplePartId partId)
           
 

Uses of TuplePartId in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs declared as TuplePartId
static TuplePartId EssentialOCLDeclarationVisitor.TUPLE_MESSAGE_STATUS_0
           
static TuplePartId EssentialOCLDeclarationVisitor.TUPLE_MESSAGE_STATUS_1