Uses of Class
ai.stapi.graph.inMemoryGraph.InMemoryGraphRepository
Packages that use InMemoryGraphRepository
Package
Description
-
Uses of InMemoryGraphRepository in ai.stapi.graph
Methods in ai.stapi.graph that return InMemoryGraphRepository -
Uses of InMemoryGraphRepository in ai.stapi.graph.configuration
Methods in ai.stapi.graph.configuration that return InMemoryGraphRepositoryMethods in ai.stapi.graph.configuration with parameters of type InMemoryGraphRepositoryModifier and TypeMethodDescriptionGraphRepositoryConfiguration.inMemoryEdgeRepository(InMemoryGraphRepository inMemoryGraphRepository) GraphRepositoryConfiguration.inMemoryNodeRepository(InMemoryGraphRepository inMemoryGraphRepository) GraphRepositoryConfiguration.inMemoryRepositoryPruner(InMemoryGraphRepository inMemoryGraphRepository) -
Uses of InMemoryGraphRepository in ai.stapi.graph.exceptions
Fields in ai.stapi.graph.exceptions declared as InMemoryGraphRepository -
Uses of InMemoryGraphRepository in ai.stapi.graph.inMemoryGraph
Methods in ai.stapi.graph.inMemoryGraph with parameters of type InMemoryGraphRepositoryModifier and TypeMethodDescriptionNodeEdgesMapOperation.create(InMemoryGraphRepository graph) voidInMemoryGraphRepository.merge(InMemoryGraphRepository otherGraph) -
Uses of InMemoryGraphRepository in ai.stapi.graph.renderer.infrastructure.idLessTextRenderer
Methods in ai.stapi.graph.renderer.infrastructure.idLessTextRenderer with parameters of type InMemoryGraphRepositoryModifier and TypeMethodDescriptionIdLessTextGraphRenderer.render(InMemoryGraphRepository graph) IdLessTextGraphRenderer.render(InMemoryGraphRepository graph, RendererOptions options) -
Uses of InMemoryGraphRepository in ai.stapi.graph.renderer.infrastructure.responseRenderer
Methods in ai.stapi.graph.renderer.infrastructure.responseRenderer with parameters of type InMemoryGraphRepositoryModifier and TypeMethodDescriptionResponseGraphRenderer.render(InMemoryGraphRepository graph) ResponseGraphRenderer.render(InMemoryGraphRepository graph, RendererOptions options) -
Uses of InMemoryGraphRepository in ai.stapi.graph.renderer.model
Methods in ai.stapi.graph.renderer.model with parameters of type InMemoryGraphRepositoryModifier and TypeMethodDescriptionGenericGraphRenderer.render(InMemoryGraphRepository graph, RendererOptions options) GraphRenderer.render(InMemoryGraphRepository graph) GraphRenderer.render(InMemoryGraphRepository graph, RendererOptions options) -
Uses of InMemoryGraphRepository in ai.stapi.graph.repositorypruner
Constructors in ai.stapi.graph.repositorypruner with parameters of type InMemoryGraphRepositoryModifierConstructorDescriptionInMemoryRepositoryPruner(InMemoryGraphRepository inMemoryGraphRepository)