|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| org.drools.eclipse.editors.completion | |
| Uses of Node in org.drools.eclipse.editors.completion |
|---|
| Methods in org.drools.eclipse.editors.completion that return Node | |
|---|---|
Node |
Node.addChild(Node n)
The method will check to see if a Node with the same string token already exists. |
Node |
Node.addToken(String token)
The method will create a new Node instance and try to add it as a child node. |
Node |
Node.getChild(String token)
The method will get the child matching the string token |
Node[] |
DSLTree.getChildren(String obj,
String text)
the method expects the caller to pass the object |
Node[] |
DSLTree.getConditionChildren(String text)
the method will tokenize the text and try to find the node that matches and return the children. the method will traverse down the network as far as it can and return the children at that level. |
Node[] |
DSLTree.getConsequenceChildren(String text)
the method will tokenize the text and try to find the node that matches and return the children. the method will traverse down the network as far as it can and return the children at that level. |
Node |
DSLTree.getCurrent()
|
Node |
DSLTree.getLast()
|
Node |
Node.getParent()
|
| Methods in org.drools.eclipse.editors.completion that return types with arguments of type Node | |
|---|---|
Collection<Node> |
Node.getChildren()
|
| Methods in org.drools.eclipse.editors.completion with parameters of type Node | |
|---|---|
Node |
Node.addChild(Node n)
The method will check to see if a Node with the same string token already exists. |
void |
DSLTree.addChildToList(Node n,
String prefix,
ArrayList list)
method will prepend the parent text to the child and generate the possible combinations in text format. |
void |
DSLTree.addTokens(String[] tokens,
Node rootNode)
method adds the token to root |
boolean |
Node.isMatch(Node n)
|
protected void |
DSLTree.printNode(Node n)
method will print the node and then iterate over the children |
void |
Node.removeChild(Node n)
|
void |
DSLTree.setCurrent(Node current)
|
void |
DSLTree.setLast(Node last)
|
void |
Node.setParent(Node parent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||