Package eu.bandm.sig.adlib
Class SignalSource.Constant<A>
java.lang.Object
eu.bandm.sig.adlib.SignalSource.Constant<A>
- All Implemented Interfaces:
SignalSource<A>
,Supplier<A>
- Enclosing interface:
- SignalSource<A>
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.bandm.sig.adlib.SignalSource
SignalSource.AddOperator, SignalSource.CompilableBinaryOperator, SignalSource.Constant<A>, SignalSource.DivOperator, SignalSource.MultOperator, SignalSource.SubOperator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<V,
L> void compileDataFlow
(CompilationContext<V, L> context) protected abstract <V,
L> void compileValue
(CompilationContext<V, L> context) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface eu.bandm.sig.adlib.SignalSource
get