org.eclipse.ocl.examples.pivot
Interface CallExp

All Superinterfaces:
DomainCallExp, DomainElement, DomainExpression, DomainNamedElement, DomainTypedElement, Element, org.eclipse.emf.ecore.EObject, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OCLExpression, PivotObject, TypedElement, Visitable
All Known Subinterfaces:
AssociationClassCallExp, FeatureCallExp, IterateExp, IteratorExp, LoopExp, NavigationCallExp, OperationCallExp, PropertyCallExp
All Known Implementing Classes:
AssociationClassCallExpImpl, CallExpImpl, FeatureCallExpImpl, IterateExpImpl, IteratorExpImpl, LoopExpImpl, NavigationCallExpImpl, OperationCallExpImpl, PropertyCallExpImpl

public interface CallExp
extends OCLExpression, DomainCallExp

A representation of the model object 'Call Exp'.

See Also:
PivotPackage.getCallExp()
Generated

Method Summary
 OCLExpression createSource(org.eclipse.emf.ecore.EClass eClass)
          Creates a new OCLExpression and sets the 'Source' containment reference.
 OCLExpression getSource()
          Returns the value of the 'Source' containment reference.
 boolean isImplicit()
          Returns the value of the 'Implicit' attribute.
 void setImplicit(boolean value)
          Sets the value of the 'Implicit' attribute.
 void setSource(OCLExpression value)
          Sets the value of the 'Source' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, isRequired, setIsRequired, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, getName, getOwnedAnnotation, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
allOwnedElements, createExtension, createOwnedComment, getETarget, getExtension, getOwnedComment, getValue
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable
accept, eClass
 
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement
getTypeId
 

Method Detail

getSource

OCLExpression getSource()
Returns the value of the 'Source' containment reference.

If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...

Specified by:
getSource in interface DomainCallExp
Returns:
the value of the 'Source' containment reference.
See Also:
setSource(OCLExpression), PivotPackage.getCallExp_Source()
Generated

setSource

void setSource(OCLExpression value)
Sets the value of the 'Source' containment reference.

Parameters:
value - the new value of the 'Source' containment reference.
See Also:
getSource()
Generated

createSource

OCLExpression createSource(org.eclipse.emf.ecore.EClass eClass)
Creates a new OCLExpression and sets the 'Source' containment reference.

Parameters:
eClass - The Ecore class of the OCLExpression to create.
Returns:
The new OCLExpression.
See Also:
getSource()
Generated

isImplicit

boolean isImplicit()
Returns the value of the 'Implicit' attribute. The default value is "false".

If the meaning of the 'Implicit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Implicit' attribute.
See Also:
setImplicit(boolean), PivotPackage.getCallExp_Implicit()
Generated

setImplicit

void setImplicit(boolean value)
Sets the value of the 'Implicit' attribute.

Parameters:
value - the new value of the 'Implicit' attribute.
See Also:
isImplicit()
Generated