Uses of Interface
org.apache.jena.ontapi.common.OntPersonality
Packages that use OntPersonality
Package
Description
-
Uses of OntPersonality in org.apache.jena.ontapi
Methods in org.apache.jena.ontapi that return OntPersonalityMethods in org.apache.jena.ontapi with parameters of type OntPersonalityModifier and TypeMethodDescriptionstatic OntModel
OntModelFactory.createModel
(org.apache.jena.graph.Graph graph, OntPersonality personality) Creates an Ontology RDF Model wrapper around the given graph with given personalities.static OntModel
OntModelFactory.createModel
(org.apache.jena.graph.Graph graph, OntPersonality personality, org.apache.jena.reasoner.Reasoner reasoner) Creates anOntology Model
which isInference Model
.Constructors in org.apache.jena.ontapi with parameters of type OntPersonalityModifierConstructorDescriptionOntSpecification
(OntPersonality personality, org.apache.jena.reasoner.ReasonerFactory reasonerFactory) -
Uses of OntPersonality in org.apache.jena.ontapi.common
Classes in org.apache.jena.ontapi.common that implement OntPersonalityMethods in org.apache.jena.ontapi.common that return OntPersonalityModifier and TypeMethodDescriptionOntObjectPersonalityBuilder.build()
Builds a new personality configuration.OntPersonality.copy()
Makes a full copy of this configuration.OntEnhGraph.getOntPersonality()
Returns the model personality, that is unmodifiable model's configuration storage.Methods in org.apache.jena.ontapi.common with parameters of type OntPersonalityModifier and TypeMethodDescriptionstatic org.apache.jena.enhanced.Personality<org.apache.jena.rdf.model.RDFNode>
OntPersonality.asJenaPersonality
(OntPersonality p) Represents the givenOntPersonality
configuration as aJena Personality
with a generic typeRDFNode
.static OntObjectPersonalityBuilder
OntObjectPersonalityBuilder.from
(OntPersonality from) Makes a full copy of the givenOntPersonality
in the form of modifiablebuilder
.static boolean
OntPersonalities.isRDFS
(OntPersonality personality) static boolean
OntPersonalities.supportsOWLThing
(OntPersonality personality) -
Uses of OntPersonality in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntPersonalityMethods in org.apache.jena.ontapi.impl with parameters of type OntPersonalityModifier and TypeMethodDescriptionOntGraphModelImpl.imports
(OntPersonality personality) Lists all top-level sub-models built with the givenpersonality
.final org.apache.jena.util.iterator.ExtendedIterator<OntGraphModelImpl>
OntGraphModelImpl.listImportModels
(OntPersonality personality, org.apache.jena.reasoner.Reasoner reasoner) Listsmodel impl
s with the specifiedpersonality
from the top tier of the imports' hierarchy.Constructors in org.apache.jena.ontapi.impl with parameters of type OntPersonalityModifierConstructorDescriptionOntGraphModelImpl
(UnionGraph graph, OntPersonality personality) OntGraphModelImpl
(org.apache.jena.reasoner.InfGraph graph, OntPersonality personality)