Uses of Class
org.apache.jena.rdf.model.impl.ModelCom
Packages that use 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
Subclasses of ModelCom in org.apache.jena.ontology.implModifier and TypeClassDescriptionclassImplementation of a model that can process general ontologies in OWL and similar languages. -
Uses of ModelCom in org.apache.jena.rdf.model.impl
Subclasses of ModelCom in org.apache.jena.rdf.model.implModifier and TypeClassDescriptionclassDefault implementation of the InfModel interface which simply wraps up an InfGraph.Methods in org.apache.jena.rdf.model.impl with parameters of type ModelComModifier and TypeMethodDescriptionstatic NodeIteratorIteratorFactory.asRDFNodeIterator(Iterator<Node> i, ModelCom m) static ResIteratorIteratorFactory.asResIterator(Iterator<Node> i, ModelCom m) static StmtIteratorIteratorFactory.asStmtIterator(Iterator<Triple> i, ModelCom m) static StatementStatementImpl.toStatement(Triple t, ModelCom eg) create a Statement from the triple _t_ in the enhanced graph _eg_.Constructors in org.apache.jena.rdf.model.impl with parameters of type ModelComModifierConstructorDescriptionCreates 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) Creates new SeqMemStatementImpl(Resource subject, Property predicate, RDFNode object, ModelCom model) Creates new StatementImplStatementTermImpl(Statement statement, ModelCom m) -
Uses of ModelCom in org.apache.jena.util
Subclasses of ModelCom in org.apache.jena.utilModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Do not use - to be removed.