public class StateExpImpl extends OCLExpressionImpl implements StateExp
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> |
accept(U v) |
State |
basicGetReferredState() |
int |
eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass) |
int |
eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
State |
getReferredState() |
void |
setReferredState(State newReferredState) |
getEndPosition, getStartPosition, getType, has_type, setEndPosition, setStartPosition, setType, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waithas_typegetName, getType, setName, setTypegetEndPosition, getStartPosition, setEndPosition, setStartPositionpublic State getReferredState()
getReferredState in interface StateExp<Classifier,State>StateExp.setReferredState(Object),
ExpressionsPackage.getStateExp_ReferredState()public State basicGetReferredState()
public void setReferredState(State newReferredState)
setReferredState in interface StateExp<Classifier,State>newReferredState - the new value of the 'Referred State' reference.StateExp.getReferredState()public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class OCLExpressionImplpublic void eSet(int featureID,
Object newValue)
eSet in class OCLExpressionImplpublic void eUnset(int featureID)
eUnset in class OCLExpressionImplpublic boolean eIsSet(int featureID)
eIsSet in class OCLExpressionImplpublic int eBaseStructuralFeatureID(int derivedFeatureID,
Class<?> baseClass)
eBaseStructuralFeatureID in class OCLExpressionImplpublic int eDerivedStructuralFeatureID(int baseFeatureID,
Class<?> baseClass)
eDerivedStructuralFeatureID in class OCLExpressionImplpublic <T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(U v)
accept in interface Visitableaccept in class OCLExpressionImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.