Uses of Class
se.liu.ida.hefquin.engine.wrappers.lpg.utils.LabeledGraph.Edge
Packages that use LabeledGraph.Edge
-
Uses of LabeledGraph.Edge in se.liu.ida.hefquin.engine.wrappers.lpg.utils
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.utils with type parameters of type LabeledGraph.EdgeModifier and TypeFieldDescriptionprotected final Map<CypherVar,
List<LabeledGraph.Edge>> LabeledGraphBuilder.adjacencyList
protected final Map<CypherVar,
List<LabeledGraph.Edge>> LabeledGraph.adjacencyLists
protected final List<LabeledGraph.Edge>
LabeledGraph.Path.path
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.utils that return types with arguments of type LabeledGraph.EdgeMethods in se.liu.ida.hefquin.engine.wrappers.lpg.utils with parameters of type LabeledGraph.EdgeConstructors in se.liu.ida.hefquin.engine.wrappers.lpg.utils with parameters of type LabeledGraph.EdgeConstructor parameters in se.liu.ida.hefquin.engine.wrappers.lpg.utils with type arguments of type LabeledGraph.EdgeModifierConstructorDescriptionLabeledGraph
(Map<CypherVar, List<LabeledGraph.Edge>> adjacencyLists) Path
(CypherVar start, List<LabeledGraph.Edge> path)