|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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.
Fields inherited from class com.ibm.able.AbleObject |
---|
changed, chgSupport, comment, dataFlowEnabled, defaultName, destBufferConnections, eventQueue, fileName, inputBuffer, listeners, logger, name, outputBuffer, parent, 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
AbleObject
This base method implementation provides tracing only.
process
in class AbleObject
com.ibm.able.AbleObject
AbleObject.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.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |