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(ai.stapi.identity.UniqueIdentifier uniqueIdentifier) 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 TypeMethodDescriptionstatic ConcurrentHashMap<ai.stapi.identity.UniqueIdentifier,ConcurrentSkipListSet<TraversableEdge>> NodeEdgesMapOperation.removeEdge(ConcurrentHashMap<ai.stapi.identity.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)