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

All Superinterfaces:
DomainElement, DomainType
All Known Subinterfaces:
LambdaType
All Known Implementing Classes:
LambdaTypeImpl

public interface DomainLambdaType
extends DomainType


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

getParameterType

java.util.List<? extends DomainType> getParameterType()

getResultType

DomainType getResultType()