org.eclipse.ocl.examples.pivot
Interface IterateExp

All Superinterfaces:
CallExp, Element, org.eclipse.emf.ecore.EObject, LoopExp, MonikeredElement, Nameable, NamedElement, org.eclipse.emf.common.notify.Notifier, OclExpression, PivotObject, TypedElement, Visitable
All Known Implementing Classes:
IterateExpImpl

public interface IterateExp
extends LoopExp

A representation of the model object 'Iterate Exp'.

The following features are supported:

See Also:
PivotPackage.getIterateExp()
Generated
Model

Method Summary
 Variable createResult()
          Creates a new Variable and sets the 'Result' containment reference.
 Variable getResult()
          Returns the value of the 'Result' containment reference.
 void setResult(Variable value)
          Sets the value of the 'Result' containment reference.
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.LoopExp
createBody, createIterator, getBody, getIterators, getReferredIteration, setBody, setReferredIteration
 
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, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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
 

Method Detail

getResult

Variable getResult()
Returns the value of the 'Result' containment reference.

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

Returns:
the value of the 'Result' containment reference.
See Also:
setResult(Variable), PivotPackage.getIterateExp_Result()
Generated
Model
containment="true"

setResult

void setResult(Variable value)
Sets the value of the 'Result' containment reference.

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

createResult

Variable createResult()
Creates a new Variable and sets the 'Result' containment reference.

Returns:
The new Variable.
See Also:
getResult()
Generated