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 OntModelOntModelFactory.createModel(org.apache.jena.graph.Graph graph, OntPersonality personality) Creates an Ontology RDF Model wrapper around the given graph with given personalities.static OntModelOntModelFactory.createModel(org.apache.jena.graph.Graph graph, OntPersonality personality, org.apache.jena.reasoner.Reasoner reasoner) Creates anOntology Modelwhich 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 OntPersonalityFields in org.apache.jena.ontapi.common declared as OntPersonalityModifier and TypeFieldDescriptionstatic final OntPersonalityOntPersonalities.OWL1_DL_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL1_FULL_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL1_LITE_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL2_DL_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL2_EL_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL2_FULL_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL2_QL_PERSONALITYstatic final OntPersonalityOntPersonalities.OWL2_RL_PERSONALITYstatic final OntPersonalityOntPersonalities.RDFS_PERSONALITYMethods 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 givenOntPersonalityconfiguration as aJena Personalitywith a generic typeRDFNode.static OntObjectPersonalityBuilderOntObjectPersonalityBuilder.from(OntPersonality from) Makes a full copy of the givenOntPersonalityin the form of modifiablebuilder.static booleanOntPersonalities.isRDFS(OntPersonality personality) static booleanOntPersonalities.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 impls with the specifiedpersonalityfrom 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)