Package eu.bandm.sighkn
Class SigSequencer.IntColumn
- All Implemented Interfaces:
CompilableDataFlow,IntSignalSource,SignalSource<Integer>,IntSupplier,Supplier<Integer>
- Enclosing class:
- SigSequencer
-
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 -
Field Summary
FieldsFields inherited from class eu.bandm.sighkn.SigSequencer.Column
columnNumber, loadIndex, src -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface eu.bandm.sig.adlib.IntSignalSource
compileDataFlow, logger, logger, zipWith
-
Field Details
-
data
protected int[] data
-
-
Constructor Details
-
IntColumn
IntColumn(int i)
-
-
Method Details
-
get
- Specified by:
getin interfaceSignalSource<Integer>- Specified by:
getin interfaceSupplier<Integer>- Specified by:
getin classSigSequencer.Column<Integer>
-
getAsInt
public int getAsInt()- Specified by:
getAsIntin interfaceIntSignalSource- Specified by:
getAsIntin interfaceIntSupplier
-
startLoading
- Overrides:
startLoadingin classSigSequencer.Column<Integer>
-
load
public void load(int f) -
load
- Specified by:
loadin classSigSequencer.Column<Integer>
-
dup
public void dup()- Specified by:
dupin classSigSequencer.Column<Integer>
-
loadOneValue
- Specified by:
loadOneValuein classSigSequencer.Column<Integer>
-
dump
void dump()- Specified by:
dumpin classSigSequencer.Column<Integer>
-