public class Node extends Object
| Modifier and Type | Method and Description |
|---|---|
static Node |
addIfAbsent(NodeId.NodeType nodeType,
Set<Var> vars,
Map<NodeId,Node> nodes) |
static Node |
addIfAbsent(NodeId.NodeType nodeType,
Var var,
Map<NodeId,Node> nodes) |
boolean |
equals(Object o) |
Set<Fragment> |
getDependants() |
Set<Fragment> |
getFragmentsWithDependency() |
Set<Fragment> |
getFragmentsWithDependencyVisited() |
Set<Fragment> |
getFragmentsWithoutDependency() |
int |
hashCode() |
boolean |
isValidStartingPoint() |
void |
setInvalidStartingPoint() |
String |
toString() |
public static Node addIfAbsent(NodeId.NodeType nodeType, Var var, Map<NodeId,Node> nodes)
public static Node addIfAbsent(NodeId.NodeType nodeType, Set<Var> vars, Map<NodeId,Node> nodes)
public boolean isValidStartingPoint()
public void setInvalidStartingPoint()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.