Package com.gpudb.protocol
Class CreateGraphRequest.DirectedGraph
- java.lang.Object
-
- com.gpudb.protocol.CreateGraphRequest.DirectedGraph
-
- Enclosing class:
- CreateGraphRequest
public static final class CreateGraphRequest.DirectedGraph extends Object
A set of string constants for theCreateGraphRequestparameterdirectedGraph.If set to
TRUE, the graph will be directed. If set toFALSE, the graph will not be directed. Consult Directed Graphs for more details.
-
-
Field Detail
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
-