Uses of Interface
org.eclipse.ocl.examples.pivot.TupleType

Packages that use TupleType
org.eclipse.ocl.examples.codegen.common   
org.eclipse.ocl.examples.codegen.oclinecore   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.prettyprint   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

Uses of TupleType in org.eclipse.ocl.examples.codegen.common
 

Methods in org.eclipse.ocl.examples.codegen.common with parameters of type TupleType
static java.lang.String NameQueries.getUniqueText(Element context, TupleType type)
          Return a valid Java identifier suffix encoding of a property name that is unique within the scope of element.
 

Uses of TupleType in org.eclipse.ocl.examples.codegen.oclinecore
 

Methods in org.eclipse.ocl.examples.codegen.oclinecore with parameters of type TupleType
 java.lang.Object OCLinEcoreTablesUtils.DeclareParameterTypeVisitor.visitTupleType(TupleType tupleType)
           
 java.lang.Object OCLinEcoreTablesUtils.EmitQualifiedLiteralVisitor.visitTupleType(TupleType type)
           
 

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

Methods in org.eclipse.ocl.examples.pivot that return TupleType
 TupleType PivotFactory.createTupleType()
          Returns a new object of class 'Tuple Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement TupleType
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return TupleType
 TupleType PivotFactoryImpl.createTupleType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager that return TupleType
 TupleType TupleTypeManager.getTupleType(IdResolver idResolver, TupleTypeId tupleTypeId)
           
 TupleType MetaModelManager.getTupleType(java.lang.String typeName, java.util.Collection<? extends DomainTypedElement> parts, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 TupleType TupleTypeManager.getTupleType(java.lang.String tupleName, java.util.Collection<? extends DomainTypedElement> parts, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
 TupleType TupleTypeManager.getTupleType(java.lang.String tupleName, java.util.Map<java.lang.String,? extends Type> parts)
          Return the named tuple typeId with the defined parts (which need not be alphabetically ordered).
 TupleType PivotIdResolver.getTupleType(TupleTypeId typeId)
           
 TupleType MetaModelManager.getTupleType(TupleType tupleType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 TupleType TupleTypeManager.getTupleType(TupleType type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type TupleType
protected  boolean MetaModelManager.conformsToTupleType(TupleType actualType, TupleType requiredType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 Type TupleTypeManager.getCommonType(TupleType leftType, TupleType rightType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 TupleType MetaModelManager.getTupleType(TupleType tupleType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 TupleType TupleTypeManager.getTupleType(TupleType type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
 java.lang.Object TemplateParameterReferenceVisitor.visitTupleType(TupleType object)
           
 java.lang.Object TemplateParameterSubstitutionVisitor.visitTupleType(TupleType object)
           
 

Uses of TupleType in org.eclipse.ocl.examples.pivot.model
 

Fields in org.eclipse.ocl.examples.pivot.model declared as TupleType
protected  TupleType OCLstdlib.Contents._Tuple
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return TupleType
protected  TupleType AbstractContents.createTupleType(java.lang.String name, Property... properties)
           
 

Uses of TupleType in org.eclipse.ocl.examples.pivot.prettyprint
 

Methods in org.eclipse.ocl.examples.pivot.prettyprint with parameters of type TupleType
 java.lang.Object PrettyPrintVisitor.visitTupleType(TupleType object)
           
 

Uses of TupleType in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type TupleType
 T1 PivotSwitch.caseTupleType(TupleType object)
          Returns the result of interpreting the object as an instance of 'Tuple Type'.
 boolean PivotValidator.validateTupleType(TupleType tupleType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitTupleType(TupleType object)
           
 R AbstractExtendingVisitor.visitTupleType(TupleType object)
           
 R AbstractNullVisitor.visitTupleType(TupleType object)
           
 R AbstractWrappingVisitor.visitTupleType(TupleType object)
           
 R Visitor.visitTupleType(TupleType object)
           
 

Uses of TupleType in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type TupleType
 java.lang.Object AS2MonikerVisitor.visitTupleType(TupleType object)
           
 java.lang.Boolean AS2XMIidVisitor.visitTupleType(TupleType object)
           
 java.lang.String ToStringVisitor.visitTupleType(TupleType object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs with parameters of type TupleType
 ElementCS EssentialOCLReferenceVisitor.visitTupleType(TupleType object)
           
 

Uses of TupleType in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type TupleType
protected  java.lang.String BaseLabelProvider.image(TupleType ele)
           
protected  java.lang.String BaseLabelProvider.text(TupleType ele)