uk.ac.ucl.cs.emofocl.jmi.ocl2.expressions
Interface CallExp

All Superinterfaces:
Element, ExtObject, MOFObject, NamedElement, OclExpression, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
FeatureCallExp, IterateExp, IteratorExp, LibraryOperationCallExp, LoopExp, NavigationCallExp, OperationCallExp, PropertyCallExp, ReflectiveOperationCallExp
All Known Implementing Classes:
CallExp_Impl, FeatureCallExp_Impl, IterateExp_Impl, IteratorExp_Impl, LibraryOperationCallExp_Impl, LoopExp_Impl, NavigationCallExp_Impl, OperationCallExp_Impl, PropertyCallExp_Impl, ReflectiveOperationCallExp_Impl

public interface CallExp
extends OclExpression


Method Summary
 OclExpression getSource()
           
 void setSource(OclExpression source)
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.ocl2.expressions.OclExpression
getAppliedElement, getCollectionItem, getCollectionRangeAsFirst, getCollectionRangeAsSecond, getIfExpAsCondition, getIfExpAsElse, getIfExpAsThen, getInitializedVariable, getLetExp, getLoopExp, getMOFClass, getOperation, getParentCall, getParentNav, getPropertyAsDefaultValue, getSelfType, getType, setAppliedElement, setClass, setCollectionItem, setCollectionRangeAsFirst, setCollectionRangeAsSecond, setIfExpAsCondition, setIfExpAsElse, setIfExpAsThen, setInitializedVariable, setLetExp, setLoopExp, setOperation, setParentCall, setParentNav, setPropertyAsDefaultValue, setSelfType, setType
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.emof.NamedElement
getName, setName
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.emof.Element
getComment, setComment
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extDeepCopy, extEquals, extRemoveObjectListener, extValueHash, extVisit
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getSource

OclExpression getSource()
                        throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException

setSource

void setSource(OclExpression source)
               throws javax.jmi.reflect.JmiException
Throws:
javax.jmi.reflect.JmiException