| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.shapelogic.logic.BaseTask<T>
org.shapelogic.logic.ExistTask<T>
public class ExistTask<T>
This only checks that something exists or can be found by a calculation
| Field Summary | 
|---|
| Fields inherited from class org.shapelogic.logic.BaseTask | 
|---|
| _endTime, _failedSubTasksCount, _injector, _interest, _lastSubTaskState, _localContext, _localModule, _pathWork, _score, _selfWork, _selfWorkEstimate, _startTime, _state, _succededSubTasksCount, _value, CONTEXT_CALCULATION_MAP, DEFAULT_INTEREST, DEFAULT_SCORE, NAMED_TASKS, WORK_NOT_KNOWN | 
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode | 
|---|
| allowsChildren, children, EMPTY_ENUMERATION, parent, userObject | 
| Constructor Summary | |
|---|---|
| ExistTask(BaseTask parent,
          java.lang.String nameInContext)Test is something exist in another context | |
| Method Summary | |
|---|---|
|  boolean | match()match() should be seen like a unify that can also try to set fields So this can be overridden | 
|  void | postCalc() | 
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode | 
|---|
| add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface javax.swing.tree.TreeNode | 
|---|
| children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf | 
| Constructor Detail | 
|---|
public ExistTask(BaseTask parent,
                 java.lang.String nameInContext)
| Method Detail | 
|---|
public boolean match()
BaseTask
match in interface Task<T>match in class BaseTask<T>public void postCalc()
postCalc in interface Task<T>postCalc in class BaseTask<T>| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||