public class Progress extends Transformer
| Modifier and Type | Class and Description |
|---|---|
class |
Progress.Options
All options for the transformer
|
| Modifier and Type | Field and Description |
|---|---|
Progress.Options |
options |
_frame_bufferID, _stream_out_evchannel_in, _evchannel_out, _isSetup, _name, _safeToKill, _terminate, threadPriority| Constructor and Description |
|---|
Progress() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeOutput(Stream[] stream_in,
Stream stream_out) |
void |
enter(Stream[] stream_in,
Stream stream_out)
initialization specific to sensor implementation (called by local thread after framework start)
|
OptionList |
getOptions() |
int |
getSampleBytes(Stream[] stream_in) |
int |
getSampleDimension(Stream[] stream_in) |
int |
getSampleNumber(int sampleNumber_in) |
Cons.Type |
getSampleType(Stream[] stream_in) |
void |
transform(Stream[] stream_in,
Stream stream_out)
main processing method
|
flush, getOutputDescription, init, run, setupclear, getBufferID, getOutputStream, setBufferIDclose, forcekill, getComponentName, getEventChannelOut, isSetup, resetpublic final Progress.Options options
public OptionList getOptions()
getOptions in class Componentpublic void enter(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformerenter in class Transformerstream_in - Stream[]stream_out - StreamSSJFatalExceptionpublic void transform(Stream[] stream_in, Stream stream_out) throws SSJFatalException
Transformertransform in class Transformerstream_in - Stream[]stream_out - StreamSSJFatalExceptionpublic int getSampleDimension(Stream[] stream_in)
getSampleDimension in class Transformerstream_in - Stream[]public int getSampleBytes(Stream[] stream_in)
getSampleBytes in class Transformerstream_in - Stream[]public Cons.Type getSampleType(Stream[] stream_in)
getSampleType in class Transformerstream_in - Stream[]public int getSampleNumber(int sampleNumber_in)
getSampleNumber in class TransformersampleNumber_in - intprotected void describeOutput(Stream[] stream_in, Stream stream_out)
describeOutput in class Transformerstream_in - Stream[]stream_out - Stream