simulink

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

Packages that use StateflowMachine
edu.tum.cs.simulink.model This package contains the implementation of the Simulink model. 
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 StateflowMachine in edu.tum.cs.simulink.model
 

Methods in edu.tum.cs.simulink.model that return StateflowMachine
 StateflowMachine SimulinkModel.getStateflowMachine()
          Get Stateflow machine of this model (may be null).
 

Methods in edu.tum.cs.simulink.model with parameters of type StateflowMachine
 void SimulinkModel.setStateflowMachine(StateflowMachine machine)
          Set Stateflow machine.
 

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

Methods in edu.tum.cs.simulink.model.stateflow that return StateflowMachine
 StateflowMachine StateflowMachine.deepClone()
          This throws a UnsupportedOperationException as the machine can only be deep cloned by cloning the SimulinkModel it belongs to.
 StateflowMachine StateflowChart.getMachine()
          Get the Stateflow machine this chart belongs to.
 

Constructors in edu.tum.cs.simulink.model.stateflow with parameters of type StateflowMachine
StateflowMachine(StateflowMachine orig, SimulinkModel model)
          Copy constructor.
 

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

Methods in edu.tum.cs.simulink.util with parameters of type StateflowMachine
static int SimulinkUtils.countStates(StateflowMachine stateflowMachine)
          Count states of all charts of the machine.
 


simulink

simulink - 2.7