Package oracle.pgx.common.types
Interface Edge
-
public interface EdgeSpecifies the type for edges.
-
-
Field Summary
Fields Modifier and Type Field Description static longNIL_EDGEThis value specifies a NULL or NIL edge, meaning a non-edge.static java.lang.StringNIL_EDGE_STRINGstatic java.lang.StringNO_EDGE_LABEL
-
Method Summary
Static Methods Modifier and Type Method Description static booleanisValidEdge(long edgeId)
-
-
-
Field Detail
-
NIL_EDGE
static final long NIL_EDGE
This value specifies a NULL or NIL edge, meaning a non-edge.- See Also:
- Constant Field Values
-
NIL_EDGE_STRING
static final java.lang.String NIL_EDGE_STRING
- See Also:
- Constant Field Values
-
NO_EDGE_LABEL
static final java.lang.String NO_EDGE_LABEL
- See Also:
- Constant Field Values
-
-