|
simulink | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateflowNodeBase | |
---|---|
edu.tum.cs.simulink.model.stateflow | This package contains the implementation of the Stateflow part of a Simulink model. |
Uses of StateflowNodeBase in edu.tum.cs.simulink.model.stateflow |
---|
Subclasses of StateflowNodeBase in edu.tum.cs.simulink.model.stateflow | |
---|---|
class |
StateflowJunction
This class represents Stateflow junctions. |
class |
StateflowState
This class represents Stateflow states. |
Methods in edu.tum.cs.simulink.model.stateflow that return StateflowNodeBase | |
---|---|
abstract StateflowNodeBase |
StateflowNodeBase.deepClone()
Defines covariant returnt type. |
StateflowNodeBase |
StateflowTransition.getDst()
Get destination node. |
StateflowNodeBase |
StateflowTransition.getSrc()
Get source node. |
Methods in edu.tum.cs.simulink.model.stateflow with parameters of type StateflowNodeBase | |
---|---|
void |
StateflowState.addNode(StateflowNodeBase node)
Add a node to this state. |
void |
IStateflowNodeContainer.addNode(StateflowNodeBase node)
Add Stateflow node to this containter. |
void |
StateflowChart.addNode(StateflowNodeBase node)
Add node. |
Constructors in edu.tum.cs.simulink.model.stateflow with parameters of type StateflowNodeBase | |
---|---|
StateflowNodeBase(StateflowNodeBase element)
Create new element from existing one (for deep cloning). |
|
StateflowTransition(StateflowNodeBase dst)
Create new default transition. |
|
StateflowTransition(StateflowNodeBase src,
StateflowNodeBase dst)
Create new transition. |
|
simulink | |||||||||
PREV NEXT | FRAMES NO FRAMES |