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

All Superinterfaces:
DomainElement, DomainNamedElement, DomainNamespace, DomainType, Nameable, OCLValue
All Known Subinterfaces:
TupleType
All Known Implementing Classes:
AbstractTupleType, TupleTypeImpl

public interface DomainTupleType
extends DomainType


Method Summary
 TupleTypeId getTupleTypeId()
          Return a unique StandardLibrary-independent identifier for this type.
 TupleTypeId getTypeId()
          Return a unique StandardLibrary-independent identifier for this type.
 
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, 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

getTupleTypeId

@NonNull
TupleTypeId getTupleTypeId()
Return a unique StandardLibrary-independent identifier for this type.

Returns:

getTypeId

@NonNull
TupleTypeId getTypeId()
Description copied from interface: DomainType
Return a unique StandardLibrary-independent identifier for this type.

Specified by:
getTypeId in interface DomainType
Returns: