|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdsg.smart.SMBase
dsg.smart.test.DoubleSink
A stream module with one input. Decodes a stream of serialized Double objects and prints the results to stdout.
Constructor Summary | |
DoubleSink()
|
Method Summary | |
void |
run(SMContext con)
Entry point --- should never exit. |
Methods inherited from class dsg.smart.SMBase |
getInput, getNumInputs, getNumOutputs, getOutput, setInput, setOutput, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleSink()
Method Detail |
public void run(SMContext con)
con
- a context object, containing any Smart system calls one wishes to provide to the Stream Modules.Session
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |