Uses of Class
ai.stapi.graph.graphelements.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in ai.stapi.graph
Methods in ai.stapi.graph that return EdgeModifier and TypeMethodDescriptionGraph.findEdgeByTypeAndNodes(String edgeType, NodeIdAndType nodeFromIdAndType, NodeIdAndType nodeToIdAndType) Graph.getEdge(UniqueIdentifier uniqueIdentifier) Graph.getEdge(UniqueIdentifier id, String edgeType) Methods in ai.stapi.graph that return types with arguments of type EdgeMethods in ai.stapi.graph with parameters of type Edge -
Uses of Edge in ai.stapi.graph.graphelements
Methods in ai.stapi.graph.graphelements that return EdgeMethods in ai.stapi.graph.graphelements with parameters of type Edge -
Uses of Edge in ai.stapi.graph.inMemoryGraph
Methods in ai.stapi.graph.inMemoryGraph that return EdgeMethods in ai.stapi.graph.inMemoryGraph with parameters of type EdgeModifier and TypeMethodDescriptionNodeEdgesMapOperation.removeEdge(ConcurrentHashMap<UniqueIdentifier, ConcurrentSkipListSet<TraversableEdge>> map, Edge edge) voidvoid -
Uses of Edge in ai.stapi.graph.traversableGraphElements
Methods in ai.stapi.graph.traversableGraphElements with parameters of type EdgeModifier and TypeMethodDescriptionstatic TraversableEdgeTraversableEdge.from(Edge edge, NodeRepository nodeRepository)