Uses of Interface
org.apache.jena.ontapi.GraphMaker
Packages that use GraphMaker
-
Uses of GraphMaker in org.apache.jena.ontapi
Methods in org.apache.jena.ontapi with parameters of type GraphMakerModifier and TypeMethodDescriptionstatic PersistentGraphRepositoryGraphRepository.createPersistentGraphRepository(GraphMaker maker) A factory method for creating persistentGraphRepository; persistence is ensured by themaker. -
Uses of GraphMaker in org.apache.jena.ontapi.impl.repositories
Methods in org.apache.jena.ontapi.impl.repositories that return GraphMakerModifier and TypeMethodDescriptionPersistentGraphRepository.getGraphMaker()Provides access to the underlying storage.Constructors in org.apache.jena.ontapi.impl.repositories with parameters of type GraphMaker