|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.simulink.model.ParameterizedElement
edu.tum.cs.simulink.model.stateflow.StateflowElementBase<P>
edu.tum.cs.simulink.model.stateflow.StateflowDeclContainerBase<IStateflowNodeContainer<?>>
edu.tum.cs.simulink.model.stateflow.StateflowNodeBase
edu.tum.cs.simulink.model.stateflow.StateflowState
public class StateflowState
This class represents Stateflow states.
Constructor Summary | |
---|---|
StateflowState()
Create state. |
Method Summary | |
---|---|
void |
addNode(StateflowNodeBase node)
Add a node to this state. |
StateflowState |
deepClone()
Deep clone this state. |
java.lang.String |
getLabel()
Get state label. |
|
getNodes()
Get child nodes. |
java.lang.String |
toString()
Returns label and id. |
Methods inherited from class edu.tum.cs.simulink.model.stateflow.StateflowNodeBase |
---|
getInTransitions, getOutTransitions, remove |
Methods inherited from class edu.tum.cs.simulink.model.stateflow.StateflowDeclContainerBase |
---|
addData, addEvent, getData, getEvents |
Methods inherited from class edu.tum.cs.simulink.model.stateflow.StateflowElementBase |
---|
getParent, getStateflowId |
Methods inherited from class edu.tum.cs.simulink.model.ParameterizedElement |
---|
getDeclaredParameter, getDeclaredParameterNames, getParameter, getParameterNames, setParameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.tum.cs.simulink.model.stateflow.IStateflowElement |
---|
getParent, getStateflowId, remove |
Constructor Detail |
---|
public StateflowState()
Method Detail |
---|
public void addNode(StateflowNodeBase node)
addNode
in interface IStateflowNodeContainer<IStateflowNodeContainer<?>>
public java.lang.String getLabel()
publicgetNodes()
getNodes
in interface IStateflowNodeContainer<IStateflowNodeContainer<?>>
public java.lang.String toString()
toString
in class StateflowElementBase<IStateflowNodeContainer<?>>
public StateflowState deepClone()
deepClone
in class StateflowNodeBase
|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |