Uses of Enum Class
com.ocient.jdbc.graph.OCGraph.EdgeDirection
Packages that use OCGraph.EdgeDirection
-
Uses of OCGraph.EdgeDirection in com.ocient.jdbc.graph
Methods in com.ocient.jdbc.graph that return OCGraph.EdgeDirectionModifier and TypeMethodDescriptionstatic OCGraph.EdgeDirectionReturns the enum constant of this class with the specified name.static OCGraph.EdgeDirection[]OCGraph.EdgeDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ocient.jdbc.graph with parameters of type OCGraph.EdgeDirectionModifier and TypeMethodDescriptionstatic voidOCGraph.collectEdges(String inputSchema, String inputVerticesTable, String inputEdgesTable, String resultSchema, String resultVerticesTable, OCGraph.EdgeDirection direction, ArrayList<String> resultVerticesIndexes, Statement stmt) Collects edge information associated with each vertex in a graph stored in database tables and stores the results in a new table.static voidOCGraph.collectNeighbors(String inputSchema, String inputVerticesTable, String inputEdgesTable, String resultSchema, String resultVerticesTable, OCGraph.EdgeDirection direction, ArrayList<String> resultVerticesIndexes, Statement stmt) Collects neighbor information for each vertex in a graph stored in database tables and stores the results in a new table.