simulink

Uses of Class
edu.tum.cs.simulink.model.stateflow.StateflowChart

Packages that use StateflowChart
edu.tum.cs.simulink.model.stateflow This package contains the implementation of the Stateflow part of a Simulink model. 
edu.tum.cs.simulink.util Utilities for Simulink. 
 

Uses of StateflowChart in edu.tum.cs.simulink.model.stateflow
 

Methods in edu.tum.cs.simulink.model.stateflow that return StateflowChart
 StateflowChart StateflowChart.deepClone()
          Deep clone this chart.
 StateflowChart StateflowBlock.getChart()
          Get the Stateflow chart that belongs to this block.
 StateflowChart StateflowMachine.getChart(java.lang.String fqName)
          Get chart for full qualified name of the Stateflow block the chart belongs to.
 

Methods in edu.tum.cs.simulink.model.stateflow with parameters of type StateflowChart
 void StateflowMachine.addChart(java.lang.String fqName, StateflowChart chart)
          Add chart to the machine.
 

Constructors in edu.tum.cs.simulink.model.stateflow with parameters of type StateflowChart
StateflowBlock(StateflowChart chart)
          Create Stateflow block.
 

Uses of StateflowChart in edu.tum.cs.simulink.util
 

Methods in edu.tum.cs.simulink.util that return StateflowChart
static StateflowChart SimulinkUtils.getChart(IStateflowElement<?> element)
          Get the Stateflow chart a Stateflow element belongs to.
 


simulink

simulink - 2.7