Uses of Class
org.apache.jena.rdf.model.impl.ModelCom
Package
Description
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.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 ModelCom 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 ModelCom in org.apache.jena.rdf.model.impl
Modifier and TypeClassDescriptionclass
Default implementation of the InfModel interface which simply wraps up an InfGraph.Modifier and TypeMethodDescriptionstatic NodeIterator
IteratorFactory.asRDFNodeIterator
(Iterator<Node> i, ModelCom m) static ResIterator
IteratorFactory.asResIterator
(Iterator<Node> i, ModelCom m) static StmtIterator
IteratorFactory.asStmtIterator
(Iterator<Triple> i, ModelCom m) static Statement
StatementImpl.toStatement
(Triple t, ModelCom eg) create a Statement from the triple _t_ in the enhanced graph _eg_.ModifierConstructorDescriptionCreates new AltMemCreates new BagMemContainerImpl
(String uri, ModelCom model) ContainerImpl
(ModelCom model) Creates new ContainerImplContainerImpl
(Resource r, ModelCom model) LiteralImpl
(Node n, ModelCom m) PropertyImpl
(String nameSpace, String localName, int ordinal, ModelCom m) PropertyImpl
(String nameSpace, String localName, ModelCom m) PropertyImpl
(String uri, ModelCom m) ResourceImpl
(String nameSpace, String localName, ModelCom m) ResourceImpl
(String uri, ModelCom m) ResourceImpl
(Node n, ModelCom m) the main constructor: make a new Resource in the given model, rooted in the given node.ResourceImpl
(AnonId id, ModelCom m) ResourceImpl
(Resource r, ModelCom m) ResourceImpl
(Statement statement, ModelCom m) Creates new SeqMemStatementImpl
(Resource subject, Property predicate, RDFNode object, ModelCom model) Creates new StatementImpl -
Uses of ModelCom 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.