|
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
public abstract class StateflowNodeBase
Base class for Stateflow nodes (elements that can be connected by transitions).
Constructor Summary | |
---|---|
protected |
StateflowNodeBase()
Create new node. |
protected |
StateflowNodeBase(StateflowNodeBase element)
Create new element from existing one (for deep cloning). |
Method Summary | |
---|---|
abstract StateflowNodeBase |
deepClone()
Defines covariant returnt type. |
|
getInTransitions()
Get incoming transitions. |
|
getOutTransitions()
Get outgoing transitions. |
void |
remove()
Remove this node from the model. |
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, toString |
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 |
---|
protected StateflowNodeBase()
protected StateflowNodeBase(StateflowNodeBase element)
Method Detail |
---|
publicgetInTransitions()
publicgetOutTransitions()
public void remove()
remove
in interface IStateflowElement<IStateflowNodeContainer<?>>
remove
in class StateflowElementBase<IStateflowNodeContainer<?>>
public abstract StateflowNodeBase deepClone()
|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |