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

Packages that use DataType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

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

Subinterfaces of DataType in org.eclipse.ocl.examples.pivot
 interface BagType
          A representation of the model object 'Bag Type'.
 interface ClassifierType
          A representation of the model object 'Classifier Type'.
 interface CollectionType
          A representation of the model object 'Collection Type'.
 interface Enumeration
          A representation of the model object 'Enumeration'.
 interface LambdaType
          A representation of the model object 'Lambda Type'.
 interface OrderedSetType
          A representation of the model object 'Ordered Set Type'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface TupleType
          A representation of the model object 'Tuple Type'.
 

Methods in org.eclipse.ocl.examples.pivot that return DataType
 DataType PivotFactory.createDataType()
          Returns a new object of class 'Data Type'.
 

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

Methods in org.eclipse.ocl.examples.pivot.ecore that return DataType
 DataType Ecore2PivotDeclarationSwitch.caseEDataType(org.eclipse.emf.ecore.EDataType eObject)
           
 

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type DataType
protected  void Ecore2PivotDeclarationSwitch.copyDataTypeOrEnum(DataType pivotElement, org.eclipse.emf.ecore.EDataType eDataType)
           
protected  void Pivot2EcoreDeclarationVisitor.copyDataTypeOrEnum(org.eclipse.emf.ecore.EDataType eDataType, DataType pivotDataType)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreDeclarationVisitor.visitDataType(DataType pivotDataType)
           
 org.eclipse.emf.ecore.EObject Pivot2EcoreReferenceVisitor.visitDataType(DataType pivotDataType)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DataType
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class ClassifierTypeImpl
          An implementation of the model object 'Classifier Type'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class EnumerationImpl
          An implementation of the model object 'Enumeration'.
 class LambdaTypeImpl
          An implementation of the model object 'Lambda Type'.
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 class PrimitiveTypeImpl
          An implementation of the model object 'Primitive Type'.
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return DataType
 DataType PivotFactoryImpl.createDataType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.uml that return DataType
 DataType UML2PivotDeclarationSwitch.caseDataType(org.eclipse.uml2.uml.DataType umlDataType)
           
 

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type DataType
protected  void Pivot2UMLDeclarationVisitor.copyDataTypeOrEnum(org.eclipse.uml2.uml.DataType umlDataType, DataType pivotDataType)
           
protected  void UML2PivotDeclarationSwitch.copyDataTypeOrEnum(DataType pivotElement, org.eclipse.uml2.uml.DataType umlDataType)
           
 org.eclipse.uml2.uml.DataType Pivot2UMLDeclarationVisitor.visitDataType(DataType pivotDataType)
           
 org.eclipse.emf.ecore.EObject Pivot2UMLReferenceVisitor.visitDataType(DataType pivotDataType)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type DataType
 T PivotSwitch.caseDataType(DataType object)
          Returns the result of interpreting the object as an instance of 'Data Type'.
 boolean PivotValidator.validateDataType(DataType dataType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitDataType(DataType object)
           
 R AbstractExtendingVisitor.visitDataType(DataType object)
           
 R AbstractNullVisitor.visitDataType(DataType object)
           
 R Visitor.visitDataType(DataType object)
           
 

Uses of DataType in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type DataType
 ScopeAdapter PivotScopeVisitor.visitDataType(DataType pivotElement)
           
 

Uses of DataType in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type DataType
 ElementCS BaseDeclarationVisitor.visitDataType(DataType object)
           
 

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

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

Uses of DataType in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type DataType
protected  java.lang.String OCLinEcoreLabelProvider.image(DataType ele)