|
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>
P
- Type of the parent of this node.public abstract class StateflowElementBase<P extends IStateflowElement<?>>
Base class for all Stateflow elements.
Constructor Summary | |
---|---|
protected |
StateflowElementBase()
Create Stateflow element. |
protected |
StateflowElementBase(StateflowElementBase<? extends P> orig)
Copy constructor for deep cloning. |
Method Summary | |
---|---|
P |
getParent()
Get parent element. |
java.lang.String |
getStateflowId()
In the MDL file each Stateflow element is annotated with an Id. |
abstract void |
remove()
Remove this element from the model |
java.lang.String |
toString()
Returns Stateflow element type + id. |
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 StateflowElementBase()
protected StateflowElementBase(StateflowElementBase<? extends P> orig)
Method Detail |
---|
public P getParent()
getParent
in interface IStateflowElement<P extends IStateflowElement<?>>
public java.lang.String getStateflowId()
getStateflowId
in interface IStateflowElement<P extends IStateflowElement<?>>
public abstract void remove()
remove
in interface IStateflowElement<P extends IStateflowElement<?>>
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 |