|
simulink | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimulinkElementBase | |
---|---|
edu.tum.cs.simulink.constraints | This package contains the constraints for the Simulink model. |
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. |
Uses of SimulinkElementBase in edu.tum.cs.simulink.constraints |
---|
Methods in edu.tum.cs.simulink.constraints with parameters of type SimulinkElementBase | |
---|---|
void |
SimulinkElementNameConstraint.checkLocalConstraint(SimulinkElementBase element)
See class comment. |
Uses of SimulinkElementBase in edu.tum.cs.simulink.model |
---|
Subclasses of SimulinkElementBase 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 |
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 SimulinkElementBase | |
---|---|
SimulinkElementBase(SimulinkElementBase other)
Create element from other element (for deep cloning). |
Uses of SimulinkElementBase in edu.tum.cs.simulink.model.stateflow |
---|
Subclasses of SimulinkElementBase in edu.tum.cs.simulink.model.stateflow | |
---|---|
class |
StateflowBlock
A special Simulink block that stores state charts. |
|
simulink | |||||||||
PREV NEXT | FRAMES NO FRAMES |