|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.utils.tree.TreeNode
com.raritantechnologies.verity.profiler.ProfileTreeNode
Tree node with Profiled attributes. Maps a set of queryIDs and minimum profiler scores to the node.
| Field Summary |
| Fields inherited from class com.raritantechnologies.utils.tree.TreeNode |
activeNode, children, maxCount, name, needsUpdate, nodeCount, openState, parent |
| Constructor Summary | |
ProfileTreeNode()
|
|
| Method Summary | |
void |
addQueryID(java.lang.String queryID,
java.lang.Double queryScore)
|
java.lang.String |
getNodeID()
returns nodeIDValue if set, else returns the path |
boolean |
matches(java.lang.String queryID,
java.lang.Double queryScore)
|
void |
setNodeID(java.lang.String nodeID)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProfileTreeNode()
| Method Detail |
public void addQueryID(java.lang.String queryID,
java.lang.Double queryScore)
public boolean matches(java.lang.String queryID,
java.lang.Double queryScore)
public void setNodeID(java.lang.String nodeID)
setNodeID in class TreeNodepublic java.lang.String getNodeID()
TreeNode
getNodeID in class TreeNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||