Uses of Interface
org.apache.jena.rdf.model.ModelSource
Packages that use ModelSource
Package
Description
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 ModelSource in org.apache.jena.rdf.model
Subinterfaces of ModelSource 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. -
Uses of ModelSource in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement ModelSourceModifier and TypeClassDescriptionclassA ModelMakerImpl implements a ModelMaker over a GraphMaker.