Uses of Enum Class
se.liu.ida.hefquin.engine.wrappers.lpg.utils.LabeledGraph.Direction
Packages that use LabeledGraph.Direction
Package
Description
-
Uses of LabeledGraph.Direction in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.match
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.match declared as LabeledGraph.DirectionModifier and TypeFieldDescriptionfinal LabeledGraph.Direction
PathMatchClause.EdgePattern.direction
Constructors in se.liu.ida.hefquin.engine.wrappers.lpg.query.impl.match with parameters of type LabeledGraph.DirectionModifierConstructorDescriptionEdgePattern
(CypherVar left, CypherVar edge, CypherVar right, LabeledGraph.Direction direction) -
Uses of LabeledGraph.Direction in se.liu.ida.hefquin.engine.wrappers.lpg.utils
Fields in se.liu.ida.hefquin.engine.wrappers.lpg.utils declared as LabeledGraph.DirectionModifier and TypeFieldDescriptionprotected final LabeledGraph.Direction
LabeledGraph.Edge.direction
Methods in se.liu.ida.hefquin.engine.wrappers.lpg.utils that return LabeledGraph.DirectionModifier and TypeMethodDescriptionLabeledGraph.Edge.getDirection()
static LabeledGraph.Direction
Returns the enum constant of this class with the specified name.static LabeledGraph.Direction[]
LabeledGraph.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.liu.ida.hefquin.engine.wrappers.lpg.utils with parameters of type LabeledGraph.DirectionModifierConstructorDescriptionEdge
(int id, CypherVar edge, CypherVar target, LabeledGraph.Direction direction)