Package overit.geocall.platform
Class CustomTree.SearchNode
java.lang.Object
overit.geocall.util.Tree
overit.geocall.platform.CustomTree.SearchNode
- All Implemented Interfaces:
Serializable,overit.geocall.clipboard.ClipboardObject,overit.geocall.marks.NameExposer
- Enclosing class:
CustomTree
Utility class containing the information of a resource discovered during the search phase
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSearchNode(JavaResource resource, CustomPackage customPackage) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBest()protected voidprotected CustomTree.SearchNodesearch(JavaResource resource) Methods inherited from class overit.geocall.util.Tree
_reset, addAfterNodeByPath, addBeforeNodeByPath, addChild, addChild, addChild, addChildNodeByPath, addChildNodeByPath, contains, createCopy, delChild, delNodeByPath, getChild, getChild, getChildren, getChildrenSize, getDepth, getFirstChild, getFirstChild, getHead, getLastChild, getLastChild, getNodeByPath, getParent, getPath, getPos, getRoot, getSelected, getStopped, isFiltered, isLeaf, isRoot, onCopy, onCut, onLost, onPaste, setChild, setHead, setNodeByPath, setSelected, setStopped
-
Constructor Details
-
SearchNode
-
-
Method Details
-
getResource
- Returns:
- the resource discovered during the research phase
-
getCustomPackage
- Returns:
- the customized package to which the resource belongs. if null, it is a direct customization
-
isBest
public boolean isBest()- Returns:
trueif the node matches the best resource found by the algorithm
-
markAsBest
protected void markAsBest() -
search
-