simulink

edu.tum.cs.simulink.model.stateflow
Interface IStateflowElement<P extends IStateflowElement<?>>

Type Parameters:
P - Type of the parent of this node.
All Known Subinterfaces:
IStateflowNodeContainer<P>
All Known Implementing Classes:
StateflowChart, StateflowData, StateflowDeclBase, StateflowDeclContainerBase, StateflowElementBase, StateflowEvent, StateflowJunction, StateflowMachine, StateflowNodeBase, StateflowState, StateflowTarget

public interface IStateflowElement<P extends IStateflowElement<?>>

Interface for Stateflow elements.

Version:
$Rev: 26285 $
Author:
deissenb, $Author: juergens $
Rating:
GREEN Hash: 326F389A58EF1DE480EBD6298C8F9FE0

Method Summary
 P getParent()
          Get parent element.
 java.lang.String getStateflowId()
          In the MDL file each Stateflow element is annotated with an Id.
 void remove()
          Remove this element from the model
 

Method Detail

getParent

P getParent()
Get parent element.


getStateflowId

java.lang.String getStateflowId()
In the MDL file each Stateflow element is annotated with an Id. This method returns the Id.


remove

void remove()
Remove this element from the model


simulink

simulink - 2.7