| Package | Description |
|---|---|
| org.gcube.data.trees.data |
| Modifier and Type | Class and Description |
|---|---|
class |
Tree
An
InnerNode at the root of a tree. |
| Modifier and Type | Field and Description |
|---|---|
static Class<InnerNode> |
Nodes.N
Constant for the
InnerNode type. |
| Modifier and Type | Method and Description |
|---|---|
InnerNode |
InnerNode.delta(Node f)
Returns a node that reflects the delta between this node and a given input node.
|
static InnerNode |
Nodes.n(Edge... es)
|
static InnerNode |
Nodes.n(InnerNode n)
Clones an
InnerNode. |
static InnerNode |
Nodes.n(String id,
Edge... es)
|
InnerNode |
Node.parent()
Returns the parent of the node.
|
| Modifier and Type | Method and Description |
|---|---|
List<InnerNode> |
Node.ancestors()
Returns the ancestors of the node.
|
| Modifier and Type | Method and Description |
|---|---|
static InnerNode |
Nodes.n(InnerNode n)
Clones an
InnerNode. |
protected void |
Node.setParent(InnerNode p)
Sets the parent of the node.
|
| Constructor and Description |
|---|
InnerNode(InnerNode n)
Copy constructor, creates an instance as a clone of a given
InnerNode. |
Copyright © 2017. All Rights Reserved.