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

Packages that use PrimitiveType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.ecore   
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.uml   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
org.eclipse.ocl.examples.xtext.essentialocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
 

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

Methods in org.eclipse.ocl.examples.pivot that return PrimitiveType
 PrimitiveType PivotFactory.createPrimitiveType()
          Returns a new object of class 'Primitive Type'.
 

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

Methods in org.eclipse.ocl.examples.pivot.ecore with parameters of type PrimitiveType
 org.eclipse.emf.ecore.EObject Pivot2EcoreTypeRefVisitor.visitPrimitiveType(PrimitiveType pivotType)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement PrimitiveType
 class PrimitiveTypeImpl
          An implementation of the model object 'Primitive Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return PrimitiveType
 PrimitiveType PivotFactoryImpl.createPrimitiveType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager that return PrimitiveType
 PrimitiveType PivotStandardLibrary.getBooleanType()
           
 PrimitiveType PivotStandardLibrary.getIntegerType()
           
 PrimitiveType PivotStandardLibrary.getRealType()
           
 PrimitiveType PivotStandardLibrary.getStringType()
           
 PrimitiveType PivotStandardLibrary.getUnlimitedNaturalType()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type PrimitiveType
 PrimitiveTypeServer PackageManager.getPrimitiveTypeServer(PrimitiveType primitiveType)
           
 java.lang.Object TemplateParameterReferenceVisitor.visitPrimitiveType(PrimitiveType object)
           
 java.lang.Object TemplateParameterSubstitutionVisitor.visitPrimitiveType(PrimitiveType object)
           
 

Constructors in org.eclipse.ocl.examples.pivot.manager with parameters of type PrimitiveType
PrimitiveTypeServer(PackageServer packageServer, PrimitiveType primitiveType)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as PrimitiveType
protected  PrimitiveType OCLMetaModel.Contents._Boolean
           
protected  PrimitiveType OCLstdlib.Contents._Boolean
           
protected  PrimitiveType OCLMetaModel.Contents._Integer
           
protected  PrimitiveType OCLstdlib.Contents._Integer
           
protected  PrimitiveType OCLMetaModel.Contents._Real
           
protected  PrimitiveType OCLstdlib.Contents._Real
           
protected  PrimitiveType OCLMetaModel.Contents._String
           
protected  PrimitiveType OCLstdlib.Contents._String
           
protected  PrimitiveType OCLMetaModel.Contents._UnlimitedNatural
           
protected  PrimitiveType OCLstdlib.Contents._UnlimitedNatural
           
 

Methods in org.eclipse.ocl.examples.pivot.model that return PrimitiveType
protected  PrimitiveType AbstractContents.createPrimitiveType(java.lang.String name)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.pivot.uml with parameters of type PrimitiveType
 org.eclipse.uml2.uml.Element Pivot2UMLDeclarationVisitor.visitPrimitiveType(PrimitiveType pivotPrimitiveType)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type PrimitiveType
 T1 PivotSwitch.casePrimitiveType(PrimitiveType object)
          Returns the result of interpreting the object as an instance of 'Primitive Type'.
 boolean PivotValidator.validatePrimitiveType(PrimitiveType primitiveType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitPrimitiveType(PrimitiveType object)
           
 R AbstractExtendingVisitor.visitPrimitiveType(PrimitiveType object)
           
 R AbstractNullVisitor.visitPrimitiveType(PrimitiveType object)
           
 R AbstractWrappingVisitor.visitPrimitiveType(PrimitiveType object)
           
 R Visitor.visitPrimitiveType(PrimitiveType object)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type PrimitiveType
 ElementCS BaseReferenceVisitor.visitPrimitiveType(PrimitiveType object)
           
 

Uses of PrimitiveType in org.eclipse.ocl.examples.xtext.completeocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.utilities with parameters of type PrimitiveType
 java.lang.Boolean CompleteOCLAS2XMIidVisitor.visitPrimitiveType(PrimitiveType object)
           
 

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

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

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

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