Uses of Interface
ai.stapi.graphoperations.graphLoader.GraphLoader
Packages that use GraphLoader
Package
Description
-
Uses of GraphLoader in ai.stapi.graphoperations.configuration
Methods in ai.stapi.graphoperations.configuration that return GraphLoaderModifier and TypeMethodDescriptionGraphLoaderConfiguration.inMemoryGraphLoaderImplementation(InMemoryGraphLoader inMemoryGraphLoader) Methods in ai.stapi.graphoperations.configuration with parameters of type GraphLoaderModifier and TypeMethodDescriptionGraphSynchronizationConfiguration.identifyingGraphSynchronizer(NodeRepository nodeRepository, EdgeRepository edgeRepository, NodeIdentifyingFiltersResolver nodeIdentifyingFiltersResolver, GraphLoader graphLoader, InMemoryGenericSearchOptionResolver searchOptionResolver, com.fasterxml.jackson.databind.ObjectMapper objectMapper, StructureSchemaFinder structureSchemaFinder) -
Uses of GraphLoader in ai.stapi.graphoperations.graphLoader.inmemory
Classes in ai.stapi.graphoperations.graphLoader.inmemory that implement GraphLoader -
Uses of GraphLoader in ai.stapi.graphoperations.synchronization
Constructors in ai.stapi.graphoperations.synchronization with parameters of type GraphLoaderModifierConstructorDescriptionIdentifyingGraphSynchronizer(NodeRepository nodeRepository, EdgeRepository edgeRepository, NodeIdentifyingFiltersResolver nodeIdentifyingFiltersResolver, GraphLoader graphLoader, InMemoryGenericSearchOptionResolver searchOptionResolver, com.fasterxml.jackson.databind.ObjectMapper objectMapper, StructureSchemaFinder structureSchemaFinder)