Inheritance diagram for org.nees.rbnb.WalkerSource:
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 | |
Source | source = null |
ChannelMap | sMap |
int | index |
boolean | connected = false |
Thread | timerThread |
boolean | runit = false |
The numbers are generate at a regular interval (specified by the timerInterval which defaults to 1 second).
Definition at line 21 of file WalkerSource.java.
|
Implements org.nees.rbnb.RBNBBase. Definition at line 340 of file WalkerSource.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 326 of file WalkerSource.java. |
|
Implements org.nees.rbnb.RBNBBase. Definition at line 333 of file WalkerSource.java. |
|
Return the state of the runnning code.
Implements org.nees.rbnb.RBNBBase. Definition at line 318 of file WalkerSource.java. Referenced by org.nees.rbnb.WalkerSource.start(), and org.nees.rbnb.WalkerSource.stop(). |
|
Use the parameter table to set the actual variables for this RBNB application.
Implements org.nees.rbnb.RBNBBase. Definition at line 197 of file WalkerSource.java. Referenced by org.nees.rbnb.WalkerSource.start(). |
|
Start this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 347 of file WalkerSource.java. References org.nees.rbnb.WalkerSource.isRunning(), and org.nees.rbnb.WalkerSource.setVariablesFromParameters(). |
|
Stop this instance.
Implements org.nees.rbnb.RBNBBase. Definition at line 360 of file WalkerSource.java. References org.nees.rbnb.WalkerSource.isRunning(). |