|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NamedEntity in demos.atomicblocks |
|---|
| Subclasses of NamedEntity in demos.atomicblocks | |
|---|---|
class |
DEConst
A DEConst is a Block for the Discrete Events MoC, which produces the same value on all its Pins at each update. |
class |
DEDelay
A DEDelay is a block for use with the Dicrete Events MoC, which introduces a time delay between occurrences of events on its input and on its output. |
class |
DEPlotter
A DEPlotter is a Block for the DE MoC which displays the value received on each of its Pins in a graphical window. |
class |
DERamp
A DERamp is a Block which produces an increasing value on all its pins at each snapshot. |
class |
DEScenario
A DEScenario plays a scenario on its output pins. |
class |
DETestLogger
A DETestLogger is a Block which logs the value of each of its Pins at each snapshot. |
class |
DETextDisplay
A DETextDisplay is a Block which displays the value of each of its Pins at each snapshot. |
class |
EventFeeder
An EventFeeder can be used to feed events into a simulation from external sources like a GUI. |
class |
Probe
A Probe is a block that notifies a PinListener each time one of its input pins has tokens at the end of the snapshot. |
class |
SDFAdder
An SDFAdder is an SDF block which computes the sum of the tokens on all its input pins and puts the result on all its output pins. |
class |
SDFConst
An SDFConst is an SDF Block which produces the same value on all its Pins at each update. |
class |
SDFIntegrator
An SDFIntegrator sums adds all the values received on its inputs to its internal state and produced this state on all its outputs. |
class |
SDFLimitedIntegrator
An SDFLimitedIntegrator is an integrator whose output is maintained between a lower_limit and an upper_limit (set by properties). |
class |
SDFLimiter
|
class |
SDFRamp
A Ramp is a Block which produces an increasing value on all its Pins at each update. |
class |
SDFSampleDelay
An SDFSampleDelay is an SDF block which delays its input by one sample. |
class |
SDFScale
An SDFScale is an SDF block which scales its input. |
class |
SDFTextDisplay
A TextDisplay is a Block which displays the value of all the tokens on each of its pins at each update. |
| Methods in demos.atomicblocks with parameters of type NamedEntity | |
|---|---|
void |
DEPlotter.PlotterWindow.setup(NamedEntity propertiesHolder,
java.util.Collection<Pin> signals)
|
void |
DEPlotter.PlotterWindow.Plotter.setup(NamedEntity propertiesHolder,
java.util.Collection<Pin> signals)
|
| Uses of NamedEntity in demos.powerwindow.models |
|---|
| Subclasses of NamedEntity in demos.powerwindow.models | |
|---|---|
class |
WindowController
The controller of the power window. |
class |
WindowModel
The model of the mechanical part of the window. |
| Uses of NamedEntity in demos.semantic_adaptation |
|---|
| Subclasses of NamedEntity in demos.semantic_adaptation | |
|---|---|
class |
DE_SDF_DumbInterfaceBlock
A dumb interface block between DE and SDF. |
class |
DE_SDF_InterfaceBlock
An interface block between DE and SDF which takes care of adapting data, time and control between the two MoCs. |
class |
DE_SDF_LinInterpolator
This is a special interface block (IB) between DE and SDF that can react to threshold crossing on the outputs of its internal SDF model. |
class |
DE_TFSM_InterfaceBlock
This DE/TFSM interface block implements decoding input DE events to TFSM input symbols and encoding TFSM output symbols into DE events. |
| Uses of NamedEntity in modhelxs.abstractsemantics |
|---|
| Subclasses of NamedEntity in modhelxs.abstractsemantics | |
|---|---|
class |
AtomicBlock
A block without an explicit ModHel'X model (opaque behavior). |
class |
Block
A Block is the basic unit of behavior in ModHel'X. |
class |
BlockStructure
A BlockStructure is a set of blocks with relations between their pins. |
class |
Engine
The execution engine of ModHel'X, which drives the abstract semantics of models and blocks. |
class |
InterfaceBlock
An InterfaceBlock is a special kind of Block. |
class |
Model<T extends Comparable<? super T>>
A Model describes a behavior by the combination of the behavior of the blocks of a structure according to a model of computation. |
class |
ModelOfComputation<T extends Comparable<? super T>>
A ModelOfComputation models the rules for combining the behavior of the blocks in a structure. |
class |
ModelOfComputationImpl<T extends Comparable<? super T>>
Common default implementation of a model of computation features. |
class |
ObservableEntity
Implementation of an observable entity for the abstract semantics of ModHel'X. |
class |
Pin
An implementation of Pin for the abstract semantics of ModHel'X. |
class |
Relation
A Relation is an oriented connection between two pins. |
| Uses of NamedEntity in modhelxs.mocs.de |
|---|
| Subclasses of NamedEntity in modhelxs.mocs.de | |
|---|---|
class |
AbstractDEMoC
AbstractDEMoC declares the common abstract semantics of Discrete Events MoCs. |
class |
DEMoC
DEMoC implements a Discrete Events MoCs. |
| Uses of NamedEntity in modhelxs.mocs.sdf |
|---|
| Subclasses of NamedEntity in modhelxs.mocs.sdf | |
|---|---|
class |
SDFMoC
|
| Uses of NamedEntity in modhelxs.mocs.tfsm |
|---|
| Subclasses of NamedEntity in modhelxs.mocs.tfsm | |
|---|---|
class |
FSMState
|
class |
TFSMMoC
|
| Uses of NamedEntity in modhelxs.state_management |
|---|
| Subclasses of NamedEntity in modhelxs.state_management | |
|---|---|
class |
ManagedBlock
A Block with default management for state changes. |
class |
ManagedInterfaceBlock
An InterfaceBlock with default management for state changes. |
class |
PlainManagedBlock
A ManagedBlock with no timed behavior. |
class |
PlainManagedInterfaceBlock
An implementation of the ManagedInterfaceBlock for untimed IB. |
class |
TimedManagedBlock<T extends Comparable<? super T>>
A ManagedBlock with timed behavior. |
class |
TimedManagedInterfaceBlock<T extends Comparable<T>,I extends Comparable<I>>
An implementation of the ManagedInterfaceBlock for timed IB. |
| Fields in modhelxs.state_management declared as NamedEntity | |
|---|---|
private NamedEntity |
State.owner_
The NamedEntity which owns the Attributes managed by this State. |
| Methods in modhelxs.state_management with parameters of type NamedEntity | |
|---|---|
void |
Value.initFromProperty(NamedEntity entity,
java.lang.String propName)
Set the initial value of this storage from a property of a NamedEntity. |
| Constructors in modhelxs.state_management with parameters of type NamedEntity | |
|---|---|
State(NamedEntity e)
Create a State for handling the state values of e. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||