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

All Superinterfaces:
DomainElement, DomainType
All Known Subinterfaces:
ClassifierType
All Known Implementing Classes:
AbstractClassifierType, ClassifierTypeImpl

public interface DomainClassifierType
extends DomainType


Method Summary
 DomainType getContainerType()
           
 DomainType getInstanceType()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainType
conformsTo, createInstance, createInstance, getCommonType, getInheritance, getLocalOperations, getLocalProperties, getLocalSuperTypes, getMetaTypeName, getName, getNormalizedType, getPackage, isEqualTo, isEqualToUnspecializedType, isOrdered, isUnique, lookupImplementation
 

Method Detail

getContainerType

DomainType getContainerType()

getInstanceType

DomainType getInstanceType()