|
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.StateflowTransition
public class StateflowTransition
A Stateflow transition.
Constructor Summary | |
---|---|
StateflowTransition(StateflowNodeBase dst)
Create new default transition. |
|
StateflowTransition(StateflowNodeBase src,
StateflowNodeBase dst)
Create new transition. |
Method Summary | |
---|---|
StateflowNodeBase |
getDst()
Get destination node. |
java.lang.String |
getLabel()
Get label. |
StateflowNodeBase |
getSrc()
Get source node. |
void |
remove()
Remove this transition from the model. |
java.lang.String |
toString()
toString() includes source and destination. |
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 |
Constructor Detail |
---|
public StateflowTransition(StateflowNodeBase dst)
public StateflowTransition(StateflowNodeBase src, StateflowNodeBase dst)
Method Detail |
---|
public StateflowNodeBase getDst()
public java.lang.String getLabel()
public StateflowNodeBase getSrc()
public void remove()
public java.lang.String toString()
toString
in class java.lang.Object
|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |