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 class
static final class
static class
static final class
static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EdgeDirection.Backward
Backward traversal direction.static final int
int
-code forBACKWARD
.static final EdgeDirection.Both
Arbitrary traversal direction.static final int
int
-code forBOTH
.static final EdgeDirection.Forward
Forward traversal direction.static final int
int
-code forFORWARD
.static final EdgeDirection.Undirected
Arbitrary traversal direction.static final int
int
-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