|
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.SimulinkElementBase
edu.tum.cs.simulink.model.SimulinkBlock
edu.tum.cs.simulink.model.stateflow.StateflowBlock
public class StateflowBlock
A special Simulink block that stores state charts. There is a one-to-one
association between StateflowBlock
s and StateflowChart
s.
The sub blocks of this block are automatically generated by Simulink.
Constructor Summary | |
---|---|
StateflowBlock(StateflowChart chart)
Create Stateflow block. |
Method Summary | |
---|---|
StateflowBlock |
deepClone()
Deep clone this block. |
StateflowChart |
getChart()
Get the Stateflow chart that belongs to this block. |
void |
remove()
Unlinks this object from the simulink tree. |
Methods inherited from class edu.tum.cs.simulink.model.SimulinkBlock |
---|
addAnnotation, addSubBlock, getAnnotations, getInLines, getInPort, getInPorts, getOutLines, getOutPort, getOutPorts, getResolvedType, getSubBlock, getSubBlocks, getType, hasSubBlocks, toString |
Methods inherited from class edu.tum.cs.simulink.model.SimulinkElementBase |
---|
getId, getModel, getName, getParent, setParent |
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 StateflowBlock(StateflowChart chart)
chart
- The chart that belongs to this block.Method Detail |
---|
public StateflowChart getChart()
public void remove()
remove
in class SimulinkBlock
public StateflowBlock deepClone() throws DeepCloneException
deepClone
in class SimulinkBlock
DeepCloneException
|
simulink | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |