public abstract class LoopExpImpl<C,PM> extends CallExpImpl<C> implements LoopExp<C,PM>
| Modifier and Type | Field and Description |
|---|---|
protected OCLExpression<C> |
body
The cached value of the '
Body' containment reference. |
protected <any> |
iterator
The cached value of the '
Iterator' containment reference list. |
PROPERTY_END_POSITION_EDEFAULT, PROPERTY_START_POSITION_EDEFAULT, propertyEndPosition, propertyStartPosition, sourceEND_POSITION_EDEFAULT, endPosition, START_POSITION_EDEFAULT, startPosition| Modifier | Constructor and Description |
|---|---|
protected |
LoopExpImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetBody(OCLExpression<C> newBody,
NotificationChain msgs) |
boolean |
checkLoopVariableInit(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkLoopVariableType(DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
checkSourceCollection(DiagnosticChain diagnostics,
Map<Object,Object> context) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
OCLExpression<C> |
getBody() |
<any> |
getIterator() |
void |
setBody(OCLExpression<C> newBody) |
basicSetSource, eBaseStructuralFeatureID, eDerivedStructuralFeatureID, getPropertyEndPosition, getPropertyStartPosition, getSource, setPropertyEndPosition, setPropertyStartPosition, setSource, toStringaccept, getEndPosition, getName, getStartPosition, getType, setEndPosition, setName, setStartPosition, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckLoopVariableInit, checkLoopVariableType, checkSourceCollection, setBodygetName, getType, setName, setTypegetPropertyEndPosition, getPropertyStartPosition, setPropertyEndPosition, setPropertyStartPositiongetEndPosition, getStartPosition, setEndPosition, setStartPositionprotected OCLExpression<C> body
Body' containment reference.
getBody()protected <any> iterator
Iterator' containment reference list.
getIterator()protected EClass eStaticClass()
eStaticClass in class CallExpImpl<C>public OCLExpression<C> getBody()
getBody in interface LoopExp<C,PM>LoopExp.setBody(OCLExpression),
ExpressionsPackage.getLoopExp_Body()public NotificationChain basicSetBody(OCLExpression<C> newBody, NotificationChain msgs)
public void setBody(OCLExpression<C> newBody)
public <any> getIterator()
getIterator in interface LoopExp<C,PM>ExpressionsPackage.getLoopExp_Iterator()public boolean checkSourceCollection(DiagnosticChain diagnostics,
Map<Object,Object> context)
public boolean checkLoopVariableInit(DiagnosticChain diagnostics,
Map<Object,Object> context)
public boolean checkLoopVariableType(DiagnosticChain diagnostics,
Map<Object,Object> context)
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class CallExpImpl<C>public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class CallExpImpl<C>public void eSet(int featureID,
Object newValue)
eSet in class CallExpImpl<C>public void eUnset(int featureID)
eUnset in class CallExpImpl<C>public boolean eIsSet(int featureID)
eIsSet in class CallExpImpl<C>Copyright © 2015 Open eHealth Foundation. All rights reserved.