Uses of Interface
org.apache.jena.ontapi.GraphRepository
Packages that use GraphRepository
-
Uses of GraphRepository in org.apache.jena.ontapi
Methods in org.apache.jena.ontapi with parameters of type GraphRepositoryModifier and TypeMethodDescriptionstatic OntModelOntModelFactory.createModel(String uri, GraphRepository repository) Creates Ontology Model associated withOntSpecification.OWL2_DL_MEM_BUILTIN_RDFS_INFspec.static OntModelOntModelFactory.createModel(org.apache.jena.graph.Graph graph, OntSpecification spec, GraphRepository repository) Creates an Ontology Model according to the specified specification.static OntModelOntModelFactory.createModel(OntSpecification spec, GraphRepository repository) Creates an anonymous Ontology Model according to the specified specification.static org.apache.jena.graph.GraphOntModelFactory.createOntGraph(org.apache.jena.graph.Node name, GraphRepository repository) Creates ontology graph.static OntModelOntModelFactory.getModelOrNull(String uri, OntSpecification spec, GraphRepository repository) static OntModelOntModelFactory.getModelOrNull(org.apache.jena.graph.Node name, OntSpecification spec, GraphRepository repository) -
Uses of GraphRepository in org.apache.jena.ontapi.impl.repositories
Classes in org.apache.jena.ontapi.impl.repositories that implement GraphRepositoryModifier and TypeClassDescriptionclassSimple GraphRepository implementation with location mapping.classAGraphRepositoryimplementation that supports persistence viaGraphMaker.Constructors in org.apache.jena.ontapi.impl.repositories with parameters of type GraphRepositoryModifierConstructorDescriptionOntUnionGraphRepository(GraphRepository repository, Function<org.apache.jena.graph.Graph, UnionGraph> unionGraphFactory, Function<org.apache.jena.graph.Node, org.apache.jena.graph.Graph> baseGraphFactory, boolean ignoreUnresolvedImports)