| Package | Description |
|---|---|
| org.useware.kernel.model.mapping | |
| org.useware.kernel.model.scopes |
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Node.addChild(Node<T> child)
Adds a child to the list of children for this Node
|
Node<T> |
Node.addChild(T data) |
Node<T> |
Node.findParent(NodePredicate<T> predicate)
Finds the parent which satisfies the predicate.
|
Node<T> |
Node.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Node<T>> |
Node.collectParents(NodePredicate<T> predicate) |
List<Node<T>> |
Node.getChildren()
Return the children of Node
|
| Modifier and Type | Method and Description |
|---|---|
Node<T> |
Node.addChild(Node<T> child)
Adds a child to the list of children for this Node
|
boolean |
NodePredicate.appliesTo(Node<T> node) |
void |
Node.insertChildAt(int index,
Node<T> child)
Inserts a Node
|
boolean |
Node.removeChild(Node<T> child) |
| Modifier and Type | Method and Description |
|---|---|
Node<Scope> |
ScopeModel.findNode(int scopeId) |
Node<Scope> |
ScopeModel.getRootElement()
Return the root Node of the tree.
|
| Modifier and Type | Method and Description |
|---|---|
List<Node<Scope>> |
ScopeModel.toList()
Returns the Scoperee
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeModel.setRootElement(Node<Scope> rootElement) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.