Inheritance diagram for org.nees.rbnb.NumberSubSample:
Public Member Functions | |
void | printUsage () |
void | setVariablesFromParameters () |
Use the parameter table to set the actual variables for this RBNB application. | |
void | connect () |
void | startThread () |
void | stopThread () |
boolean | isRunning () |
Return the state of the runnning code. | |
String[] | getParameterNameArray () |
String[] | getParameterTypeArray () |
Object[] | getParameterDefaultArray () |
boolean | start () |
Start this instance. | |
boolean | stop () |
Stop this instance. | |
Static Public Member Functions | |
void | main (String[] args) |
Protected Member Functions | |
boolean | setInstanceArgs (String[] args) throws IllegalArgumentException |
void | setParamterArrays () |
Package Attributes | |
Sink | sink = null |
Source | source = null |
boolean | sinkConnected = false |
boolean | sourceConnected = false |
Thread | stringDataThread |
boolean | runit = false |
Definition at line 19 of file NumberSubSample.java.
|
Implements org.nees.rbnb.RBNBBase. Definition at line 318 of file NumberSubSample.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 310 of file NumberSubSample.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 314 of file NumberSubSample.java. |
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 305 of file NumberSubSample.java. Referenced by org.nees.rbnb.NumberSubSample.start(), and org.nees.rbnb.NumberSubSample.stop(). |
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 172 of file NumberSubSample.java. Referenced by org.nees.rbnb.NumberSubSample.start(). |
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 325 of file NumberSubSample.java. References org.nees.rbnb.NumberSubSample.isRunning(), and org.nees.rbnb.NumberSubSample.setVariablesFromParameters(). |
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 338 of file NumberSubSample.java. References org.nees.rbnb.NumberSubSample.isRunning(). |