Uses of Interface
org.apache.jena.rdf.model.RDFWriterF
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.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.
Miscellaneous collection of utility classes.
-
Uses of RDFWriterF in org.apache.jena.ontology
Modifier and TypeInterfaceDescriptioninterface
An enhanced view of a Jena model that is known to contain ontology data, under a given ontologyvocabulary
(such as OWL). -
Uses of RDFWriterF in org.apache.jena.ontology.impl
Modifier and TypeClassDescriptionclass
Implementation of a model that can process general ontologies in OWL and similar languages. -
Uses of RDFWriterF in org.apache.jena.rdf.model
-
Uses of RDFWriterF in org.apache.jena.rdf.model.impl
Modifier and TypeClassDescriptionclass
Default implementation of the InfModel interface which simply wraps up an InfGraph.class
Common methods for model implementations.class
Modifier and TypeMethodDescriptionstatic RDFWriterF
RDFWriterFImpl.getCurrentRDFWriterF
(RDFWriterF other) Return the the current "rewiredAlternative" which may be null, meaningRDFWriterFImpl
is in use.Modifier and TypeMethodDescriptionstatic void
RDFWriterFImpl.alternative
(RDFWriterF other) Rewire to use an external RDFWriterF (typically, RIOT).static RDFWriterF
RDFWriterFImpl.getCurrentRDFWriterF
(RDFWriterF other) Return the the current "rewiredAlternative" which may be null, meaningRDFWriterFImpl
is in use. -
Uses of RDFWriterF in org.apache.jena.util
Modifier and TypeClassDescriptionclass
Model wrapper which provides normal access to an underlying model but also maintains a snapshot of the triples it was last known to contain.