Uses of Class
ai.stapi.graph.Graph
Packages that use Graph
Package
Description
-
Uses of Graph in ai.stapi.graph
Methods in ai.stapi.graph that return GraphModifier and TypeMethodDescriptionGraph.merge(Graph otherGraph, DeduplicateOptions options) Graph.mergeNodeById(Node otherNode) Graph.removeEdge(EdgeForRemoval edgeForRemoval) Graph.removeEdge(ai.stapi.identity.UniqueIdentifier edgeId, String edgeType) Graph.removeGraphElement(GraphElementForRemoval graphElementForRemoval) Graph.removeGraphElements(GraphElementForRemoval... graphElementsForRemoval) Graph.removeGraphElements(List<GraphElementForRemoval> graphElementsForRemoval) Graph.removeNode(NodeForRemoval nodeForRemoval) Graph.removeNode(ai.stapi.identity.UniqueIdentifier id, String nodeType) static GraphGraph.unsafe(Map<ai.stapi.identity.UniqueIdentifier, Node> nodeMap, Map<ai.stapi.identity.UniqueIdentifier, Edge> edgeMap) Graph.withAll(AttributeContainer... graphElements) Methods in ai.stapi.graph with parameters of type Graph -
Uses of Graph in ai.stapi.graph.inMemoryGraph
Methods in ai.stapi.graph.inMemoryGraph that return GraphMethods in ai.stapi.graph.inMemoryGraph with parameters of type GraphModifier and TypeMethodDescriptionvoidvoidInMemoryGraphRepository.merge(Graph otherGraph, DeduplicateOptions options) Constructors in ai.stapi.graph.inMemoryGraph with parameters of type Graph -
Uses of Graph in ai.stapi.graph.renderer.infrastructure.idLessTextRenderer
Methods in ai.stapi.graph.renderer.infrastructure.idLessTextRenderer with parameters of type Graph -
Uses of Graph in ai.stapi.graph.renderer.model
Methods in ai.stapi.graph.renderer.model with parameters of type GraphModifier and TypeMethodDescriptionGenericGraphRenderer.render(Graph graph, RendererOptions options) -
Uses of Graph in ai.stapi.graph.traversableGraphElements
Methods in ai.stapi.graph.traversableGraphElements that return Graph