Uses of Interface
ai.stapi.graph.EdgeRepository
Packages that use EdgeRepository
Package
Description
-
Uses of EdgeRepository in ai.stapi.graph
Constructors in ai.stapi.graph with parameters of type EdgeRepository -
Uses of EdgeRepository in ai.stapi.graph.configuration
Methods in ai.stapi.graph.configuration that return EdgeRepositoryModifier and TypeMethodDescriptionGraphRepositoryConfiguration.inMemoryEdgeRepository(InMemoryGraphRepository inMemoryGraphRepository) -
Uses of EdgeRepository in ai.stapi.graph.inMemoryGraph
Classes in ai.stapi.graph.inMemoryGraph that implement EdgeRepository -
Uses of EdgeRepository in ai.stapi.graph.traversableGraphElements
Methods in ai.stapi.graph.traversableGraphElements with parameters of type EdgeRepositoryModifier and TypeMethodDescriptionstatic TraversableNodeTraversableNode.from(Node node, EdgeRepository edgeRepository)