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

All Superinterfaces:
DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Nameable
All Known Subinterfaces:
AssociationClassCallExp, CallExp, FeatureCallExp, IterateExp, IteratorExp, LoopExp, NavigationCallExp, OperationCallExp, OppositePropertyCallExp, PropertyCallExp
All Known Implementing Classes:
AssociationClassCallExpImpl, CallExpImpl, FeatureCallExpImpl, IterateExpImpl, IteratorExpImpl, LoopExpImpl, NavigationCallExpImpl, OperationCallExpImpl, OppositePropertyCallExpImpl, PropertyCallExpImpl

public interface DomainCallExp
extends DomainExpression


Method Summary
 java.util.List<? extends DomainExpression> getArgument()
           
 DomainExpression getSource()
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getType, getTypeId
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.Nameable
getName
 

Method Detail

getArgument

@NonNull
java.util.List<? extends DomainExpression> getArgument()

getSource

DomainExpression getSource()