simulink

Uses of Interface
edu.tum.cs.simulink.model.stateflow.IStateflowElement

Packages that use IStateflowElement
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 IStateflowElement in edu.tum.cs.simulink.model.stateflow
 

Classes in edu.tum.cs.simulink.model.stateflow with type parameters of type IStateflowElement
 interface IStateflowElement<P extends IStateflowElement<?>>
          Interface for Stateflow elements.
 interface IStateflowNodeContainer<P extends IStateflowElement<?>>
          This interface describes entities that contain StateflowNodeBases.
 class StateflowDeclContainerBase<P extends IStateflowElement<?>>
          Base class for classes that contain Stateflow declarations.
 class StateflowElementBase<P extends IStateflowElement<?>>
          Base class for all Stateflow elements.
 

Subinterfaces of IStateflowElement in edu.tum.cs.simulink.model.stateflow
 interface IStateflowNodeContainer<P extends IStateflowElement<?>>
          This interface describes entities that contain StateflowNodeBases.
 

Classes in edu.tum.cs.simulink.model.stateflow that implement IStateflowElement
 class StateflowChart
          This class represents Stateflow charts.
 class StateflowData
          A Stateflow data object.
 class StateflowDeclBase
          Base class for Stateflow declarations StateflowData and StateflowEvent.
 class StateflowDeclContainerBase<P extends IStateflowElement<?>>
          Base class for classes that contain Stateflow declarations.
 class StateflowElementBase<P extends IStateflowElement<?>>
          Base class for all Stateflow elements.
 class StateflowEvent
          A Stateflow event object.
 class StateflowJunction
          This class represents Stateflow junctions.
 class StateflowMachine
          The Stateflow machine is the container element of all Stateflow elements of a Simulink model.
 class StateflowNodeBase
          Base class for Stateflow nodes (elements that can be connected by transitions).
 class StateflowState
          This class represents Stateflow states.
 class StateflowTarget
          A Stateflow target object.
 

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

Methods in edu.tum.cs.simulink.util with parameters of type IStateflowElement
static StateflowBlock SimulinkUtils.getBlock(IStateflowElement<?> element)
          Get the Stateflow block a Stateflow element belongs to.
static StateflowChart SimulinkUtils.getChart(IStateflowElement<?> element)
          Get the Stateflow chart a Stateflow element belongs to.
 


simulink

simulink - 2.7