Uses of Class
com.c8db.entity.GraphEntity
-
Packages that use GraphEntity Package Description com.c8db com.c8db.internal -
-
Uses of GraphEntity in com.c8db
Methods in com.c8db that return GraphEntity Modifier and Type Method Description GraphEntityC8Graph. addEdgeDefinition(EdgeDefinition definition)Adds the given edge definition to the graph.GraphEntityC8Graph. addVertexCollection(String name)Adds a vertex collection to the set of collections of the graph.GraphEntityC8Graph. create(Collection<EdgeDefinition> edgeDefinitions)Creates the graph in the graph module.GraphEntityC8Graph. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Creates the graph in the graph module.GraphEntityC8Database. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions)Create a new graph in the graph module.GraphEntityC8Database. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)Create a new graph in the graph module.GraphEntityC8Graph. getInfo()Retrieves general information about the graph.GraphEntityC8Graph. removeEdgeDefinition(String definitionName)Remove one edge definition from the graph.GraphEntityC8Graph. replaceEdgeDefinition(EdgeDefinition definition)Change one specific edge definition.Methods in com.c8db that return types with arguments of type GraphEntity Modifier and Type Method Description Collection<GraphEntity>C8Database. getGraphs()Lists all graphs known to the graph module -
Uses of GraphEntity in com.c8db.internal
Methods in com.c8db.internal that return GraphEntity Modifier and Type Method Description GraphEntityC8GraphImpl. addEdgeDefinition(EdgeDefinition definition)GraphEntityC8GraphImpl. addVertexCollection(String name)GraphEntityC8GraphImpl. create(Collection<EdgeDefinition> edgeDefinitions)GraphEntityC8GraphImpl. create(Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)GraphEntityC8DatabaseImpl. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions)GraphEntityC8DatabaseImpl. createGraph(String name, Collection<EdgeDefinition> edgeDefinitions, GraphCreateOptions options)GraphEntityC8GraphImpl. getInfo()GraphEntityC8GraphImpl. removeEdgeDefinition(String definitionName)GraphEntityC8GraphImpl. replaceEdgeDefinition(EdgeDefinition definition)
-