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

All Superinterfaces:
DomainElement, DomainType
All Known Subinterfaces:
TupleType
All Known Implementing Classes:
AbstractTupleType, TupleTypeImpl

public interface DomainTupleType
extends DomainType


Method Summary
 java.util.List<? extends DomainTypedElement> getOwnedAttribute()
           
 
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

getOwnedAttribute

java.util.List<? extends DomainTypedElement> getOwnedAttribute()