| Package | Description |
|---|---|
| ai.grakn.graql.internal.gremlin.spanningtree.graph |
| Modifier and Type | Method and Description |
|---|---|
NodeId.NodeType |
NodeId.getNodeType() |
static NodeId.NodeType |
NodeId.NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeId.NodeType[] |
NodeId.NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.addIfAbsent(NodeId.NodeType nodeType,
Set<Var> vars,
Map<NodeId,Node> nodes) |
static Node |
Node.addIfAbsent(NodeId.NodeType nodeType,
Var var,
Map<NodeId,Node> nodes) |
| Constructor and Description |
|---|
NodeId(NodeId.NodeType nodeType,
Set<Var> vars) |
NodeId(NodeId.NodeType nodeType,
Var var) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.