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

Packages that use ClassifierType
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.model   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
 

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.executor
 

Methods in org.eclipse.ocl.examples.pivot.executor that return ClassifierType
 ClassifierType PivotExecutorStandardLibrary.getAnyClassifierType()
           
 

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.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager that return ClassifierType
 ClassifierType PivotStandardLibrary.getAnyClassifierType()
           
 ClassifierType PivotStandardLibrary.getClassClassifierType()
           
 ClassifierType MetaModelManager.getClassifierType(DomainType instanceType)
           
 ClassifierType MetaModelManager.getClassifierType(Type instanceType)
           
 ClassifierType PivotStandardLibrary.getCollectionClassifierType()
           
 ClassifierType PivotStandardLibrary.getEnumerationClassifierType()
           
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type ClassifierType
protected  boolean MetaModelManager.conformsToClassifierType(ClassifierType firstType, ClassifierType secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 

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

Fields in org.eclipse.ocl.examples.pivot.model declared as ClassifierType
protected  ClassifierType OCLstdlib.Contents._AnyClassifier
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Bag_selectByKind_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Bag_selectByType_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_ClassClassifier_T
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Collection_selectByKind_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Collection_selectByType_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_CollectionClassifier_T
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_EnumerationClassifier_T
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclAny_oclAsType_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclAny_oclIsKindOf_T
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclAny_oclIsTypeOf_T
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclInvalid
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclInvalid_1
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclSelf
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OclVoid
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OrderedSet_selectByKind_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_OrderedSet_selectByType_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Sequence_selectByKind_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Sequence_selectByType_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Set_selectByKind_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_Set_selectByType_TT
           
protected  ClassifierType OCLstdlib.Contents._AnyClassifier_UnlimitedNatural_oclAsType_TT
           
protected  ClassifierType OCLstdlib.Contents._ClassClassifier
           
protected  ClassifierType OCLstdlib.Contents._ClassClassifier_OclInvalid
           
protected  ClassifierType OCLstdlib.Contents._ClassClassifier_OclSelf
           
protected  ClassifierType OCLstdlib.Contents._ClassClassifier_OclVoid
           
protected  ClassifierType OCLstdlib.Contents._CollectionClassifier
           
protected  ClassifierType OCLstdlib.Contents._CollectionClassifier_OclSelf_Collection_T
           
protected  ClassifierType OCLstdlib.Contents._EnumerationClassifier
           
protected  ClassifierType OCLstdlib.Contents._EnumerationClassifier_OclSelf
           
 

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

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 with parameters of type ClassifierType
 java.lang.Object PivotSaver.ResolveVisitor.visitClassifierType(ClassifierType object)
           
 java.lang.String ToStringVisitor.visitClassifierType(ClassifierType object)