|
simulink | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterizedElement | |
---|---|
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 ParameterizedElement in edu.tum.cs.simulink.model |
---|
Subclasses of ParameterizedElement in edu.tum.cs.simulink.model | |
---|---|
class |
SimulinkAnnotation
Class for Simulink annotations, which are basically comments in the Simulink model. |
class |
SimulinkBlock
A Simulink block has a type and maintains a parameter map, a list of sub blocks, a list of annotations and in/out-ports. |
class |
SimulinkElementBase
Base class for Simulink elements. |
class |
SimulinkLine
A Simulink line. |
class |
SimulinkModel
A Simulink model a specialized Simulink block that primarily maintains the default parameters of blocks, annotations and lines. |
Constructors in edu.tum.cs.simulink.model with parameters of type ParameterizedElement | |
---|---|
ParameterizedElement(ParameterizedElement other)
Creates new element from another parameterized element. |
Uses of ParameterizedElement in edu.tum.cs.simulink.model.stateflow |
---|
Subclasses of ParameterizedElement in edu.tum.cs.simulink.model.stateflow | |
---|---|
class |
StateflowBlock
A special Simulink block that stores state charts. |
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. |
class |
StateflowTransition
A Stateflow transition. |
Uses of ParameterizedElement in edu.tum.cs.simulink.util |
---|
Methods in edu.tum.cs.simulink.util with parameters of type ParameterizedElement | |
---|---|
static void |
SimulinkUtils.copyParameters(ParameterizedElement source,
ParameterizedElement target)
Copy parameters from one parameterized element to another. |
|
simulink | |||||||||
PREV NEXT | FRAMES NO FRAMES |