|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node.State | |
|---|---|
| org.gcube.data.trees.data | |
| Uses of Node.State in org.gcube.data.trees.data |
|---|
| Methods in org.gcube.data.trees.data that return Node.State | |
|---|---|
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. |
| Methods in org.gcube.data.trees.data with parameters of type Node.State | |
|---|---|
protected void |
Node.state(Node.State s)
|
| Constructors in org.gcube.data.trees.data with parameters of type Node.State | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||