|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.xl.query.EdgeDirection
public class EdgeDirection
Nested Class Summary | |
---|---|
static class |
EdgeDirection.Backward
|
static class |
EdgeDirection.Both
|
static class |
EdgeDirection.Directed
|
static class |
EdgeDirection.Forward
|
static class |
EdgeDirection.Undirected
|
Field Summary | |
---|---|
static EdgeDirection.Backward |
BACKWARD
Backward traversal direction. |
static int |
BACKWARD_INT
int -code for BACKWARD . |
static EdgeDirection.Both |
BOTH
Arbitrary traversal direction. |
static int |
BOTH_INT
int -code for BOTH . |
static EdgeDirection.Forward |
FORWARD
Forward traversal direction. |
static int |
FORWARD_INT
int -code for FORWARD . |
static EdgeDirection.Undirected |
UNDIRECTED
Arbitrary traversal direction. |
static int |
UNDIRECTED_INT
int -code for UNDIRECTED . |
Method Summary | |
---|---|
boolean |
contains(EdgeDirection d)
|
int |
getCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final EdgeDirection.Backward BACKWARD
public static final int BACKWARD_INT
int
-code for BACKWARD
.
public static final EdgeDirection.Both BOTH
public static final int BOTH_INT
int
-code for BOTH
.
public static final EdgeDirection.Forward FORWARD
public static final int FORWARD_INT
int
-code for FORWARD
.
public static final EdgeDirection.Undirected UNDIRECTED
public static final int UNDIRECTED_INT
int
-code for UNDIRECTED
.
Method Detail |
---|
public boolean contains(EdgeDirection d)
public int getCode()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |