Uses of Interface
org.eclipse.ocl.examples.domain.elements.DomainClassifierType

Packages that use DomainClassifierType
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
 

Uses of DomainClassifierType in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return DomainClassifierType
 DomainClassifierType DomainStandardLibrary.getClassifierType(DomainType classType)
          Return the instance of the Classifier metatype whose class is classType.
 

Uses of DomainClassifierType in org.eclipse.ocl.examples.domain.types
 

Classes in org.eclipse.ocl.examples.domain.types that implement DomainClassifierType
 class AbstractClassifierType
           
 

Uses of DomainClassifierType in org.eclipse.ocl.examples.domain.values.impl
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return DomainClassifierType
 DomainClassifierType AbstractTypeValueImpl.getType()
           
 

Constructors in org.eclipse.ocl.examples.domain.values.impl with parameters of type DomainClassifierType
ClassifierTypeValueImpl(ValueFactory valueFactory, DomainClassifierType type)
           
 

Uses of DomainClassifierType in org.eclipse.ocl.examples.library.executor
 

Methods in org.eclipse.ocl.examples.library.executor that return DomainClassifierType
protected abstract  DomainClassifierType ExecutableStandardLibrary.createClassifierType(DomainType classType)
           
protected  DomainClassifierType ExecutorStandardLibrary.createClassifierType(DomainType classType)
           
 DomainClassifierType ExecutableStandardLibrary.getClassifierType(DomainType classType)
           
 

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

Subinterfaces of DomainClassifierType in org.eclipse.ocl.examples.pivot
 interface ClassifierType
          A representation of the model object 'Classifier Type'.
 

Uses of DomainClassifierType in org.eclipse.ocl.examples.pivot.executor
 

Methods in org.eclipse.ocl.examples.pivot.executor that return DomainClassifierType
protected  DomainClassifierType PivotExecutorStandardLibrary.createClassifierType(DomainType typeType)
           
 

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

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