simulink

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

Type Parameters:
P - Type of the parent of this node.
All Superinterfaces:
IStateflowElement<P>
All Known Implementing Classes:
StateflowChart, StateflowState

public interface IStateflowNodeContainer<P extends IStateflowElement<?>>
extends IStateflowElement<P>

This interface describes entities that contain StateflowNodeBases.

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

Method Summary
 void addNode(StateflowNodeBase node)
          Add Stateflow node to this containter.
  getNodes()
          Get nodes held by this container.
 
Methods inherited from interface edu.tum.cs.simulink.model.stateflow.IStateflowElement
getParent, getStateflowId, remove
 

Method Detail

addNode

void addNode(StateflowNodeBase node)
Add Stateflow node to this containter.


getNodes

 getNodes()
Get nodes held by this container.


simulink

simulink - 2.7