JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
eu.bandm.sig.adlib2
Interface Component
All Known Subinterfaces:
AbstractClockedSignalSource
,
BooleanClockedSignalSource
,
BooleanClockedSignalSourceVector
,
ClockedSignalSource
<A>,
ClockedSignalSourceVector
<A>,
DoubleADSR
,
DoubleClockedSignalSource
,
DoubleClockedSignalSourceVector
,
EnumClockedSignalSource
<E>,
FloatADSR
,
FloatClockedSignalSource
,
FloatClockedSignalSourceVector
,
IntClockedSignalSource
,
IntClockedSignalSourceVector
,
LongClockedSignalSource
,
LongClockedSignalSourceVector
,
Process
All Known Implementing Classes:
BooleanDelay
,
BooleanDelayVector
,
BooleanMultiDelay
,
BooleanStoredSignalSource
,
CompilableBooleanStoredSignalSource
,
CompilableDoubleStoredSignalSource
,
CompilableEnumStoredSignalSource
,
CompilableFloatStoredSignalSource
,
CompilableIntStoredSignalSource
,
CompilableLongStoredSignalSource
,
CompilableStoredSignalSource
,
Delay
,
DelayVector
,
DoubleClockedSignalSource.AbstractRandom
,
DoubleDelay
,
DoubleDelayVector
,
DoubleDynamics
,
DoubleDynamics.EulerIntegrator
,
DoubleDynamics.Integrator
,
DoubleDynamics.RungeKuttaIntegrator
,
DoubleLinearMap
,
DoubleMultiDelay
,
DoubleOscillator
,
DoubleStoredSignalSource
,
DoubleUpsamplingSignalSource
,
DoubleVectorMap
,
EnumDelay
,
EnumStoredSignalSource
,
FloatClockedSignalSource.AbstractRandom
,
FloatDelay
,
FloatDelayVector
,
FloatDynamics
,
FloatDynamics.EulerIntegrator
,
FloatDynamics.Integrator
,
FloatDynamics.RungeKuttaIntegrator
,
FloatLinearMap
,
FloatMultiDelay
,
FloatOscillator
,
FloatStoredSignalSource
,
FloatUpsamplingSignalSource
,
FloatVectorMap
,
IntClockedSignalSource.AbstractRandom
,
IntClockedSignalSourceFraction
,
IntDelay
,
IntDelayVector
,
IntMultiDelay
,
IntStoredSignalSource
,
LongClockedSignalSource.AbstractRandom
,
LongClockedSignalSourceFraction
,
LongDelay
,
LongDelayVector
,
LongMultiDelay
,
LongStoredSignalSource
,
MultiDelay
,
Process.Proxy
,
StoredSignalSource
public interface
Component
Interface of computational components whose observable state is changed atomically by a delegate object at specified events in time.
See Also:
Process
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Process
getProcess
()
Returns the delegate object that effects changes of observable state.
Method Detail
getProcess
Process
getProcess()
Returns the delegate object that effects changes of observable state.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method