|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.retro.gis.tools.BasicActionNode
org.retro.gis.tools.BranchActionNode
Abstract class for a branch node, a branch should be attached as a member of a BasicAcionNode, which should be contained in an action tree.
BasicActionNode| Constructor Summary | |
BranchActionNode(double p,
double pass,
double fail)
|
|
| Method Summary | |
abstract void |
performActionCheck()
Check if an action should be performed |
protected abstract boolean |
performScoreHitPass()
needed in getPoints to check the pass or fail of an action
performed on run. |
| Methods inherited from class org.retro.gis.tools.BasicActionNode |
checkSchemeObject, countActionPerformed, evalObject, evalString, getCanRunAgain, getCommandList, getKey, getLastPassFail, getLastScore, getLevel, getLevelThreshold, getMaxScoreThreshold, getMinScoreThreshold, getMultipleRunsFlag, getPoints, runAction, runActionInternal, runDecisionMatrix, setForceRunFlag, setKey, setLevel, setMultipleRunsFlag, setProcessThreadNode, setRunFlag, setSchemeObject, setScoreHitSet, setScoreRangeSet, travelNullSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BranchActionNode(double p,
double pass,
double fail)
throws InvalidScoreException
| Method Detail |
public abstract void performActionCheck()
performActionCheck in class BasicActionNodeprotected abstract boolean performScoreHitPass()
getPoints to check the pass or fail of an action
performed on run.
This method needs to be overridden by the implementing class; for example,
this method is needed by a branch node.
An implemenatation may include searching a database for a value, pass if
target value found.
performScoreHitPass in class BasicActionNodeBasicActionNode.getPoints()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||