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

All Superinterfaces:
DomainElement, DomainNamedElement, DomainNamespace, DomainType, Nameable, OCLValue
All Known Subinterfaces:
LambdaType
All Known Implementing Classes:
LambdaTypeImpl

public interface DomainLambdaType
extends DomainType


Method Summary
 DomainType getContextType()
           
 ParametersId getParametersId()
           
 java.util.List<? extends DomainType> getParameterTypes()
           
 DomainType getResultType()
           
 
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

getContextType

DomainType getContextType()

getParametersId

@NonNull
ParametersId getParametersId()

getParameterTypes

@NonNull
java.util.List<? extends DomainType> getParameterTypes()

getResultType

DomainType getResultType()