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

Packages that use ClassifierType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
 

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

Methods in org.eclipse.ocl.examples.pivot that return ClassifierType
 ClassifierType PivotFactory.createClassifierType()
          Returns a new object of class 'Classifier Type'.
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ClassifierType
 class ClassifierTypeImpl
          An implementation of the model object 'Classifier Type'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ClassifierType
 ClassifierType PivotFactoryImpl.createClassifierType()
           
 

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

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ClassifierType
 T PivotSwitch.caseClassifierType(ClassifierType object)
          Returns the result of interpreting the object as an instance of 'Classifier Type'.
 boolean PivotValidator.validateClassifierType(ClassifierType classifierType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitClassifierType(ClassifierType object)
           
 R AbstractExtendingVisitor.visitClassifierType(ClassifierType object)
           
 R AbstractNullVisitor.visitClassifierType(ClassifierType object)
           
 R Visitor.visitClassifierType(ClassifierType object)
           
 

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

Methods in org.eclipse.ocl.examples.pivot.utilities that return ClassifierType
 ClassifierType PivotStandardLibrary.getClassifierType()
           
 ClassifierType TypeManager.getClassifierType(Type type)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type ClassifierType
protected  boolean TypeManager.conformsToClassifierType(ClassifierType firstType, ClassifierType secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 java.lang.Object PivotSaver.PivotSaveResolveVisitor.visitClassifierType(ClassifierType object)
           
 java.lang.String ToStringVisitor.visitClassifierType(ClassifierType object)
           
 

Uses of ClassifierType in org.eclipse.ocl.examples.pivot.values
 

Methods in org.eclipse.ocl.examples.pivot.values with parameters of type ClassifierType
 Value ValueFactory.createTypeValue(ClassifierType type)
           
 

Uses of ClassifierType in org.eclipse.ocl.examples.pivot.values.impl
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return ClassifierType
 ClassifierType TypeValueImpl.getType()
           
 ClassifierType TypeValueImpl.getType(TypeManager typeManager, Type staticType)
           
 

Methods in org.eclipse.ocl.examples.pivot.values.impl with parameters of type ClassifierType
 Value ValueFactoryImpl.createTypeValue(ClassifierType type)
           
 

Constructors in org.eclipse.ocl.examples.pivot.values.impl with parameters of type ClassifierType
TypeValueImpl(ValueFactory valueFactory, ClassifierType type)