|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.AbleObject
com.ibm.able.examples.rules.SampleSensorEffector
This class is a command line test case (it has a main() method) that creates a fuzzy ruleset, a fuzzy ruleset listener, wires the two together, and then processes the rules. Lots of listener messages should result on the java console.
| Field Summary |
|---|
| Fields inherited from class com.ibm.able.AbleObject |
|---|
changed, chgSupport, comment, dataFlowEnabled, defaultName, destBufferConnections, eventQueue, fileName, inputBuffer, listeners, logger, name, outputBuffer, parent, properties, propertyConnectionMgr, sourceBufferConnections, state, stateChgSupport, trace |
| Constructor Summary | |
|---|---|
SampleSensorEffector()
|
|
SampleSensorEffector(java.lang.String theName)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
void |
process()
Performs the main, synchronous, standard processing function performed by this bean. |
void |
runSample()
|
java.lang.Object |
setLockMethod(java.lang.Object theTstObject)
The "effector" named "setLock". |
java.lang.Object |
tstLockMethod(java.lang.Object theTstObject)
The "sensor" named "tstLock". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SampleSensorEffector()
throws AbleException
public SampleSensorEffector(java.lang.String theName)
throws AbleException
| Method Detail |
public void process()
throws AbleException
AbleObjectThis base method implementation provides tracing only.
process in interface AbleBeanprocess in class AbleObjectAbleExceptionAbleObject.inputBuffer,
AbleObject.outputBuffer,
AbleBean.process()public void runSample()
public java.lang.Object tstLockMethod(java.lang.Object theTstObject)
This method simply returns a new copy of the argument.
public java.lang.Object setLockMethod(java.lang.Object theTstObject)
This method simply returns a new copy of the argument.
public static void main(java.lang.String[] args)
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||