| Package | Description |
|---|---|
| org.gcube.data.trees.data |
| Modifier and Type | Field and Description |
|---|---|
static Class<Leaf> |
Nodes.L
Constant for the
Leaf node type. |
| Modifier and Type | Method and Description |
|---|---|
protected Leaf |
Leaf.delta(Node f)
Returns a node that reflects the delta between this node and a given input node.
|
static Leaf |
Nodes.l(Leaf l)
Clones a
Leaf. |
static Leaf |
Nodes.l(Object v)
Returns a
Leaf with a given value. |
static Leaf |
Nodes.l(String id,
Object v)
Returns a
Leaf with a given identifier and a given value. |
| Modifier and Type | Method and Description |
|---|---|
static Leaf |
Nodes.l(Leaf l)
Clones a
Leaf. |
| Constructor and Description |
|---|
Leaf(Leaf leaf)
Copy constructor, creates an instance as a clone of a given
Leaf. |
Copyright © 2017. All Rights Reserved.