| Package | Description |
|---|---|
| org.gcube.data.trees.data |
| Modifier and Type | Method and Description |
|---|---|
Node.State |
Node.state()
Returns the node state.
|
static Node.State |
Node.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.State[] |
Node.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Node.state(Node.State s) |
| Constructor and Description |
|---|
InnerNode(String id,
Node.State state,
Map<QName,String> attributes,
Edge... edges)
Constructs an instance with a given identifier, state, attributes, and edges.
|
Leaf(String id,
Node.State state,
String v,
Map<QName,String> attributes)
Creates an instance with a given identifier, given attributes, and a given value.
|
Node(String i,
Node.State s,
Map<QName,String> as) |
Tree(String id,
Node.State state,
Map<QName,String> attributes,
Edge... edges) |
Copyright © 2017. All Rights Reserved.