java.lang.Object
de.grogra.xl.query.EdgeDirection
- Direct Known Subclasses:
EdgeDirection.Both,EdgeDirection.Directed,EdgeDirection.Undirected
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic classstatic final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EdgeDirection.BackwardBackward traversal direction.static final intint-code forBACKWARD.static final EdgeDirection.BothArbitrary traversal direction.static final intint-code forBOTH.static final EdgeDirection.ForwardForward traversal direction.static final intint-code forFORWARD.static final EdgeDirection.UndirectedArbitrary traversal direction.static final intint-code forUNDIRECTED. -
Method Summary
-
Field Details
-
FORWARD_INT
public static final int FORWARD_INTint-code forFORWARD.- See Also:
-
BACKWARD_INT
public static final int BACKWARD_INTint-code forBACKWARD.- See Also:
-
UNDIRECTED_INT
public static final int UNDIRECTED_INTint-code forUNDIRECTED.- See Also:
-
BOTH_INT
public static final int BOTH_INTint-code forBOTH.- See Also:
-
FORWARD
Forward traversal direction. This represents a predicate traversal direction from the in-parameter to the out-parameter. -
BACKWARD
Backward traversal direction. This represents a predicate traversal direction from the out-parameter to the in-parameter. -
UNDIRECTED
Arbitrary traversal direction. This represents an arbitrary predicate traversal direction, i.e., from the in-parameter to the out-parameter or from the out-parameter to the in-parameter. -
BOTH
Arbitrary traversal direction. This represents an arbitrary predicate traversal direction, i.e., from the in-parameter to the out-parameter or from the out-parameter to the in-parameter.
-
-
Method Details