|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.StateGraphImpl
org.eclipse.etrice.core.room.impl.StateMachineImpl
public class StateMachineImpl
An implementation of the model object 'State Machine'.
The following features are implemented:
Field Summary | |
---|---|
protected static boolean |
DATA_DRIVEN_EDEFAULT
The default value of the ' Data Driven ' attribute. |
protected boolean |
dataDriven
The cached value of the ' Data Driven ' attribute. |
Fields inherited from class org.eclipse.etrice.core.room.impl.StateGraphImpl |
---|
chPoints, states, transitions, trPoints |
Constructor Summary | |
---|---|
protected |
StateMachineImpl()
|
Method Summary | |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
boolean |
isDataDriven()
|
void |
setDataDriven(boolean newDataDriven)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.etrice.core.room.impl.StateGraphImpl |
---|
eInverseRemove, getChPoints, getStates, getTransitions, getTrPoints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.etrice.core.room.StateGraph |
---|
getChPoints, getStates, getTransitions, getTrPoints |
Field Detail |
---|
protected static final boolean DATA_DRIVEN_EDEFAULT
Data Driven
' attribute.
isDataDriven()
,
Constant Field Valuesprotected boolean dataDriven
Data Driven
' attribute.
isDataDriven()
Constructor Detail |
---|
protected StateMachineImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class StateGraphImpl
public boolean isDataDriven()
isDataDriven
in interface StateMachine
StateMachine.setDataDriven(boolean)
,
RoomPackage.getStateMachine_DataDriven()
public void setDataDriven(boolean newDataDriven)
setDataDriven
in interface StateMachine
newDataDriven
- the new value of the 'Data Driven' attribute.StateMachine.isDataDriven()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class StateGraphImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class StateGraphImpl
public void eUnset(int featureID)
eUnset
in class StateGraphImpl
public boolean eIsSet(int featureID)
eIsSet
in class StateGraphImpl
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |