Class LabeledGraph.Path
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.lpg.utils.LabeledGraph.Path
- Enclosing class:
 LabeledGraph
Represents a path in a graph, starting from a given node and following a sequence of edges.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<LabeledGraph.Edge> protected final CypherVar - 
Constructor Summary
ConstructorsConstructorDescriptionPath(CypherVar start, List<LabeledGraph.Edge> path) Path(CypherVar start, LabeledGraph.Edge e)  - 
Method Summary
 
- 
Field Details
- 
start
 - 
path
 
 - 
 - 
Constructor Details
- 
Path
 - 
Path
 
 - 
 - 
Method Details
- 
addEdge
 - 
size
public int size() - 
toString
 - 
removeLast
public void removeLast() - 
copy
 - 
equals
 - 
hashCode
 - 
getStart
 - 
getEdges
 - 
lastTarget
 
 -