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

All Superinterfaces:
DomainElement, DomainNamedElement, DomainNamespace, DomainType, Nameable, OCLValue
All Known Subinterfaces:
Metaclass<T>
All Known Implementing Classes:
AbstractMetaclass, MetaclassImpl

public interface DomainMetaclass
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, getOwnedAttribute, getOwnedInvariant, getOwnedOperation, getPackage, getTypeId, getTypeParameters, isEqualTo, isEqualToUnspecializedType, isInvalid, isOrdered, isUnique, lookupImplementation, specializeIn
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainNamespace
getOwnedRule
 
Methods inherited from interface org.eclipse.ocl.examples.domain.values.OCLValue
oclEquals, oclHashCode
 

Method Detail

getContainerType

DomainType getContainerType()

getInstanceType

DomainType getInstanceType()