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.model   
org.eclipse.ocl.examples.pivot.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.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 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 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 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.model
 

Fields in org.eclipse.ocl.examples.pivot.model declared as DataType
protected  DataType OCLMetaModel.Contents._LibraryFeature
           
protected  DataType OCLMetaModel.Contents._Object
           
protected  DataType OCLMetaModel.Contents._Throwable
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return DataType
protected  DataType AbstractContents.createDataType(org.eclipse.emf.ecore.EDataType eDataType)
           
protected  DataType AbstractContents.createDataType(java.lang.String name)
           
 

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)
           
 DataType UML2PivotDeclarationSwitch.casePrimitiveType(org.eclipse.uml2.uml.PrimitiveType umlPrimitiveType)
           
 

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
 T1 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 AbstractWrappingVisitor.visitDataType(DataType object)
           
 R Visitor.visitDataType(DataType object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type DataType
protected  void BaseCSContainmentVisitor.refreshSerializable(DataType pivotElement, ClassifierCS csElement)
           
 

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.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type DataType
 ElementCS CompleteOCLDeclarationVisitor.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)