org.eclipse.ocl.examples.pivot
Interface FeatureCallExp

All Superinterfaces:
CallExp, 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, NavigationCallExp, OperationCallExp, PropertyCallExp
All Known Implementing Classes:
AssociationClassCallExpImpl, FeatureCallExpImpl, NavigationCallExpImpl, OperationCallExpImpl, PropertyCallExpImpl

public interface FeatureCallExp
extends CallExp

A representation of the model object 'Feature Call Exp'.

The following features are supported:

See Also:
PivotPackage.getFeatureCallExp()
Generated

Method Summary
 boolean isPre()
          Returns the value of the 'Is Pre' attribute.
 void setIsPre(boolean value)
          Sets the value of the 'Is Pre' attribute.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.CallExp
createSource, getSource, isImplicit, setImplicit, setSource
 
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

isPre

boolean isPre()
Returns the value of the 'Is Pre' attribute. The default value is "false".

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

Returns:
the value of the 'Is Pre' attribute.
See Also:
setIsPre(boolean), PivotPackage.getFeatureCallExp_IsPre()
Generated

setIsPre

void setIsPre(boolean value)
Sets the value of the 'Is Pre' attribute.

Parameters:
value - the new value of the 'Is Pre' attribute.
See Also:
isPre()
Generated