Uses of Interface
org.apache.jena.rdf.model.ModelGetter
Packages that use ModelGetter
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of ModelGetter in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return ModelGetterMethods in org.apache.jena.ontology with parameters of type ModelGetter -
Uses of ModelGetter in org.apache.jena.rdf.model
Subinterfaces of ModelGetter in org.apache.jena.rdf.modelModifier and TypeInterfaceDescriptioninterfaceA ModelMaker contains a collection of named models, methods for creating new models [both named and anonymous] and opening previously-named models, removing models, and accessing a single "default" Model for this Maker.interfaceThe revised and soon-to-be-core interface for sources of models, typically generated from RDF descriptions. -
Uses of ModelGetter in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement ModelGetterModifier and TypeClassDescriptionclassclassA ModelMakerImpl implements a ModelMaker over a GraphMaker.