Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accumulate(EnhNodeFilter...) - Method in interface org.apache.jena.ontapi.common.EnhNodeFilter
- add(E) - Method in interface org.apache.jena.ontapi.model.OntList
-
Adds the given value to the end of the list.
- add(Class<? extends OntObject>, Function<OntConfig, EnhNodeFactory>) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
- add(Class<? extends OntObject>, EnhNodeFactory) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
- add(List<Statement>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(List<Statement>) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Personality<RDFNode>) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- add(Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.SubGraphs
-
Adds the given graph into the underlying collection.
- add(OntObjectPersonalityBuilder) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Adds all factories from the specified builder.
- add(Model) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Model) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Resource, Property, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Resource, Property, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Resource, Property, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Resource, Property, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Resource, Property, String, RDFDatatype) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Resource, Property, String, RDFDatatype) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Resource, Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Statement) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Statement) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(Statement[]) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(Statement[]) - Method in interface org.apache.jena.ontapi.model.OntModel
- add(StmtIterator) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- add(StmtIterator) - Method in interface org.apache.jena.ontapi.model.OntModel
- addAll(Collection<? extends E>) - Method in interface org.apache.jena.ontapi.model.OntList
-
Appends all the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
- addAll(Iterator<? extends X>, C) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Puts all the remaining items of the given iterator into the
collection, and returns this collection itself. - addAnnotation(OntAnnotationProperty, String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds no-lang annotation assertion.
- addAnnotation(OntAnnotationProperty, String) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Creates and returns a textual no-lang sub-annotation-assertion.
- addAnnotation(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds lang annotation assertion.
- addAnnotation(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Creates and returns a textual language-tagged sub-annotation-assertion.
- addAnnotation(OntAnnotationProperty, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- addAnnotation(OntAnnotationProperty, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Adds an annotation assertion.
- addAnnotation(OntAnnotationProperty, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- addAnnotation(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntAnnotation
-
Adds a new annotation assertion to this annotation resource.
- addAnnotation(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds an annotation assertion with the given
annotation propertyas predicate andRDF Nodeas value. - addAnnotation(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Annotates the statement with the given
annotation propertyandRDF Nodevalue and returns a newly added annotation assertion statement. - addAssertion(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds annotation assertion
AnnotationAssertion(A s t). - addAssertion(OntDataProperty, Literal) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a positive data property assertion
a R v. - addAssertion(OntObjectProperty.Named, OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a positive object property assertion
a1 PN a2. - addAsymmetricDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addAsymmetricDeclaration() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates the
P rdf:type owl:AsymmetricPropertyproperty declaration statement, wherePis this property. - addClassAssertion(OntClass) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Creates and returns a class-assertion statement
a rdf:type C, whereais this individual. - addComment(String) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates
_:this rdfs:comment "txt"^^xsd:stringstatement. - addComment(String) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Creates
_:this rdfs:comment "txt"^^xsd:stringstatement. - addComment(String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Creates
_:this rdfs:comment "txt"^^xsd:stringstatement. - addComment(String) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Creates
_:this rdfs:comment "txt"^^xsd:stringstatement. - addComment(String) - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
-
Creates
_:this rdfs:comment "txt"^^xsd:stringstatement. - addComment(String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Creates
_:this rdfs:comment "txt"^^xsd:stringstatement. - addComment(String, String) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds the given localized text annotation with builtin
rdfs:commentpredicate. - addComment(String, String) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Adds the given localized text annotation with builtin
rdfs:commentpredicate. - addComment(String, String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Adds the given localized text annotation with builtin
rdfs:commentpredicate. - addComment(String, String) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds the given localized text annotation with builtin
rdfs:commentpredicate. - addComment(String, String) - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
-
Adds the given localized text annotation with builtin
rdfs:commentpredicate. - addComment(String, String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds the given localized text annotation with builtin
rdfs:commentpredicate. - addDifferentFromStatement(OntIndividual) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- addDifferentFromStatement(OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a
owl:differentFromindividual statement. - addDifferentIndividual(OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a
owl:differentFromindividual statement and returns this object itself to allow cascading calls. - addDisjoint(OntGraphModelImpl, OntClass, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addDisjointClass(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addDisjointClass(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- addDisjointClass(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- addDisjointClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds the given class as a disjoint class and returns this class expression instance to allow cascading calls.
- addDisjointClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds the given class as a disjoint class and returns this class expression instance to allow cascading calls.
- addDisjointProperty(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds a new
owl:propertyDisjointWithstatement for this and the specified property. - addDisjointProperty(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new
owl:propertyDisjointWithstatement for this and the specified property. - addDisjointUnion(Collection<OntClass>) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
- addDisjointUnion(OntClass...) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
- addDisjointUnionOfStatement(Collection<OntClass>) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates a disjoint-union section returning its root statement to allow adding annotations.
- addDisjointUnionOfStatement(OntClass...) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates a
DisjointUnionontology listand returns the statementCN owl:disjointUnionOf ( C1 ... Cn )to allow the addition of annotations. - addDisjointWith(OntGraphModelImpl, X, X) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- addDisjointWithStatement(OntGraphModelImpl, OntClass, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addDisjointWithStatement(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addDisjointWithStatement(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- addDisjointWithStatement(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds the given class as a disjoint class and returns the corresponding statement to provide the ability to add annotations.
- addDomain(OntClass) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds a statement with the
RDFS.domainas predicate, this property as a subject, and the specifiedclass expressionas an object. - addDomain(OntClass) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a statement with the
RDFS.domainas predicate and the specifiedclass expressionas an object. - addDomain(OntClass) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Adds a statement with the
RDFS.domainas predicate, this property as a subject, and the specifiedclass expressionas an object. - addDomain(Resource) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Adds a statement with the
RDFS.domainas predicate and the specifiedurias an object. - addDomainStatement(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- addDomainStatement(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Adds a statement
$this rdfs:domain $domain. - addEquivalentClass(OntGraphModelImpl, OntClass, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addEquivalentClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds a new equivalent class.
- addEquivalentClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds a new equivalent class.
- addEquivalentClass(OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Creates an equivalent class statement with the given
Data Range expression. - addEquivalentClassStatement(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addEquivalentClassStatement(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- addEquivalentClassStatement(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds the given class as an equivalent class and returns the corresponding statement to provide the ability to add annotations.
- addEquivalentClassStatement(OntDataRange) - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- addEquivalentClassStatement(OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Creates an equivalent class statement with the given
Data Range expression. - addEquivalentProperty(OntGraphModelImpl, X, X) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- addEquivalentProperty(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds a new
owl:equivalentPropertystatement. - addEquivalentProperty(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new
owl:equivalentPropertystatement. - addEquivalentPropertyStatement(OntDataProperty) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- addEquivalentPropertyStatement(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Creates and returns a new
owl:equivalentPropertystatement with the given property as an object and this property as a subject. - addEquivalentPropertyStatement(OntObjectProperty) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addEquivalentPropertyStatement(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates and returns a new
owl:equivalentPropertystatement with the given property as an object and this property as a subject. - addFacet(Class<? extends OntFacetRestriction>, Literal) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Restriction
-
Adds a facet restriction to the end of the []-list.
- addFirst(E) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- addFirst(E) - Method in interface org.apache.jena.ontapi.model.OntList
-
Inserts the specified element at the beginning of this list.
- addFunctionalDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- addFunctionalDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addFunctionalDeclaration() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Creates the
P rdf:type owl:FunctionalPropertyproperty declaration statement, wherePis this property. - addHasKey(Collection<OntObjectProperty>, Collection<OntDataProperty>) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates an
owl:hasKeystatement returning this class to allow cascading calls. - addHasKey(Collection<OntObjectProperty>, Collection<OntDataProperty>) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates an
owl:hasKeystatement returning this class to allow cascading calls. - addHasKey(OntRelationalProperty...) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates an
owl:hasKeystatement returning this class to allow cascading calls. - addHasKey(OntRelationalProperty...) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates an
owl:hasKeystatement returning this class to allow cascading calls. - addHasKeyStatement(Collection<OntObjectProperty>, Collection<OntDataProperty>) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates an
owl:hasKeystatement returning the root statement to allow the subsequent annotations adding. - addHasKeyStatement(OntRelationalProperty...) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- addHasKeyStatement(OntRelationalProperty...) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- addHasKeyStatement(OntRelationalProperty...) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates a
HasKeylogical construction asontology listand returns the statementC owl:hasKey ( P1 ... Pm R1 ... Rn )to allow the subsequent addition of annotations. - addImport(String) - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- addImport(String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Adds the triple
this owl:import urito this resource. - addImport(OntModel) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addImport(OntModel) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Adds a sub-model both to the
owl:importsection and to the graph hierarchy. - addImportResource(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- addInverseFunctionalDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addInverseFunctionalDeclaration() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates the
P rdf:type owl:InverseFunctionalPropertyproperty declaration statement, wherePis this property. - addInverseOfStatement(OntObjectProperty) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addInverseOfStatement(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new inverse-of statement.
- addInverseProperty(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new inverse-of a statement, returns this property instance.
- addIrreflexiveDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addIrreflexiveDeclaration() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates the
P rdf:type owl:IrreflexivePropertyproperty declaration statement, wherePis this property. - addLabel(String) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates
_:this rdfs:label "txt"^^xsd:stringstatement. - addLabel(String) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Creates
_:this rdfs:label "txt"^^xsd:stringstatement. - addLabel(String) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Creates
_:this rdfs:label "txt"^^xsd:stringstatement. - addLabel(String) - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
-
Creates
_:this rdfs:label "txt"^^xsd:stringstatement. - addLabel(String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Creates
_:this rdfs:label "txt"^^xsd:stringstatement. - addLabel(String, String) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds the given localized text annotation with builtin
rdfs:labelpredicate. - addLabel(String, String) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Adds the given localized text annotation with builtin
rdfs:labelpredicate. - addLabel(String, String) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds the given localized text annotation with builtin
rdfs:labelpredicate. - addLabel(String, String) - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
-
Adds the given localized text annotation with builtin
rdfs:labelpredicate. - addLabel(String, String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds the given localized text annotation with builtin
rdfs:labelpredicate. - addLast(E) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- addLast(E) - Method in interface org.apache.jena.ontapi.model.OntList
-
Adds the given value to the end of the list.
- addLiteral(Resource, Property, boolean) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, boolean) - Method in interface org.apache.jena.ontapi.model.OntModel
- addLiteral(Resource, Property, char) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, char) - Method in interface org.apache.jena.ontapi.model.OntModel
- addLiteral(Resource, Property, double) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, double) - Method in interface org.apache.jena.ontapi.model.OntModel
- addLiteral(Resource, Property, float) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, float) - Method in interface org.apache.jena.ontapi.model.OntModel
- addLiteral(Resource, Property, int) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, int) - Method in interface org.apache.jena.ontapi.model.OntModel
- addLiteral(Resource, Property, long) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, long) - Method in interface org.apache.jena.ontapi.model.OntModel
- addLiteral(Resource, Property, Literal) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- addLiteral(Resource, Property, Literal) - Method in interface org.apache.jena.ontapi.model.OntModel
- addMapping(String, String) - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Adds mapping Graph's ID <-> source document location, which can be an OS file path, class-resource path, or URI (ftp or http).
- addNegativeAssertion(OntDataProperty, Literal) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a negative data property assertion.
- addNegativeAssertion(OntIndividual, OntIndividual) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addNegativeAssertion(OntIndividual, OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a negative property assertion ontology object.
- addNegativeAssertion(OntIndividual, Literal) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- addNegativeAssertion(OntIndividual, Literal) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds a negative data property assertion.
- addNegativeAssertion(OntObjectProperty, OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a negative object property assertion.
- addPersonality(Personality<RDFNode>) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Adds everything from the specified
Jena Personalityto the existing internal collection. - addProperty(OntNamedProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a property assertion statement.
- addPropertyChain(Collection<OntObjectProperty>) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new sub-property-of a chain statement and returns this object itself.
- addPropertyChain(OntObjectProperty...) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new sub-property-of a chain statement and returns this object itself.
- addPropertyChainAxiomStatement(Collection<OntObjectProperty>) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a new sub-property-of chain statement.
- addPropertyChainAxiomStatement(OntObjectProperty...) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates a property chain
ontology listand returns the statementP owl:propertyChainAxiom ( P1 ... Pn )to allow the addition of annotations. - addPropertyDisjointWithStatement(OntDataProperty) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- addPropertyDisjointWithStatement(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds a disjoint object property (i.e. the
_:this owl:propertyDisjointWith @otherstatement). - addPropertyDisjointWithStatement(OntObjectProperty) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addPropertyDisjointWithStatement(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a disjoint object property (i.e., the
_:this owl:propertyDisjointWith @otherstatement). - addRange(OntClass) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds a statement with the
RDFS.rangeas predicate and the specifiedclass expressionas an object. - addRange(OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds a statement with the
RDFS.rangeas predicate and the specifieddata rangeas an object. - addRange(Resource) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Adds a statement with the
RDFS.rangeas predicate and the specifiedurias an object. - addRangeStatement(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- addRangeStatement(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Adds range statement
$this rdfs:range $range. - addReflexiveDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addReflexiveDeclaration() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates the
P rdf:type owl:ReflexivePropertyproperty declaration statement, wherePis this property. - addRules(List<Rule>, Assembler, Resource) - Static method in class org.apache.jena.ontapi.assemblers.OntRuleSetAssembler
- addSameAsStatement(OntIndividual) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- addSameAsStatement(OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a same individual reference.
- addSameIndividual(OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a
owl:sameAsindividual statement and returns this object itself to allow cascading calls. - addStatement(Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- addStatement(Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds an ont-statement by attaching predicate and object (value) to this resource.
- addSubClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds the given class as a subclass and returns this class expression instance to allow cascading calls.
- addSubClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds the given class as a subclass and returns this class expression instance to allow cascading calls.
- addSubClassOfStatement(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds the given class as a superclass and returns the corresponding statement to provide the ability to add annotations.
- addSubGraph(Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Adds the specified graph to the underlying graph collection.
- addSubGraph(Graph) - Method in interface org.apache.jena.ontapi.UnionGraph
-
Adds the specified graph to the underlying graph collection.
- addSubGraphIfAbsent(Graph) - Method in interface org.apache.jena.ontapi.UnionGraph
-
Adds the specified graph to the underlying graph collection if it is absent.
- addSubProperty(OntAnnotationProperty) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Adds the given property as sub property returning this property itself.
- addSubProperty(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds the given property as sub property returning this property itself.
- addSubProperty(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds the given property as sub property returning this property itself.
- addSubPropertyOfStatement(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Adds the given property as super property returning a new statement to annotate.
- addSuperClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Adds the given class as a superclass and returns this class expression instance to allow cascading calls.
- addSuperClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds the given class as a superclass and returns this class expression instance to allow cascading calls.
- addSuperProperty(OntAnnotationProperty) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Adds the given property as super property returning this property itself.
- addSuperProperty(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds the given property as super property returning this property itself.
- addSuperProperty(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds the given property as super property returning this property itself.
- addSymmetricDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addSymmetricDeclaration() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates the
P rdf:type owl:SymmetricPropertyproperty declaration statement, wherePis this property. - addTransitiveDeclaration() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- addTransitiveDeclaration() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates the
P rdf:type owl:TransitivePropertyproperty declaration statement, wherePis this property. - addVersionInfo(String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Adds a
owl:versionInfodescription. - addVersionInfo(String, String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Annotates this object with
owl:versionInfopredicate and the specified language-tagged literal. - allMatch(Iterator<X>, Predicate<? super X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns whether all elements of the given iterator match the provided predicate.
- ALLOW_GENERIC_CLASS_EXPRESSIONS - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, there is a special type of class expressions, which includes any structure declared asowl:Classorowl:Restrictionthat cannot be classified as a specific type. - ALLOW_NAMED_CLASS_EXPRESSIONS - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, all class expressions are allowed to be named (can have URI). - allTreeNodesSetInclusive(Supplier<Stream<X>>, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
-
Returns a forest (collection of indirect node trees) for the given roots.
- ALT - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- ambiguousEntities(boolean) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Gets 'punnings', i.e. the
OntEntitys which have not only a single type. - and(EnhNodeFilter) - Method in interface org.apache.jena.ontapi.common.EnhNodeFilter
- and(OntVocabulary) - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Creates a new instance of
OntVocabulary, combining this and the given vocabularies. - annotate(OntAnnotationProperty, String) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Annotates the statement with the given predicate and textual message.
- annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Adds a language-tagged text for this object and the given
predicate - annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Adds a language-tagged text for this object and the given
predicate - annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Adds a language-tagged text for this object and the given
predicate - annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a language-tagged text for this object and the given
predicate - annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
-
Adds a language-tagged text for this object and the given
predicate - annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Adds a language-tagged text for this object and the given
predicate - annotate(OntAnnotationProperty, String, String) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Annotates the statement with the given predicate and language-tagged textual message.
- annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Annotates the object with the given
predicateandvalue. - annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Annotates the object with the given
predicateandvalue. - annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntID
-
Annotates the object with the given
predicateandvalue. - annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Annotates the object with the given
predicateandvalue. - annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
-
Annotates the object with the given
predicateandvalue. - annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Annotates the object with the given
predicateandvalue. - annotate(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Annotates the statement with the given predicate and value.
- ANNOTATION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANNOTATION_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANNOTATION_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANNOTATION_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- annotationProperties() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all annotation properties.
- annotationResources() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- annotationResources() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Returns the stream of the annotation objects attached to this statement.
- annotations() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all annotation property assertions (so-called plain annotations) attached to this object plus all bulk annotations of the root statement.
- annotations() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- annotations() - Method in interface org.apache.jena.ontapi.model.OntAnnotation
-
Just a synonym for
OntAnnotation.assertions(). - annotations() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all top-level annotations attached to the root statement of this object.
- annotations() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Lists all annotations related to this statement.
- annotations(OntAnnotationProperty) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Lists all annotations by the property.
- annotations(OntStatement) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Recursively lists all annotations for the given
Ontology Statementin the form of a flat stream. - annotationValues(OntAnnotationProperty) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all annotation values for the given predicate.
- annotationValues(OntAnnotationProperty, String) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- annotationValues(OntAnnotationProperty, String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all annotation literals for the given predicate and the language tag.
- ANON - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFilter
- ANONYMOUS_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANONYMOUS_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANONYMOUS_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- AnonymousImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.AnonymousImpl
- ANY_ARG_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- ANY_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- ANY_BINARY_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- ANY_BLANK_SUBJECT - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFinder
- ANY_CARDINALITY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_CARDINALITY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- ANY_CLASS_FULL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_CLASS_LITE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_COLLECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_COLLECTION_OF_CLASS_FULL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_COLLECTION_OF_CLASS_LITE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_COMPONENT_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_COMPONENT_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_COMPONENTS_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_COMPONENTS_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_DATA_OR_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_DATA_OR_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_ENTITY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_ENTITY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_ENTITY - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- ANY_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- ANY_LOGICAL_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_LOGICAL_CLASS_FULL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_LOGICAL_CLASS_LITE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_NAMED_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_NAMED_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_NEGATIVE_PROPERTY_ASSERTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_OBJECT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_OBJECT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_OBJECT - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- ANY_OBJECT_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- ANY_PROPERTIES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_RESTRICTION_CLASS_FULL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_RESTRICTION_CLASS_LITE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_SUBJECT - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFinder
- ANY_SUBJECT_AND_OBJECT - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFinder
- ANY_TYPED - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFinder
- ANY_UNARY_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- ANY_UNARY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_UNARY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_VALUE_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ANY_VALUE_RESTRICTION_CLASS_FULL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ANY_VALUE_RESTRICTION_CLASS_LITE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- anyMatch(Iterator<X>, Predicate<? super X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns whether any elements of the given iterator match the provided predicate.
- ANYTHING - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFinder
- arguments() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom
-
Lists all arguments from this
Atom. - arguments() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.Binary
- arguments() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.Unary
- arguments() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.WithBuiltin
- arity() - Method in interface org.apache.jena.ontapi.model.OntDataRange
-
Returns a data range arity.
- as(Class<T>) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- asAnnotationResource() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Returns the primary annotation object (resource) which is related to this statement.
- asAnonymousIndividual(RDFNode) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Creates an anonymous individual for the given
RDF Node, that must be associated with a model. - asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLComplementOfImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLDataSomeValuesFromImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- asAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- asAssertionClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns the assertion-view of this class if the specification allows this class to make class assertions, otherwise throws exception.
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- asDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- asDisjointClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns the disjoint-class-view of this class if the specification allows this to be in disjoint position (
owl:disjointWith,owl:AllDisjointClasses), otherwise throws exception. - asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLUnionOfImpl
- asEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- asEquivalentClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns the equivalent-class-view of this class if the specification allows this class to be in equivalent position (
owl:equivalentClass), otherwise throws exception. - asInferenceModel() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- asInferenceModel() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Returns a view of this model that supports inference, if possible.
- asJenaImplementation(EnhNodeFactory) - Static method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Represents the given implementation factory as
Jena Implementation Factory. - asJenaPersonality(OntPersonality) - Static method in interface org.apache.jena.ontapi.common.OntPersonality
-
Represents the given
OntPersonalityconfiguration as aJena Personalitywith a generic typeRDFNode. - asLiteral() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DArgImpl
-
Answers the encapsulated node as
Literal. - asNamed() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Represents this OWL class expression as a named OWL class if it is possible, otherwise throws an exception.
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntDataRange
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntIndividual
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntIndividual.Named
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- asNamed() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty.Named
- asNode() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- asOntList(RDFList, OntGraphModelImpl, OntObject, Property, Resource, Class<N>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Wraps the existing
RDFListasOntList. - asOntList(RDFList, OntObject, Property, boolean, Resource, Class<E>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Wraps the existing given
[]-listasONT-list. - asOntList(RDFList, OntObject, Property, Class<E>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Wraps the existing given
[]-listasONT-list. - asPersonalityModel(EnhGraph) - Static method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Represents the given
EnhGraphas aOntEnhGraph. - asPersonalityModel(OntModel) - Static method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Represents the given
Ont[Graph]Modelas aOntEnhGraph. - asProperty() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.InversePropertyImpl
- asProperty() - Method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- asProperty() - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Returns a named part of this property expression.
- asRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- asSafeOntList(RDFList, OntGraphModelImpl, OntObject, Property, Resource, Class<N>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Wraps the existing
RDFListasOntList. - assertions() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all annotation property assertions (so-called plain annotations) attached to this object.
- assertions() - Method in interface org.apache.jena.ontapi.model.OntAnnotation
-
Returns the annotations assertions attached to this annotation resource.
- asSpliterator(Iterator<? extends X>, long, int) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a
Spliteratorusing a givenIteratoras the source of elements. - asStatement(Triple) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- asStatement(Triple) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Answers an
Ontology Statementin this model who's SPO is that of thetriple. - asStream(Iterator<? extends X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new sequential
Streamfrom the givenIterator, which is expected to deliver nonnull items: it is required that the operationIterator.next()must not returnnullif the methodIterator.hasNext()answerstrue. - asStream(Iterator<? extends X>, int) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Constructs a new sequential
Streamfrom the givenIterator, with the specifiedcharacteristics. - asStream(Iterator<? extends X>, long, int) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Constructs a new sequential
Streamfrom the givenIterator, with the specifiedcharacteristicsand estimatedsize. - asStream(ExtendedIterator<? extends X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new sequential
Streamfrom the givenExtendedIterator. - asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLComplementOfImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- asSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- asSubClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns the subclass-view of this class if the specification allows this class to be in subclass position, otherwise throws exception.
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLUnionOfImpl
- asSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- asSuperClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns the superclass-view of this class if the specification allows this class to be in superclass position, otherwise throws exception.
- asUnmodifiableNodeSet(Collection<? extends RDFNode>) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Creates an unmodifiable Set of
Nodes from the collection ofRDF Nodes. - AtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.AtomImpl
- attachClass(OntClass) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Adds a type (class expression) to this individual.
B
- BAG - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- BaseEnhNodeFactoryImpl - Class in org.apache.jena.ontapi.common
- BaseEnhNodeFactoryImpl() - Constructor for class org.apache.jena.ontapi.common.BaseEnhNodeFactoryImpl
- baseModel - Static variable in class org.apache.jena.ontapi.assemblers.OA
- belongsToAnnotation() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Answers
trueiff this statement is a part ofBulk Annotation Ontology Object. - belongsToAnnotation() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers
trueiff this statement is a part ofBulk Annotation Ontology Object. - belongsToOWLAnnotation() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- belongsToOWLAxiom() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- BLANK - Static variable in class org.apache.jena.ontapi.utils.StdModels
- body() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Imp
- build() - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Builds a new personality configuration.
- BUILT_IN_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- BUILTIN_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- BuiltInAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- BuiltinImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltinImpl
- ByPredicate(Property) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFinder.ByPredicate
- ByType(Node) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFinder.ByType
- ByType(Resource) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFinder.ByType
- ByTypes(Collection<Resource>) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFinder.ByTypes
C
- canAs(Class<? extends RDFNode>, Node, EnhGraph) - Static method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Checks if the given
nodecan be viewed as the given type. - canAs(Class<X>) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLComplementOfImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLDataSomeValuesFromImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- canAsAssertionClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- canAsAssertionClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers if this class can be an object in class-assertion statement (a type of individual).
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- canAsDisjointClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- canAsDisjointClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers if this class can be disjoint with another class.
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLUnionOfImpl
- canAsEquivalentClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- canAsEquivalentClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers if this class can be an equivalent of another class.
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLComplementOfImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- canAsSubClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- canAsSubClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers if this class can be a subclass of another class.
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLComplementOfImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLUnionOfImpl
- canAsSuperClass() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- canAsSuperClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers if this class can be a superclass of another class.
- canCreateInGraph(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- canCreateInGraph(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Answers
trueiff the modifying of thegraphis allowed by this implementation for the encapsulated object's interface. - canInsert(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeProducer
-
Answers
trueif the givennodecan be created in graph - canInsert(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeProducer.Default
- canInsert(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeProducer.WithType
- canNodeAs(Class<? extends RDFNode>, Node) - Method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Equivalent to
safeFindNodeAs(node, view) != null. - canWrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- canWrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
- canWrap(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Checks that the wrapping (
node,eg) would succeed. - canWrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- cast(RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Makes an
E-resource from the givenRDF-Node. - checkFalse(Boolean, String) - Static method in exception org.apache.jena.ontapi.OntJenaException
- checkFeature(OntModel, OntModelControls, String) - Static method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- checkIDCanBeChanged(UnionGraph) - Static method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
-
Throws exception if graph's ontology name is in imports closure.
- checkLocation(String) - Static method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Checks whether the specified string is a valid URI or a file path.
- checkNamed(Node) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Tests the node is named.
- checkNamed(Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Tests the RDF resource is named.
- checkNotNull(X) - Static method in exception org.apache.jena.ontapi.OntJenaException
- checkNotNull(X, String) - Static method in exception org.apache.jena.ontapi.OntJenaException
- checkRequiredInputs(OntObject, Property, RDFNode, Resource, Class<?>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- checkRequiredInputs(OntObject, Property, Resource, Class<?>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- checkSupported(boolean) - Static method in exception org.apache.jena.ontapi.OntJenaException
- checkSupported(boolean, String) - Static method in exception org.apache.jena.ontapi.OntJenaException
- checkTrue(Boolean, String) - Static method in exception org.apache.jena.ontapi.OntJenaException
- checkType(Class<X>) - Method in interface org.apache.jena.ontapi.common.OntEnhGraph
- CLASS_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- classes() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Returns all class types (direct and indirect).
- classes() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all named class expressions (OWL classes).
- classes(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
-
Returns a
Streamof all class-types, including their super-classes if the parameterdirectisfalse. - classes(boolean) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Answers a
Streamover the class expressions to which this individual belongs, including super-classes if the flagdirectisfalse. - CLASSES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ClassesImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.ClassesImpl
- clear() - Method in interface org.apache.jena.ontapi.GraphRepository
-
Removes all graphs.
- clear() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- clear() - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Removes all graphs.
- clear() - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- clear() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- clear() - Method in interface org.apache.jena.ontapi.model.OntList
-
Removes all elements from this list.
- clearAnnotations() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Removes all root annotations including their sub-annotations hierarchy.
- clearAnnotations() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- clearAnnotations() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Removes all root annotations including their sub-annotations hierarchy.
- clearAnnotations() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Removes all sub-annotations including their children.
- clearDisjointUnions() - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Deletes all
DisjointUnion[]-lists including their annotations, i.e., all those statements with the predicateowl:disjointUnionOffor which this resource is a subject. - clearHasKeys() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Deletes all
HasKey[]-list including its annotations, i.e., all those statements with the predicateowl:hasKeyfor which this resource is a subject. - clearHasKeys() - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Deletes all
HasKey[]-list including its annotations, i.e., all those statements with the predicateowl:hasKeyfor which this resource is a subject. - clearNsPrefixMap() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- clearNsPrefixMap() - Method in interface org.apache.jena.ontapi.model.OntModel
- clearPropertyChains() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Deletes all property chain lists including their annotations.
- close() - Method in interface org.apache.jena.ontapi.GraphMaker
-
Closes the factory - no more requests will be executed, and any cleanup can be performed.
- close() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Closes the graph including all related graphs.
- close(Iterator<?>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Closes iterator if it is
CloseableIterator. - collectPrefixes(Iterable<Graph>) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Collects a prefixes' library from the collection of the graphs.
- CommonEnhNodeFactoryImpl - Class in org.apache.jena.ontapi.common
-
Default implementation of
EnhNodeFactory. - CommonEnhNodeFactoryImpl(EnhNodeProducer, EnhNodeFinder, EnhNodeFilter) - Constructor for class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- COMPLEMENT_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- COMPLEMENT_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- COMPLEMENT_OF_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ComplementOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComplementOfImpl
- ComplementOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.ComplementOfImpl
- components() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- components() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLUnionOfImpl
- components() - Method in interface org.apache.jena.ontapi.model.OntClass.CollectionOf
-
Lists all allowed components of the collection.
- CompositeEnhNodeFactoryImpl - Class in org.apache.jena.ontapi.common
-
A
Ontology Object Factoryimplementation to combine several other factories. - CompositeEnhNodeFactoryImpl(EnhNodeFinder, EnhNodeFilter, EnhNodeFactory...) - Constructor for class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
-
Creates a factory instance.
- concat(ExtendedIterator<? extends X>...) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a lazily concatenated
Extended Iteratorwhose elements are all the elements of the given iterators. - concat(ExtendedIterator<? extends X>, ExtendedIterator<? extends X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a lazily concatenated
Extended Iteratorwhose elements are all the elements of the first iterator followed by all the elements of the second iterator. - config(EnhGraph) - Static method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Extracts
OntConfigfrom the given enhanced graph. - config(OntModel) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Gets model's config.
- configValue(OntModel, OntModelControls) - Static method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- contains(E) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- contains(E) - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Answers
trueif the []-list contains the specifiedelement. - contains(String) - Method in interface org.apache.jena.ontapi.GraphRepository
- contains(String) - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Returns
trueif a mapping for the specified identifier exists in the repository. - contains(String) - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- contains(Graph) - Method in interface org.apache.jena.ontapi.UnionGraph
-
Answers
trueiff thisUnionGraphcontains the specified graph as a subgraph. - contains(X, X, Function<X, Stream<X>>, boolean, boolean) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
-
Answers
trueif the specifiedtestnode is in the closure of the specifiedrootnodes - containsLocal(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Determines if the given
(s, p, o)pattern is present in the base graph, withnullallowed to represent a wildcard match. - containsURI(RDFNode, String) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Answers
trueif the givennodecontains the specifieduri. - containsURI(Statement, String) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Answers
trueif the givenuriis a part of the givenstatement. - content() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- content() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists the content of the object, i.e., all characteristic statements (see
OntObject.spec()), plus all additional statements in which this object is the subject, minus those of them whose predicate is an annotation property (annotations are not included). - content() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists the content of the object, i.e., all characteristic statements (see
OntObject.spec()), plus all additional statements in which this object is the subject, minus those of them whose predicate is an annotation property (annotations are not included). - content() - Method in interface org.apache.jena.ontapi.model.OntList
-
Returns the root statement plus spec.
- content() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists the content of the object, i.e., all characteristic statements (see
OntObject.spec()), plus all additional statements in which this object is the subject, minus those of them whose predicate is an annotation property (annotations are not included). - Conversion(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.Conversion
- Conversion(String, Throwable) - Constructor for exception org.apache.jena.ontapi.OntJenaException.Conversion
- copy() - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Makes a full copy of this builder.
- copy() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Makes a full copy of this configuration.
- copy() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- count() - Method in interface org.apache.jena.ontapi.GraphRepository
- count() - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Returns the number of identifiers.
- count(Iterator<?>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns the count of elements in the given iterator.
- create(Class<?>...) - Static method in class org.apache.jena.ontapi.common.OntVocabulary.Impls
-
Creates a
OntVocabularywith mapping for system resource/properties. - create(String, Collection<? extends Resource>) - Static method in class org.apache.jena.ontapi.common.OntVocabulary.Impls
-
Creates a
OntVocabularythat contains the specified mapping (key -> Set). - create(Collection<? extends X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new
Extended Iterator} over all elements of the specified collection. - create(Supplier<Iterator<? extends X>>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new
Extended Iteratorover all elements of an iterator which will be created by theprovideron first iteration. - create(Iterator<? extends X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Answers an
ExtendedIteratorreturning the elements of the specifiediterator. - create(OntVocabulary...) - Static method in class org.apache.jena.ontapi.common.OntVocabulary.Impls
-
Creates a fresh union vocabulary that combines the given ones.
- create(OntGraphModelImpl, Class<T>, Literal) - Static method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl
- create(OntGraphModelImpl, OntIndividual, OntDataProperty, Literal) - Static method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- create(OntGraphModelImpl, OntIndividual, OntObjectProperty, OntIndividual) - Static method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- create(OntGraphModelImpl, OntObject, Property, Resource, Class<N>, ExtendedIterator<N>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Creates a fresh
OntListwith the givenelementTypeas a type constraint containing all content from the specifiedExtendedIteratorpreserving the original order. - create(OntGraphModelImpl, Resource, Class<R>, Class<E>, Stream<E>, Property) - Static method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- create(Resource, Collection<? extends Resource>) - Static method in class org.apache.jena.ontapi.common.OntVocabulary.Impls
-
Creates a
OntVocabularythat contains the specified mapping (key -> Set). - create(Resource, Resource...) - Static method in class org.apache.jena.ontapi.common.OntVocabulary.Impls
-
Creates a
OntVocabularythat contains the specified mapping (key -> Set). - createAnnotation(Model, Statement, Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
-
Creates a new annotation b-node resource with the given type and base statement.
- createAnnotationProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates annotation property (owl-entity).
- createAnonymousIndividual(OntGraphModelImpl, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createAnonymousIndividual(RDFNode) - Static method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- createBuiltInAtom(OntGraphModelImpl, Resource, Collection<OntSWRL.DArg>) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createBuiltinEntity(OntGraphModelImpl, String) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createBuiltinsVocabulary(OntVocabulary) - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates a
builtins personality vocabularyfrom the givensystem vocabulary. - createBuiltInSWRLAtom(Resource, Collection<OntSWRL.DArg>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createBuiltInSWRLAtom(Resource, Collection<OntSWRL.DArg>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a BuiltIn Atom.
- createCardinalityRestrictionCE(OntGraphModelImpl, Class<CE>, OntProperty, int, OntObject) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createClassAtom(OntGraphModelImpl, OntClass, OntSWRL.IArg) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createClassSWRLAtom(OntClass, OntSWRL.IArg) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createClassSWRLAtom(OntClass, OntSWRL.IArg) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Class Atom.
- createCommon(Class<? extends EnhNode>, BiFunction<Node, EnhGraph, EnhNode>, EnhNodeFinder, EnhNodeFilter) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createCommon(Class<? extends EnhNode>, EnhNodeFinder, EnhNodeFilter, EnhNodeFilter...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createCommon(Class<? extends OntObject>, EnhNodeProducer, EnhNodeFinder, EnhNodeFilter) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createCommon(EnhNodeProducer, EnhNodeFinder, EnhNodeFilter, EnhNodeFilter...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createComplementOf(OntGraphModelImpl, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createComplementOf(OntGraphModelImpl, OntDataRange) - Static method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- createComponentRestrictionCE(OntGraphModelImpl, Class<CE>, OntProperty, RDFNode, Property) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createComponentsCE(OntGraphModelImpl, Class<CE>, Class<R>, Property, Stream<R>) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createDataAllValuesFrom(Collection<OntDataProperty>, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataAllValuesFrom(Collection<OntDataProperty>, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an N-Ary Data Universal Quantification N-Ary Restriction.
- createDataAllValuesFrom(OntDataProperty, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataAllValuesFrom(OntDataProperty, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Universal Quantification Data Property Restriction.
- createDataCardinality(OntDataProperty, int, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataCardinality(OntDataProperty, int, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Data Exact Cardinality Restriction, possible Qualified.
- createDataComplementOf(OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataComplementOf(OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Complement of Data Ranges.
- createDataHasValue(OntDataProperty, Literal) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataHasValue(OntDataProperty, Literal) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Literal Value Restriction.
- createDataIntersectionOf(Collection<OntDataRange>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataIntersectionOf(Collection<OntDataRange>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Intersection of Data Ranges.
- createDataIntersectionOf(OntDataRange...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Intersection of Data Ranges.
- createDataMaxCardinality(OntDataProperty, int, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataMaxCardinality(OntDataProperty, int, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Data Maximum Cardinality Restriction, possible Qualified.
- createDataMinCardinality(OntDataProperty, int, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataMinCardinality(OntDataProperty, int, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Data Minimum Cardinality Restriction, possible Qualified.
- createDataOneOf(Collection<Literal>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataOneOf(Collection<Literal>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Enumeration of Literals.
- createDataOneOf(Literal...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Enumeration of Literals.
- createDataProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates datatype property (owl-entity).
- createDataPropertyAtom(OntGraphModelImpl, OntDataProperty, OntSWRL.IArg, OntSWRL.DArg) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createDataPropertySWRLAtom(OntDataProperty, OntSWRL.IArg, OntSWRL.DArg) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataPropertySWRLAtom(OntDataProperty, OntSWRL.IArg, OntSWRL.DArg) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Data Property Atom.
- createDataRangeAtom(OntGraphModelImpl, OntDataRange, OntSWRL.DArg) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createDataRangeSWRLAtom(OntDataRange, OntSWRL.DArg) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataRangeSWRLAtom(OntDataRange, OntSWRL.DArg) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Data Range Atom.
- createDataRestriction(OntDataRange.Named, Collection<OntFacetRestriction>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataRestriction(OntDataRange.Named, Collection<OntFacetRestriction>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Datatype Restriction.
- createDataRestriction(OntDataRange.Named, OntFacetRestriction...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Datatype Restriction.
- createDataSomeValuesFrom(Collection<OntDataProperty>, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataSomeValuesFrom(Collection<OntDataProperty>, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an N-Ary Data Existential Quantification N-Ary Restriction.
- createDataSomeValuesFrom(OntDataProperty, OntDataRange) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataSomeValuesFrom(OntDataProperty, OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Existential Quantification Data Property Restriction.
- createDatatype(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates named datatype (owl-entity), only for OWL2
- createDataUnionOf(Collection<OntDataRange>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDataUnionOf(Collection<OntDataRange>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Union of Data Ranges.
- createDataUnionOf(OntDataRange...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Union of Data Ranges.
- createDefaultGraph() - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates default (in-memory) graph implementation.
- createDefaultModel() - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates default (in-memory) RDF Model implementation.
- createDefaultModel(Graph) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates default RDF Model implementation wrapping the given graph.
- createDifferentIndividuals(Collection<OntIndividual>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDifferentIndividuals(Collection<OntIndividual>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Different Individuals Axiom Resource.
- createDifferentIndividuals(OntGraphModelImpl, Stream<OntIndividual>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
-
Creates blank node
_:x rdf:type owl:AllDifferent. _:x owl:members (a1 ... an). - createDifferentIndividuals(OntIndividual...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Different Individuals Axiom Resource.
- createDifferentIndividualsAtom(OntGraphModelImpl, OntSWRL.IArg, OntSWRL.IArg) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createDifferentIndividualsSWRLAtom(OntSWRL.IArg, OntSWRL.IArg) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDifferentIndividualsSWRLAtom(OntSWRL.IArg, OntSWRL.IArg) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Different Individuals Atom.
- createDisjointClasses(Collection<OntClass>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDisjointClasses(Collection<OntClass>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Disjoint Classes Axiom Resource.
- createDisjointClasses(OntGraphModelImpl, Stream<OntClass>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- createDisjointClasses(OntClass...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Disjoint Classes Axiom Resource.
- createDisjointDataProperties(Collection<OntDataProperty>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDisjointDataProperties(Collection<OntDataProperty>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Disjoint Data Properties Axiom Resource.
- createDisjointDataProperties(OntGraphModelImpl, Stream<OntDataProperty>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- createDisjointDataProperties(OntDataProperty...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Disjoint Data Properties Axiom Resource.
- createDisjointObjectProperties(Collection<OntObjectProperty>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createDisjointObjectProperties(Collection<OntObjectProperty>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Disjoint Object Properties Axiom Resource.
- createDisjointObjectProperties(OntGraphModelImpl, Stream<OntObjectProperty>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- createDisjointObjectProperties(OntObjectProperty...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Disjoint Object Properties Axiom Resource.
- createDisjointUnion(Collection<OntClass>) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- createDisjointUnion(Collection<OntClass>) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Creates a
DisjointUnionasontology []-listofClass Expressions that is attached to this OWL Class using the predicateowl:disjointUnionOf. - createFacetRestriction(Class<F>, Literal) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a facet restriction by the given type and literal value.
- createFacetRestriction(Class<T>, Literal) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createFinder(Function<R, Node>, R...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createFinder(Resource...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createFrom(EnhNodeFactory, EnhNodeFactory...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createFrom(EnhNodeFinder, Class<? extends OntObject>, Class<? extends OntObject>...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createFrom(EnhNodeFinder, Stream<Class<? extends OntObject>>) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createFrom(EnhNodeFinder, EnhNodeFactory, EnhNodeFactory...) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- createGraph(String) - Method in interface org.apache.jena.ontapi.GraphMaker
-
Create a new graph associated with the given name.
- createGraphDocumentRepository(Supplier<Graph>) - Static method in interface org.apache.jena.ontapi.GraphRepository
-
A factory method to creates
GraphRepositoryinstance that loads graphs on demand from the given location. - createGraphDocumentRepositoryMem() - Static method in interface org.apache.jena.ontapi.GraphRepository
-
A factory method to create
GraphRepositoryinstance that loads graphs on demand from the given location. - createHasKey(Collection<OntObjectProperty>, Collection<OntDataProperty>) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createHasKey(Collection<OntObjectProperty>, Collection<OntDataProperty>) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- createHasKey(Collection<OntObjectProperty>, Collection<OntDataProperty>) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates a
HasKeylogical construction asontology []-listofObject or Data Property Expressions that is attached to this Class Expression using the predicateowl:hasKey. - createHasKey(OntGraphModelImpl, OntClass, Stream<? extends OntRelationalProperty>) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createHasSelf(OntGraphModelImpl, OntObjectProperty) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createHasSelf(OntObjectProperty) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createHasSelf(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Local Reflexivity Class Expression (Self-Restriction).
- createImp(OntGraphModelImpl, Collection<OntSWRL.Atom<? extends OntObject>>, Collection<OntSWRL.Atom<? extends OntObject>>) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createIndividual() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createIndividual() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- createIndividual() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates an anonymous individual which is of this class-expression type.
- createIndividual(String) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createIndividual(String) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- createIndividual(String) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Creates a named individual which is of this class type.
- createIndividual(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates named individual (owl-entity), only for OWL2 if
owl:NamedIndividualis enabled. - createIndividual(String, OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createIndividual(String, OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates individual (named or anonymous) of the specified type.
- createInGraph(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- createInGraph(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Makes interface-defined changes in the given graph and returns a new enhanced node, wrapping the given
Node. - createInstance(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- createInstance(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
- createInstance(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Wraps the given pair of
nodeandgraphto a freshEnhNodeinstance without any checking or throwing any exception. - createInstance(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- createIntersectionOf(OntGraphModelImpl, Stream<OntDataRange>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- createInverse() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- createInverse() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty.Named
-
Creates or finds an inverse of this property.
- createLiteral(Object) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Builds a typed literal from its value form given as an object.
- createLiteral(String) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Builds a typed literal from its value form.
- createModel() - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates a fresh in-memory Ontology RDF Model with default personalities.
- createModel(String, GraphRepository) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates Ontology Model associated with
OntSpecification.OWL2_DL_MEM_BUILTIN_RDFS_INFspec. - createModel(Graph) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an Ontology RDF Model wrapper around the given graph with default personalities.
- createModel(Graph, OntPersonality) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an Ontology RDF Model wrapper around the given graph with given personalities.
- createModel(Graph, OntPersonality, Reasoner) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an
Ontology Modelwhich isInference Model. - createModel(Graph, OntSpecification) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an Ontology Model according to the specified specification.
- createModel(Graph, OntSpecification, GraphRepository) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an Ontology Model according to the specified specification.
- createModel(OntSpecification) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an Ontology Model according to the specified specification.
- createModel(OntSpecification, GraphRepository) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates an anonymous Ontology Model according to the specified specification.
- createNamedIndividual(OntGraphModelImpl, OntClass, String) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createNaryRestrictionCE(OntGraphModelImpl, Class<CE>, OntDataRange, Collection<OntDataProperty>) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- createNode(String) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Makes a fresh node instance according to the given iri.
- createNotAnnotatedOntStatementImpl(Resource, Property, RDFNode, OntGraphModelImpl) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Creates an ont-statement that does not support sub-annotations.
- createObject(Node, EnhGraph) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Creates an RDF node which might be a literal or resource, in the latter case it is wrapped as
OntObjectImpl. - createObjectAllValuesFrom(OntObjectProperty, OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectAllValuesFrom(OntObjectProperty, OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Universal Quantification Object Property Restriction.
- createObjectCardinality(OntObjectProperty, int, OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectCardinality(OntObjectProperty, int, OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Object Exact Cardinality Restriction, possible Qualified.
- createObjectComplementOf(OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectComplementOf(OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Create a Complement of Class Expressions.
- createObjectHasValue(OntObjectProperty, OntIndividual) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectHasValue(OntObjectProperty, OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Individual Value Restriction.
- createObjectIntersectionOf(Collection<OntClass>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectIntersectionOf(Collection<OntClass>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Intersection of Class Expressions.
- createObjectIntersectionOf(OntClass...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Intersection of Class Expressions.
- createObjectMaxCardinality(OntObjectProperty, int, OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectMaxCardinality(OntObjectProperty, int, OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Object Maximum Cardinality Restriction, possible Qualified.
- createObjectMinCardinality(OntObjectProperty, int, OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectMinCardinality(OntObjectProperty, int, OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Object Minimum Cardinality Restriction, possible Qualified.
- createObjectOneOf(Collection<OntIndividual>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectOneOf(Collection<OntIndividual>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Enumeration of Individuals.
- createObjectOneOf(OntIndividual...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Enumeration of Individuals.
- createObjectProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates named object property (owl-entity).
- createObjectPropertyAtom(OntGraphModelImpl, OntObjectProperty, OntSWRL.IArg, OntSWRL.IArg) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createObjectPropertySWRLAtom(OntObjectProperty, OntSWRL.IArg, OntSWRL.IArg) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectPropertySWRLAtom(OntObjectProperty, OntSWRL.IArg, OntSWRL.IArg) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Object Property Atom.
- createObjectSomeValuesFrom(OntObjectProperty, OntClass) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectSomeValuesFrom(OntObjectProperty, OntClass) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an Existential Quantification Object Property Restriction.
- createObjectUnionOf(Collection<OntClass>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createObjectUnionOf(Collection<OntClass>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Union of Class Expressions.
- createObjectUnionOf(OntClass...) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Union of Class Expressions.
- createOneOf(OntGraphModelImpl, Stream<Literal>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- createOntClass(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates named class (owl-entity)
- createOntEntity(Class<E>, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates an owl-entity by the
typeandiri. - createOntEntity(Class<T>, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createOntGraph(Node, GraphRepository) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Creates ontology graph.
- createOntList(OntObject, Property, Class<E>, Iterator<E>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Creates ONT-List with given elements and other settings.
- createOntList(OntObject, Property, Resource, Class<E>, Iterator<E>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Creates ONT-List with given elements and other settings.
- createOntObject(Class<T>, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Creates and caches an ontology object resource by the given type and uri.
- createOntologyHeaderNode(Graph, String) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Creates a new ontology header (
uriOrBlank rdf:type owl:Ontology) if it is not present in the graph. - createOntStatementImpl(Triple, OntGraphModelImpl) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Creates an OntStatement impl from the given Triple.
- createOntStatementImpl(Resource, Node, Node, OntGraphModelImpl) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Creates an OntStatement impl with the given SPO.
- createOntStatementImpl(Resource, Property, Node, OntGraphModelImpl) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Creates an OntStatement-impl with the given SPO.
- createOntStatementImpl(Resource, Property, RDFNode, OntGraphModelImpl) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Creates an OntStatement impl with the given SPO.
- createPersistentGraphRepository(GraphMaker) - Static method in interface org.apache.jena.ontapi.GraphRepository
-
A factory method for creating persistent
GraphRepository; persistence is ensured by themaker. - createPropertyChain(Collection<OntObjectProperty>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- createPropertyChain(Collection<OntObjectProperty>) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Creates a property chain logical constructions as a
ontology []-listofObject Property Expressions that is attached to this Object Property Expression at object positions with the predicateowl:propertyChainAxiom. - createRDFListIterator() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Answers the
Iteratorof batches of triples that belong to this ONT-List. - createRDFProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates named
rdf:Property. - createReservedVocabulary(OntVocabulary) - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates a
reserved personality vocabularyfrom the givensystem vocabulary. - createRestriction(OntGraphModelImpl, OntDataRange.Named, Stream<OntFacetRestriction>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- createRuleSet(Assembler, Resource) - Static method in class org.apache.jena.ontapi.assemblers.OntRuleSetAssembler
- createSameIndividualsAtom(OntGraphModelImpl, OntSWRL.IArg, OntSWRL.IArg) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- createSameIndividualsSWRLAtom(OntSWRL.IArg, OntSWRL.IArg) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createSameIndividualsSWRLAtom(OntSWRL.IArg, OntSWRL.IArg) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a Same Individuals Atom.
- createStatement(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createStmtIterator(ExtendedIterator<Triple>, Function<Triple, Statement>) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Creates an iterator which returns RDF Statements based on the given extended iterator of triples.
- createSWRLImp(Collection<OntSWRL.Atom<?>>, Collection<OntSWRL.Atom<?>>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createSWRLImp(Collection<OntSWRL.Atom<?>>, Collection<OntSWRL.Atom<?>>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a SWRL Rule.
- createSWRLVariable(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- createSWRLVariable(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a SWRL Variable, that is a URI resource with a type
swrl:Variable. - createTypedList(EnhGraph, Resource, Iterator<? extends RDFNode>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Creates a typed []-list.
- createTypedList(Model, Resource, Collection<? extends RDFNode>) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Creates a typed []-list with the given type containing the resources from the given collection.
- createTypedList(Model, Resource, Iterator<? extends RDFNode>) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Creates a typed list with the given type containing the resources from the given iterator.
- createUnionGraph(Graph) - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Wraps the given
basegraph asUnionGraph - createUnionOf(OntGraphModelImpl, Stream<OntDataRange>) - Static method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- createVariable(OntGraphModelImpl, String) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- Creation(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.Creation
- Creation(String, Throwable) - Constructor for exception org.apache.jena.ontapi.OntJenaException.Creation
D
- DARG_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- DArgImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DArgImpl
- DATA_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATA_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATA_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_HAS_VALUE_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATA_HAS_VALUE_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_MAX_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATA_MAX_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_MIN_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATA_MIN_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_NEGATIVE_PROPERTY_ASSERTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_PROPERTIES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_RANGE_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- DATA_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATA_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- DATA_VALUED_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- DataAllValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataAllValuesFromImpl
- DataAssertionImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl.DataAssertionImpl
- DataCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataCardinalityImpl
- dataGraphs(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all indivisible graphs extracted from the composite or wrapper graph including the base as flat stream of non-composite (primitive) graphs.
- DataHasValueImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataHasValueImpl
- DataMaxCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataMaxCardinalityImpl
- DataMinCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataMinCardinalityImpl
- dataProperties() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all data properties.
- DataPropertiesImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.DataPropertiesImpl
- DataPropertyAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DataPropertyAtomImpl
- DataRangeAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DataRangeAtomImpl
- DataSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataSomeValuesFromImpl
- DATATYPE_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DATATYPE_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- datatypes() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all datatypes (named data range expressions).
- DC - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- declaredProperties() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Equivalent to
this.declaredProperties(false) - declaredProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- declaredProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- declaredProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns a
Streamover thepropertiesassociated with a frame-like view of this class. - declaredProperties(OntClass, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- declaringClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- declaringClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- declaringClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- declaringClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- declaringClasses(boolean) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Answers a
Streamof all the classes in this ontology, such that each returned class has this property as one of its properties inOntClass.declaredProperties(boolean). - declaringClasses(OntProperty, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- Default(Class<? extends EnhNode>) - Constructor for class org.apache.jena.ontapi.common.EnhNodeProducer.Default
- Default(Class<? extends EnhNode>, BiFunction<Node, EnhGraph, EnhNode>) - Constructor for class org.apache.jena.ontapi.common.EnhNodeProducer.Default
-
Class must be public and have a public constructor with parameters
NodeandEnhGraph. - DEFAULT - Static variable in class org.apache.jena.ontapi.common.OntConfig
- DEFAULT_ANNOTATION_COMPARATOR - Static variable in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
-
The first are annotations with the most numerous assertions and children, the remaining comparison operations are not so important, but the provided order should be preserved after graph reload.
- deleteAnnotation(OntAnnotationProperty) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Deletes all (sub-)annotations with the given predicate-property.
- deleteAnnotation(OntAnnotationProperty, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- deleteAnnotation(OntAnnotationProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Deletes the child annotation if present.
- deleteOntList(OntObject, Property, OntList<?>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Deletes the specified
OntListincluding its annotations. - dependsOn(Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Generic dependsOn, returns
trueiff this graph or any sub-graphs depend on the specified graph. - dependsOn(Graph, Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueif the left graph depends on the right one. - descendants() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- descendants() - Method in interface org.apache.jena.ontapi.model.OntAnnotation
-
Lists all descendants of this ont-annotation resource.
- detachClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.AnonymousImpl
- detachClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.NamedImpl
- detachClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntIndividual.Anonymous
-
Removes a class assertion statement for the given class.
- detachClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Removes a class assertion statement for the given class.
- DIFFERENT_INDIVIDUALS_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- DIFFERENT_INDIVIDUALS_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- DIFFERENT_INDIVIDUALS_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- differentIndividuals() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- differentIndividuals() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all different individuals.
- DifferentIndividualsAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DifferentIndividualsAtomImpl
- directNodesAsSetStandard(X, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
- directNodesAsSetWithBuiltinInf(X, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
- directNodesAsStream(X, boolean, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
- directSubGraphs(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Extracts and lists all top-level sub-graphs from the given composite graph-container, that is allowed to be either
UnionGraphorPolyadicorDyadic. - disjointClasses() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- disjointClasses() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- disjointClasses() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns disjoint class-objects.
- disjointClasses(OntGraphModelImpl, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- disjointProperties() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- disjointProperties() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- disjointProperties() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Returns disjoint properties.
- disjointProperties() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Returns disjoint properties (statement:
P1 owl:propertyDisjointWith P2). - disjointProperties() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all properties that are disjoint with this property.
- disjointProperties(OntGraphModelImpl, Class<X>, X) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- disjoints() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all
OntDisjointsections where this class is a member. - disjoints() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Lists all
OntDisjointsections where this data-property is a member. - disjoints() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all
OntDisjointsections where this individual is a member. - disjoints() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Lists all
OntDisjointsections where this object property is a member. - disjointUnions() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- disjointUnions() - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Lists all
DisjointUnionontology lists that are attached to this OWL Class on predicateowl:disjointUnionOf. - distinct(ExtendedIterator<X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns an
Extended Iteratorconsisting of the distinct elements (according toObject.equals(Object)) of the given iterator. - DL_WEAK - Enum constant in enum class org.apache.jena.ontapi.common.PunningsMode
-
Forbidden intersections of rdf-declarations: Class <-> Datatype ObjectProperty <-> DataProperty
- DL1 - Enum constant in enum class org.apache.jena.ontapi.common.PunningsMode
-
For OWL1 DL.
- DL1_COMPATIBLE - Enum constant in enum class org.apache.jena.ontapi.common.PunningsMode
-
For OWL1 DL.
- DL2 - Enum constant in enum class org.apache.jena.ontapi.common.PunningsMode
-
For OWL2 DL.
- documentGraphRepository - Static variable in class org.apache.jena.ontapi.assemblers.OA
- DocumentGraphRepository - Class in org.apache.jena.ontapi.impl.repositories
-
Simple GraphRepository implementation with location mapping.
- DocumentGraphRepository - Static variable in class org.apache.jena.ontapi.assemblers.OA
- DocumentGraphRepository() - Constructor for class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
- DocumentGraphRepository(Supplier<Graph>) - Constructor for class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
- DocumentGraphRepositoryAssembler - Class in org.apache.jena.ontapi.assemblers
- DocumentGraphRepositoryAssembler() - Constructor for class org.apache.jena.ontapi.assemblers.DocumentGraphRepositoryAssembler
- doInsert(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeProducer.Default
- doInsert(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeProducer
-
Changes the
EnhGraphaccording to the encapsulated rules. - doInsert(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeProducer.WithType
- domains() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- domains() - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- domains() - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Lists all valid annotation property domains in the form of java
Stream. - domains() - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Lists all property domains.
- domains() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all the declared domain class expressions of this property expression.
- domains(boolean) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Gets all direct or indirect domains that present in RDF graph.
E
- EL_ANY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_COLLECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_COMPONENT_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_COMPONENTS_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_DATA_OR_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_LOGICAL_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_UNARY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ANY_VALUE_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_CLASSES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ONE_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_ONE_OF_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EL_QL_RL_DIFFERENT_INDIVIDUALS_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- EMPTY - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- EnhNodeFactory - Interface in org.apache.jena.ontapi.common
-
An
EnhNodefactory abstraction, that is an ONT-API analogue of theJena Implementation Factory. - EnhNodeFilter - Interface in org.apache.jena.ontapi.common
-
To filter resources.
- EnhNodeFilter.HasOneOfType - Class in org.apache.jena.ontapi.common
- EnhNodeFilter.HasPredicate - Class in org.apache.jena.ontapi.common
- EnhNodeFilter.HasType - Class in org.apache.jena.ontapi.common
- EnhNodeFinder - Interface in org.apache.jena.ontapi.common
-
A class-helper to perform the preliminary resource search in a model.
- EnhNodeFinder.ByPredicate - Class in org.apache.jena.ontapi.common
- EnhNodeFinder.ByType - Class in org.apache.jena.ontapi.common
- EnhNodeFinder.ByTypes - Class in org.apache.jena.ontapi.common
- EnhNodeProducer - Interface in org.apache.jena.ontapi.common
-
To make some preparation while creating (create main triple).
- EnhNodeProducer.Default - Class in org.apache.jena.ontapi.common
-
The base maker implementation for our project.
- EnhNodeProducer.WithType - Class in org.apache.jena.ontapi.common
-
to create a triple representing declaration.
- equivalentClasses() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- equivalentClasses() - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- equivalentClasses() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- equivalentClasses() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all equivalent classes.
- equivalentClasses() - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Lists all equivalent data ranges.
- equivalentClasses(OntGraphModelImpl, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- equivalentProperties() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- equivalentProperties() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- equivalentProperties() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Returns all equivalent data properties The statement pattern is
Ri owl:equivalentProperty Rj, whereRi- this property,Rj- the data property to return. - equivalentProperties() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Returns all equivalent object properties (i.e.
- equivalentProperties() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all properties that equivalent to this one.
- equivalentProperties(OntGraphModelImpl, Class<X>, X) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- EventManagerImpl() - Constructor for class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- EXACTLY - Enum constant in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- EXTRA_ROOT_TYPES - Static variable in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
F
- FALSE - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFilter
- FALSE - Static variable in class org.apache.jena.ontapi.utils.StdModels
- fetchBuiltinEntity(OntGraphModelImpl, String) - Static method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- fetchOntEntity(Class<E>, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Returns an entity of the given type and with the specified URI, creating it if needed.
- filter(ExtendedIterator<X>, Predicate<? super X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns an extended iterator consisting of the elements of the specified extended iterator that match the given predicate.
- find(EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Lists all enhanced nodes from the graph, with the interface that this factory encapsulates.
- find(EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFinder
-
Lists the nodes from the specified model by the encapsulated criterion.
- findActualClass(Class<? extends OntObject>) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- findActualClass(OntObject) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Finds a public
Ontology Objectclass-type. - findDisjointUnion(RDFNode) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Finds a
DisjointUnionlogical construction attached to this class by the specified rdf-node in the form ofOntList. - findFirst(Iterator<X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns an
Optionaldescribing the first element of the iterator, or an emptyOptionalif the iterator is empty. - findHasKey(RDFNode) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Finds a
HasKeylogical construction attached to this class expression by the specified rdf-node in the form ofOntList. - findList(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- findNodeAs(Node, Class<N>) - Method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Answers an enhanced node that wraps the given
nodeand conforms to the given interface type. - findNodeAs(Node, Class<N>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns a
RDFNodefor the given type and, if the result is present, caches it node at the model level. - findOntologyNameNode(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns OWL Ontology ID (either object in
any owl:versionIRI <uri>statement or subject in<uri> rdf:type owl:Ontologystatement). - findOntologyNameNode(Graph, boolean) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns OWL Ontology ID (either object in
any owl:versionIRI <uri>statement or subject in<uri> rdf:type owl:Ontologystatement). - findPropertyChain(RDFNode) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Finds the first
PropertyChainlogical construction attached to this property for the specified []-list as an object. - findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RestrictionImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.AnonymousImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.NamedImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Finds the first declaration root statement.
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.InversePropertyImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.AtomImpl
- findRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ImpImpl
- findShortestPath(Model, Resource, RDFNode, Predicate<Statement>) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Answers the shortest path from the
startresource to theendRDF node, such that every step on the path is accepted by the given filter. - findSubGraphByOntName(UnionGraph, Node) - Static method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
-
Finds ont subgraph by its ontology name (
owl:Ontologyorowl:versionIRI). - findVersionIRI(Graph, Node) - Static method in class org.apache.jena.ontapi.utils.Graphs
- FINISH_ADD_DATA_GRAPH - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- FINISH_CHANGE_ID - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- FINISH_DELETE_DATA_GRAPH - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- FINISH_READ_DATA_GRAPH - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- finishAddDataGraphEvent(Graph) - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- finishChangeIDEvent() - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- finishDeleteDataGraphEvent(Graph) - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- finishReadDataGraphEvent() - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- first() - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Answers the first element of the type
E. - flatHierarchy(UnionGraph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all graphs in the tree that is specified as
UnionGraph. - flatMap(ExtendedIterator<F>, Function<? super F, ? extends Iterator<? extends T>>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns an
Extended Iteratorconsisting of the results of replacing each element of the givenbaseiterator with the contents of a mapped iterator produced by applying the provided mapping function (map) to each element. - flatTree(Graph, Function<Graph, Graph>, Function<Graph, Stream<Graph>>) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all indivisible data graphs extracted from the composite or wrapper graph;
- forbidden(Class<? extends OntObject>) - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Gets system resources for the specified type.
- forbidden(Class<? extends OntObject>) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- forEach(Iterator<X>, Consumer<X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Performs
forEach. - FRACTION_DIGITS_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- FractionDigitsImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.FractionDigitsImpl
- from(OntPersonality) - Static method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Makes a full copy of the given
OntPersonalityin the form of modifiablebuilder. - fromDisjointUnionOf() - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Returns all class expressions from the right part of the statement with this class as a subject and
owl:disjointUnionOfas a predicate (the triple pattern:CN owl:disjointUnionOf ( C1 ... Cn )). - fromHasKey() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all key properties.
- fromPropertyChain() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Lists all members from the right part of statement
P owl:propertyChainAxiom ( P1 ... Pn ), wherePis this property. - fromSet(Supplier<Set<X>>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a
Streamfor a futureSet, which is produced by the factory-parametergetAsSet. - FULL - Enum constant in enum class org.apache.jena.ontapi.common.PunningsMode
-
Allow any entity type intersections.
G
- get(int) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- get(int) - Method in interface org.apache.jena.ontapi.model.OntList
-
Answers the list that is the tail of this list starting from the given position.
- get(Class<? extends T>) - Method in interface org.apache.jena.ontapi.common.ResourceVocabulary
-
Returns a
SetofJena Graph Nodes for the givenClass-type. - get(String) - Method in class org.apache.jena.ontapi.common.OntConfig
- get(String) - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Answers a
Setof system/builtinResources for the specified URI-key. - get(String) - Method in class org.apache.jena.ontapi.common.OntVocabulary.Impls.BaseImpl
- get(String) - Method in interface org.apache.jena.ontapi.GraphRepository
-
Gets Graph by ID.
- get(String) - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Gets the graph by its ID, which can be ontology id, location (file or uri) or arbitrary identifier, if there is a mapping for it.
- get(String) - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- get(Node) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
-
Returns the graph by its ontology name.
- get(Resource) - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Answers a
Setof system/builtinResources for the specified URI-key. - getAllAnnotations(OntStatement) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
For the specified
Statementgets all its annotation assertions recursively including their sub-annotations. - getAllResources() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Reserved
-
Resources + Properties
- getAnnotationList() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Returns the
Listof annotations sorted by some internal order. - getAnnotationList() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Returns the annotation objects attached to this statement in the form of
Listwith a fixed order. - getAnnotationProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- getAnnotationProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Punnings
- getAnnotationProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- getAnnotationProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
- getArg() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.UnaryImpl
- getArg() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.Unary
- getArgList() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- getArgList() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.WithBuiltin
-
Gets the argument's ONT-List.
- getAs(Class<X>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Safely converts this RDF resource to the given
typeinterface, if it is possible. - getAs(Class<X>) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Safely converts this RDF resource to the given
typeinterface, if it is possible. - getBase() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- getBase() - Method in interface org.apache.jena.ontapi.model.OntAnnotation
-
Returns the base statement, i.e. statement to which this bulk-annotation is attached.
- getBaseGraph() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getBaseGraph() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Returns the base (primary) graph.
- getBaseGraph() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Returns the base
Graph, i.e., the primary ontologicalGraphthat does not contain any subgraph hierarchy. - getBaseGraph() - Method in interface org.apache.jena.ontapi.UnionGraph
-
Returns the base (primary) data graph.
- getBaseModel() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getBaseModel() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Returns the
standard jena modelthat corresponds to thebase graph. - getBodyList() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ImpImpl
- getBodyList() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Imp
-
Gets the body ONT-List.
- getBoolean(Enum<?>) - Method in class org.apache.jena.ontapi.common.OntConfig
- getBoolean(String) - Method in class org.apache.jena.ontapi.common.OntConfig
- getBuiltinAnnotationProperties() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns a collection of all built-in properties with implicit
rdf:typeequal toowl:AnnotationProperty. - getBuiltinClasses() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns a collection of all built-in uri resources with implicit
rdf:typeequal toowl:Class. - getBuiltinDatatypeProperties() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns a collection of all built-in properties with implicit
rdf:typeequal toowl:DatatypeProperty. - getBuiltinDatatypes() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns a collection of all built-in uri-resources with implicit
rdf:typeequal tordfs:Datatype. - getBuiltinObjectProperties() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns a collection of all built-in properties with implicit
rdf:typeequal toowl:ObjectProperty. - getBuiltins() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Returns a builtins vocabulary.
- getBuiltins() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- getBuiltinSWRLs() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns a collection of all built-in uri resources with implicit
rdf:typeequal toswrl:Builtin. - getCardinality() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityRestrictionImpl
- getCardinality() - Method in interface org.apache.jena.ontapi.model.OntClass.CardinalityRestriction
-
Returns a cardinality number.
- getComment() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Answers the comment string for this object.
- getComment(String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Answers the comment string for this object.
- getConfig() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Returns the config.
- getConfig() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- getConfig() - Method in class org.apache.jena.ontapi.OntSpecification
- getDataProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- getDataProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
- getDatatype(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- getDatatype(Literal) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Retrieves a
datatypefrom the given literal. - getDatatype(Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
- getDatatypeProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- getDatatypeProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Punnings
- getDatatypes() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- getDatatypes() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Punnings
- getDeductionsModel() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns a derivations model.
- getDelegate(EnhGraph) - Method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
-
Finds and returns the
EnhNodeFactoryinstance for the encapsulatedobjecttype. - getDerivation(Statement) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns the derivation of the given statement (which should be the result of some previous list operation).
- getDirect() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.InversePropertyImpl
- getDirect() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty.Inverse
-
Returns a named object property companion.
- getEventManager() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Answers the ont event manager for this graph.
- getEventManager() - Method in interface org.apache.jena.ontapi.UnionGraph
- getFilter() - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- getFilter() - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
- getFinder() - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- getFinder() - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
- getFirstArg() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BinaryImpl
- getFirstArg() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.Binary
- getFirstRestStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Finds the first statement with predicate
rdf:restfrom this ONT-List. - getFirstTwoRestStatements() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Finds the first two statements with predicate
rdf:restfrom this ONT-List. - getGraphMaker() - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
-
Provides access to the underlying storage.
- getGraphOrNull(String) - Method in interface org.apache.jena.ontapi.GraphMaker
-
Returns the existing graph or null if it does not exist.
- getHeadList() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ImpImpl
- getHeadList() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Imp
-
Gets the head ONT-List.
- getID() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getID() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Gets the Ontology ID object.
- getImports(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns all uri-objects from the
_:x owl:imports _:uristatements. - getImports(Graph, boolean) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns all uri-objects from the
_:x owl:imports _:uristatements. - getImportsIRI() - Method in interface org.apache.jena.ontapi.model.OntID
-
Returns an IRI that can be used to create
owl:importsstatement in another model to make a reference between a model to which this id belongs and another model. - getIndividual(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- getIndividual(Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
- getInfGraph() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns
InfGraphornullif no-inf model - getLabel() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Answers the label string for this object.
- getLabel(String) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Answers the label string for this object.
- getLastRestStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Finds the last statement with predicate
rdf:restfrom this ONT-List. - getLastTwoRestStatements() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Finds the last two statements with predicate
rdf:restfrom this ONT-List. - getLCA(OntClass, OntClass) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Answers the lowest common ancestor of two classes.
- getLCA(OntClass, OntClass, OntClass) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Answers the lowest common ancestor of two classes, assuming that the given class is the root concept to start searching from.
- getList() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- getList() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- getList() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- getList() - Method in interface org.apache.jena.ontapi.model.OntDisjoint
-
Gets an unmodifiable []-list with items of the type
E - getList() - Method in interface org.apache.jena.ontapi.model.OntDisjoint.Individuals
-
Gets an
ONT-List. - getList() - Method in interface org.apache.jena.ontapi.model.OntDisjoint.DataProperties
-
Gets a modifiable []-list with items of the type
E. - getListStatements(RDFList) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Answers a set of all the RDF statements whose subject is one of the cells of the given list.
- getMainStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- getMainStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns the main
OntStatementwhich determines the nature of this ontological resource. - getMainStatement() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Returns the main
OntStatementwhich determines the nature of this ontological resource. - getMainStatement() - Method in interface org.apache.jena.ontapi.model.OntList
-
Returns the main triple (wrapped as
OntStatement) which determines the nature of this ontological resource. - getMaker() - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- getModel() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- getModel() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- getModel() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- getModel() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Returns the ontology model associated with this resource.
- getModel() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Gets the
Ontology RDF ModelthisStatementwas created in. - getModelOrNull(String, OntSpecification, GraphRepository) - Static method in class org.apache.jena.ontapi.OntModelFactory
- getModelOrNull(Node, OntSpecification, GraphRepository) - Static method in class org.apache.jena.ontapi.OntModelFactory
- getName() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Returns personality name, language profile.
- getName() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- getNamedClasses() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- getNamedClasses() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Punnings
- getNamedIndividuals() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- getNamedIndividuals() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Punnings
- getNodeAs(Node, Class<N>) - Method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Answers an enhanced node that wraps the given
nodeand conforms to the given interface type. - getNodeAs(Node, Class<N>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Answers an enhanced node that wraps the given node and conforms to the given interface type.
- getNodeAs(RDFNode, Class<X>) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Answers an enhanced node that wraps the given RDF node and conforms to the given interface
view. - getObject(Class<O>) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers a typed object of the statement.
- getObjectFactory(Class<? extends RDFNode>) - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Gets the implementation-factory for the specified object type, returning
nullif there isn't one available. - getObjectFactory(Class<? extends RDFNode>) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
-
Gets factory for
OntObject. - getObjectProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- getObjectProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Punnings
- getObjectProperty(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- getObjectProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
- getOntClass(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- getOntClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
- getOntEntity(Class<E>, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOntEntity(Class<E>, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Returns an ont-entity for the specified type and uri.
- getOntEntity(Class<E>, Resource) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Returns
OWL Entitywith the specified class-type anduri. - getOntPersonality() - Method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Returns the model personality, that is unmodifiable model's configuration storage.
- getOntPersonality() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOntProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
-
Returns a
Setof all OWL builtin properties (annotation, datatype and object named property expressions) - getOntType(O) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Determines the actual ontology object type.
- getOrdinal() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- getOrdinal() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- getOrdinal() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- getOWLBackwardCompatibleWith() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLBottomDataProperty() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOWLBottomDataProperty() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLBottomObjectProperty() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOWLBottomObjectProperty() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLDeprecated() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLIncompatibleWith() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLNothing() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOWLNothing() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLPriorVersion() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLThing() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOWLThing() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLTopDataProperty() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOWLTopDataProperty() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLTopObjectProperty() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getOWLTopObjectProperty() - Method in interface org.apache.jena.ontapi.model.OntModel
- getOWLVersionInfo() - Method in interface org.apache.jena.ontapi.model.OntModel
- getPersonality() - Method in class org.apache.jena.ontapi.OntSpecification
- getPredicate() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BinaryImpl
- getPredicate() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- getPredicate() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.IndividualsAtomImpl
- getPredicate() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.UnaryImpl
- getPredicate() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom
-
Returns the atom's predicate, which can be one of the following:
OntDataRange,OntObjectProperty,OntDataProperty,OntClass, URI-Resource,Property. - getPredicate(boolean) - Method in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- getPrefixMapping() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getPrefixMapping() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- getPrimary(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Gets the base (primary) base graph from a composite or wrapper graph if it is possible otherwise returns the same graph.
- getProperties() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Reserved
-
Gets all reserved IRIs, which are most likely used as a predicate in SPO of some schema graph.
- getProperty() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.OnPropertyRestrictionImpl
- getProperty() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- getProperty() - Method in interface org.apache.jena.ontapi.model.OntClass.NaryRestriction
-
Gets the first property from
owl:onProperties[]-list. - getProperty() - Method in interface org.apache.jena.ontapi.model.OntClass.UnaryRestriction
-
Gets the property, that this
OntClass.UnaryRestrictionhas inside its RDF structure on predicateowl:onProperty. - getProperty() - Method in interface org.apache.jena.ontapi.model.OntNegativeAssertion
-
Returns the assertion property.
- getPunnings() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Returns a punnings' vocabulary.
- getPunnings() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- getRawModel() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns the raw RDF model being processed (i.e. the argument to the
Reasoner.bind(Graph)call that created thisInfModel). - getRDFDatatype(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getRDFSComment() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getRDFSComment() - Method in interface org.apache.jena.ontapi.model.OntModel
- getRDFSIsDefinedBy() - Method in interface org.apache.jena.ontapi.model.OntModel
- getRDFSLabel() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getRDFSLabel() - Method in interface org.apache.jena.ontapi.model.OntModel
- getRDFSLiteral() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- getRDFSLiteral() - Method in interface org.apache.jena.ontapi.model.OntModel
- getRDFSSeeAlso() - Method in interface org.apache.jena.ontapi.model.OntModel
- getReasoner() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns the
Reasonerwhich is being used to answer queries to this graph ornullif reasoner is not supported by the model. - getReasonerFactory() - Method in class org.apache.jena.ontapi.OntSpecification
- getReasonerFactoryByURL(Resource, Resource) - Static method in class org.apache.jena.ontapi.assemblers.OntReasonerFactoryAssembler
-
Answers a ReasonerFactory which delivers reasoners with the given URL
reasonerURL. - getRequiredObject(Property, Class<T>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns an object from a first found statement with specified predicate.
- getRequiredProperty(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns an ont-statement with the given subject and property.
- getRequiredProperty(Property) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Returns the first statement for the specified property.
- getReserved() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Returns a reserved vocabulary.
- getReserved() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- getResources() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Reserved
-
Gets all reserved IRIs, which are most likely used as an object in SPO of some schema graph.
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.AtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DataPropertyAtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DataRangeAtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DifferentIndividualsAtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ObjectPropertyAtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.OntClassAtomImpl
- getResourceType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.SameIndividualsAtomImpl
- getSecondArg() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BinaryImpl
- getSecondArg() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Atom.Binary
- getSource() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- getSource() - Method in interface org.apache.jena.ontapi.model.OntNegativeAssertion
-
Returns the source individual.
- getSpliteratorCharacteristics(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns a
Spliteratorcharacteristics based on graph analysis. - getSubGraphs() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Returns the underlying graph, possible empty.
- getSubject() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- getSubject() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
An accessor method to return the subject of the statements in form of
Ontology Object. - getSubject(Class<N>) - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- getSubject(Class<S>) - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers a typed subject of the statement.
- getSubjectNode() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- getSystemProperties() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns all reserved properties: OWL2 ontology cannot contain assertion with predicate belonging to the return collection.
- getSystemResources() - Method in interface org.apache.jena.ontapi.common.OntVocabulary
-
Returns all reserved resources: OWL entities cannot have an uri belonging to the return collection.
- getTarget() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl.DataAssertionImpl
- getTarget() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl.ObjectAssertionImpl
- getTarget() - Method in interface org.apache.jena.ontapi.model.OntNegativeAssertion
-
Returns the target node.
- getTopModel() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Gets the top-level
Ontology Graph Model impl. - getUnionGraph() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns
UnionGraph. - getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityRestrictionImpl
- getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComplementOfImpl
- getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComponentRestrictionImpl
- getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.ComplementOfImpl
- getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.RestrictionImpl
- getValue() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl
- getValue() - Method in interface org.apache.jena.ontapi.model.OntClass.NaryRestriction
-
Gets an RDF-value (a filler in OWL-API terms) encapsulated by this expression (that can be either
classordata rangeexpression). - getValue() - Method in interface org.apache.jena.ontapi.model.OntFacetRestriction
-
Answers the value of this Facet Restriction.
- getVersionInfo() - Method in interface org.apache.jena.ontapi.model.OntID
-
Answers the version info string for this ontology id.
- getVersionInfo(String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Answers the version info string for this ontology id.
- getVersionIRI() - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- getVersionIRI() - Method in interface org.apache.jena.ontapi.model.OntID
-
Returns an IRI from the right side of
this owl:versionIRI IRIstatement if it is uniquely determined. - graph - Static variable in class org.apache.jena.ontapi.assemblers.OA
- graphBaseContains(Triple) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Answers
trueif the graph contains any triple matchingt. - graphBaseSize() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- graphIRI - Static variable in class org.apache.jena.ontapi.assemblers.OA
- GraphListenerBase - Class in org.apache.jena.ontapi.impl
-
Base implementation of
GraphListener. - GraphListenerBase() - Constructor for class org.apache.jena.ontapi.impl.GraphListenerBase
- graphLocation - Static variable in class org.apache.jena.ontapi.assemblers.OA
- GraphMaker - Interface in org.apache.jena.ontapi
-
A factory for providing instances of named graphs with appropriate storage models.
- GraphRepository - Interface in org.apache.jena.ontapi
-
Graph repository.
- graphs() - Method in interface org.apache.jena.ontapi.GraphMaker
-
Lists all graphs.
- graphs() - Method in interface org.apache.jena.ontapi.GraphRepository
-
Lists all graphs.
- graphs() - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- graphs() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.SubGraphs
-
Lists all sub-graphs.
- Graphs - Class in org.apache.jena.ontapi.utils
-
Helper to work with
Jena Graph(generally with ourUnionGraph) and with its related objects:TripleandNode. - Graphs() - Constructor for class org.apache.jena.ontapi.utils.Graphs
H
- HAS_SELF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- hasAnnotatedProperty(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- hasAnnotatedTarget(RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- hasAnnotations() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- hasAnnotations() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers
trueiff this statement has any annotations attached (either plain or bulk). - hasAtLeast(Iterator<?>, int) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Answers
trueiff the given iterator has more thannor equal tonelements. - hasDeclaredProperty(OntProperty, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- hasDeclaredProperty(OntProperty, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- hasDeclaredProperty(OntProperty, boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Returns
trueif the given property is associated with a frame-like view of this class. - hasDirectNode(X, X, boolean, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
- hasDirectNodeStandard(X, X, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
- hasDirectNodeWithBuiltinInf(X, X, Function<X, Stream<X>>) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
- hasExactly(Iterator<?>, int) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Answers
trueiff the given iterator has exactlynelements. - hasGraph(String) - Method in interface org.apache.jena.ontapi.GraphMaker
-
Returns true iff the factory has a graph with the given name
- hasGraph(Node) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
- hasImport(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- hasImport(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Answers
trueif the model has a graph with the given uri both inowl:importsand graph-hierarchy. - hasImport(OntModel) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- hasImport(OntModel) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Answers
trueif the given model is present in theowl:importsof this model. - hasImports(Graph, String) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueif the given uri is present in the import closure. - hasKeys() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- hasKeys() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- hasKeys() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all
HasKeyontology []-lists that are attached to this class expression on predicateowl:hasKey. - hasNext() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl.RDFListIterator
- hasOneOfType(Node, Graph, Set<Node>) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
true, if there is a declarationnode rdf:type $type, where $type is one of the specified types. - HasOneOfType(Collection<Resource>) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFilter.HasOneOfType
- hasOntClass(OntClass, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- hasOntClass(OntClass, boolean) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Answers
trueif the given class is in the class-type closure. - HasPredicate(Property) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFilter.HasPredicate
- HasSelfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.HasSelfImpl
- hasSubClass(OntClass, boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers
trueif the given class is a subclass of this class. - hasSubGraph() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- hasSubGraph() - Method in interface org.apache.jena.ontapi.UnionGraph
-
Answers
trueiff thisUnionGraphhas sub-graphs. - hasSubProperty(OntProperty, boolean) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Answers
trueif the given property is a sub-property of this property. - hasSuperClass(OntClass, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- hasSuperClass(OntClass, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- hasSuperClass(OntClass, boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers
trueif the given class is a superclass of this class. - hasSuperClass(OntClass, OntClass, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- hasSuperProperty(OntProperty, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- hasSuperProperty(OntProperty, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- hasSuperProperty(OntProperty, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- hasSuperProperty(OntProperty, boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- hasSuperProperty(OntProperty, boolean) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Answers
trueif the given property is a super-property of this property. - hasSuperProperty(X, X, Class<X>, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- hasType(Resource) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Answers
trueiff this object has the declaration triplethis rdf:type type, wheretypeis what specified as parameter. - HasType(Resource) - Constructor for class org.apache.jena.ontapi.common.EnhNodeFilter.HasType
- head() - Method in interface org.apache.jena.ontapi.model.OntSWRL.Imp
- hierarchyRoots() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- hierarchyRoots() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Answers a
Streamover the classes in this ontology model that represent the uppermost nodes of the class hierarchy. - HierarchySupport - Class in org.apache.jena.ontapi.impl
-
Helper class to handle resource hierarchy.
- HierarchySupport() - Constructor for class org.apache.jena.ontapi.impl.HierarchySupport
I
- IARG_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- IArgImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.IArgImpl
- id() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- id() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Finds an Ontology ID object.
- ID - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ID - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ids() - Method in interface org.apache.jena.ontapi.GraphRepository
- ids() - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Lists all graph's identifiers.
- ids() - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- IllegalArgument() - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalArgument
- IllegalArgument(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalArgument
- IllegalArgument(String, Throwable) - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalArgument
- IllegalCall() - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalCall
- IllegalCall(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalCall
- IllegalState() - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalState
- IllegalState(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalState
- IllegalState(String, Throwable) - Constructor for exception org.apache.jena.ontapi.OntJenaException.IllegalState
- ImpImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ImpImpl
- IMPL_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- Impls() - Constructor for class org.apache.jena.ontapi.common.OntVocabulary.Impls
- importModels - Static variable in class org.apache.jena.ontapi.assemblers.OA
- imports() - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- imports() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- imports() - Method in interface org.apache.jena.ontapi.model.OntID
-
Lists all
owl:imports. - imports() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all sub-models that belong to the top-level hierarchy and have
owl:importreference inside the base graph. - imports(OntPersonality) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists all top-level sub-models built with the given
personality. - independent() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Determines whether this model is independent.
- INDIVIDUAL_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- individuals() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- individuals() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all individuals taking into account class hierarchy.
- individuals() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all class-asserted individuals.
- individuals(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- individuals(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- individuals(boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all individuals, directly or indirectly connected to this class.
- IndividualsAtomImpl(Node, EnhGraph, Property) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.IndividualsAtomImpl
- IndividualsImpl(Node, EnhGraph, boolean, boolean) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- init() - Static method in class org.apache.jena.ontapi.OntModelFactory
-
Initializes Jena System.
- InitOntAPI - Class in org.apache.jena.ontapi.sys
- InitOntAPI() - Constructor for class org.apache.jena.ontapi.sys.InitOntAPI
- inModel(Model) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- inModel(Model) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- inModel(Model) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- inModel(Model) - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- INTERSECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- INTERSECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- INTERSECTION_OF_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- IntersectionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.IntersectionOfImpl
- IntersectionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.IntersectionOfImpl
- INVERSE_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- inverseProperties() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- inverseProperties() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Lists all object properties from the right part of the statement
_:this owl:inverseOf P. - inverseProperty() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Finds the first object property from the right part of the statements
_:x owl:inverseOf PNorP1 owl:inverseOf P2. - InversePropertyImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.InversePropertyImpl
- invertTriple(Triple) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Inverts the given triple so that the new triple has the same subject as the given object, and the same object as the given subject.
- isAnnotationAssertion() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers
trueiff this is an annotation assertion. - isAnnotationRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- isANY(Resource, Property, RDFNode) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Answers
trueiff the givenSPOcorrespondsTriple.ANY. - isAsymmetric() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isAsymmetric() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.NamedImpl
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- isBuiltIn() - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- isBuiltIn() - Method in interface org.apache.jena.ontapi.model.OntEntity
-
Determines if this is a builtin entity.
- isBuiltIn(E) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Answers
trueif the given entity is built-in. - isDeclaration() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers
trueiff this statement is a declaration:@any rdf:type @any. - isDisjoint(OntClass, Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- isDisjoint(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- isDisjoint(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- isDisjoint(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers
trueif this class is disjoint with the given class. - isDistinct() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Answers
trueiff this graph is distinct. - isDistinct() - Method in interface org.apache.jena.ontapi.UnionGraph
-
Answers
trueiff this graph is distinct, which means that the methodGraph.find(Triple)does not produce duplicates. - isDistinct(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueiff the given graph is distinct. - isEmpty() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- isEmpty() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- isEmpty() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.SubGraphs
-
Answers
trueiff this container is empty. - isEmpty() - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Answers
trueif this list contains no elements of the typeE. - isEventOfType(Object, String) - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- isFunctional() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- isFunctional() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isFunctional() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Answers
trueiff it is a functional (data or object) property expression. - isGraphInf(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueif the graph specified isInfGraph. - isGraphMem(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueif the graph specified isGraphMem. - isHierarchyRoot() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- isHierarchyRoot() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- isHierarchyRoot() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers true if this class is one of the roots of the local class hierarchy.
- isHierarchyRoot(OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- isInList(Model, Resource) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Determines is s specified resource belongs to a list.
- isInList(Statement) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Answers
trueiff the given statement belongs to some []-list. - isInverseFunctional() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isInverseFunctional() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- isIrreflexive() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isIrreflexive() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- isLocal() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.AnonymousImpl
- isLocal() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- isLocal() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- isLocal() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- isLocal() - Method in interface org.apache.jena.ontapi.model.OntList
-
Determines if this Ontology List is locally defined.
- isLocal() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Determines if this Ontology Resource is locally defined.
- isLocal() - Method in interface org.apache.jena.ontapi.model.OntStatement
-
Answers
trueiff this statement is in the base graph. - isNamedTriple(Triple) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueif all parts of the given RDF triple are URIs (i.e., not blank nodes or literals). - isNil() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- isNil() - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Answers
trueif it is a nil []-list. - isNil(RDFNode) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Answers
trueif the givenRDF-Nodeis nil []-list. - isNonNegativeInteger(Node) - Static method in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- isNonQualified(Node, EnhGraph) - Method in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- isOntGraph(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Checks whether the specified graph is ontological, that is, has an OWL header.
- isOntUnionGraph(UnionGraph, boolean) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Checks whether the specified graph is ontological, that is, has a hierarchy synchronized with the
owl:imports&owl:Ontologyrelationships. - isProperty() - Method in interface org.apache.jena.ontapi.model.OntNamedProperty
- isQualified() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityRestrictionImpl
- isQualified() - Method in interface org.apache.jena.ontapi.model.OntClass.CardinalityRestriction
-
Determines if this restriction is qualified.
- isQualified(Node, EnhGraph, Class<? extends RDFNode>) - Method in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- isQualified(OntObject) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- isRDFS(OntPersonality) - Static method in class org.apache.jena.ontapi.common.OntPersonalities
- isReflexive() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isReflexive() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- isReservedOrBuiltin(OntObject) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns
trueif the given object is from reserved vocabulary (e.g. - isRootStatement() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Answers
trueiff this statement is a main (i.e. it is a definition of someOntObject). - isSameBase(Graph, Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueiff the two input graphs are based on the same primitive graph. - isSized(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueiff the givengraphhas known size and therefore the operationgraph.size()does not take significant efforts. - isSymmetric() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isSymmetric() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- isTransitive() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- isTransitive() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
- isValid(RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Answers
trueif the givenRDF-Nodeis valid to be a typed element of this list. - isWrapper(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
trueif the given graph can be unwrapped. - iterator(EnhGraph) - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- iterator(EnhGraph) - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
- iterator(EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Returns an
Extended Iteratorover thenodes found in theEnhGraphin the form ofEnhNodewith the interface that this factory encapsulates. - iterator(EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeFinder.ByPredicate
- iterator(EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeFinder.ByType
- iterator(EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeFinder.ByTypes
- iterator(EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFinder
-
Returns an iterator over the nodes in the given model, which satisfy some criterion, specific to this
EnhNodeFinder. - iterator(EnhGraph) - Method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- Iterators - Class in org.apache.jena.ontapi.utils
-
Misc utils to work with Iterators, Streams, Collections, etc.
- Iterators() - Constructor for class org.apache.jena.ontapi.utils.Iterators
L
- LANG_RANGE_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- LangRangeImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.LangRangeImpl
- last() - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Answers the last element of the type
E. - LENGTH_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- LengthImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.LengthImpl
- level() - Method in class org.apache.jena.ontapi.sys.InitOntAPI
- listAllAnnotations(OntStatement) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
For the specified
Statementlists all its annotation assertions recursively including their sub-annotations. - listAllNodes(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all unique nodes in the given graph.
- listAnnotationLiterals(OntAnnotationProperty) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns an iterator over all literal's annotations.
- listAnnotationResources() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Returns the iterator of annotation objects attached to this statement.
- listAnnotationResources(OntGraphModelImpl, OntStatementImpl) - Static method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Lists all (bulk) annotation anonymous resources form the specified model and for the given statement (SPO).
- listAnnotations() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- listAnnotations() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all related annotation assertions.
- listAnnotations() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Lists all annotation assertion statements related to this one.
- listAnnotations(OntObject) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all direct object's annotations.
- listAnnotations(OntStatement) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Returns an iterator over all direct annotations of the given ontology statement.
- listAnnotations(Resource, Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists all (bulk) annotation anonymous resources for the given
rdf:typeand SPO. - listAssertions() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- listAssertions() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns an iterator over object's annotation property assertions.
- listClassAssertions() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
-
Lists all class assertion statements.
- listClasses() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
-
Lists all right parts from class assertion statements where this individual is at subject position.
- listClasses(OntIndividual) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all class-types for the given individual.
- listContent() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- listDescendants() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
-
Returns an iterator over all descendants of this ont-annotation resource.
- listeners() - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- listeners() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
-
Lists all encapsulated listeners.
- listeners() - Method in interface org.apache.jena.ontapi.UnionGraph.EventManager
-
Lists all encapsulated listeners.
- listeners(Class<L>) - Method in interface org.apache.jena.ontapi.UnionGraph.EventManager
-
Lists all encapsulated listeners for the given type.
- listEntityTypes() - Static method in interface org.apache.jena.ontapi.model.OntEntity
-
Lists all OWL entity types.
- listFactories() - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
-
Lists all sub-factories.
- listGraphs() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.SubGraphs
-
Lists all sub-graphs.
- listHasKeys(OntGraphModelImpl, OntClass) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- listHierarchyRoots() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- listImportModels(OntPersonality, Reasoner) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists
model impls with the specifiedpersonalityfrom the top tier of the imports' hierarchy. - listImportResources() - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- listImports(Graph, boolean) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns an
ExtendedIteratorover all URIs from the_:x owl:imports _:uristatements. - listImports(OntModel) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all imported models from the given one.
- listIndividuals() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns an
ExtendedIteratorover all individuals that participate in class assertion statementa rdf:type C. - listIndividuals(M, Set<String>, ExtendedIterator<Triple>) - Static method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Filters
OntIndividuals from the specifiedExtendedIterator. - listLocalEntities(OntModel) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all OWL entities that are defined in the base graph.
- listLocalObjects(OntModel, Class<? extends O>) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all ontology objects with the given
typethat are defined in the base graph. - listLocalOntEntities() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
The same as
OntGraphModelImpl.listOntEntities()but for the base graph. - listLocalOntObjects(Class<? extends O>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
The same as
OntGraphModelImpl.listOntObjects(Class), but for the base graph. - listLocalStatements(OntModel, Resource, Property, RDFNode) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all model statements, which belong to the base graph, using the given SPO.
- listLocalStatements(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists all statements in the base model that match a pattern in the form of
Extended Iterator. - listMembers() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- listMembers() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- listMembers() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Lists all elements of type
Efrom this list. - listMembers(RDFNodeList<R>) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Lists all members from
Ontology List. - listNegativeAssertions() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- listObjects(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all objects for the given predicate.
- listObjects(Property, Class<O>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all objects for the given predicate and type, considering this instance in a subject relation.
- listOntEntities() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists all Ontology Entities.
- listOntHeaderTriples(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all triples which related to ontology header somehow.
- listOntObjects(Class<? extends O>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists all
Ontology Objects and caches them inside this model. - listOntObjects(M, Class<? extends O>) - Static method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Lists all
OntObjects for the givenOntGraphModelImpl. - listOntologyNodes(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all subjects from
uriOrBlankNode rdf:type owl:Ontologystatements. - listOntStatements(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Returns an
extended iteratorover all the statements in the model that match a pattern. - listPredicates() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- listPredicateStatements() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- listProperties() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- listProperties(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- listRelatedStatements(OntAnnotation) - Static method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
-
Lists annotation assertions plus sub-annotation root statements.
- lists() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityRestrictionImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComplementOfImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComponentRestrictionImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.HasSelfImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.OnPropertyRestrictionImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.ComplementOfImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.RestrictionImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all object's characteristic statements according to its OWL2 specification.
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BinaryImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DArgImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ImpImpl
- listSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.UnaryImpl
- listSplitStatements() - Method in class org.apache.jena.ontapi.impl.objects.OntStatementImpl
-
Splits the statement into several equivalent ones but with disjoint annotations.
- listSplitStatements(OntStatement) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Returns an
ExtendedIteratorover allOntology Statements, which are obtained from splitting the given statement into several equivalent ones but with disjoint annotations. - listStatements() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns an
Extended Iteratorover all the properties of this resource. - listStatements(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all the values of the property
p. - listStatements(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- listStatements(Resource, Property, RDFNode, Model) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Finds all the statements matching a pattern.
- listSubGraphBases() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Lists all indivisible (base) data
Graphs that are encapsulated either in the hierarchy or (which is possible) inside thebase(root) graph itself. - listSubjects(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all unique subject nodes in the given graph.
- listSubjects(Property, Class<S>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all subjects for the given predicate and type, considering this instance in an object relation.
- listSubjectsAndObjects(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Lists all unique nodes in the given graph, which are used in a subject or an object positions.
- LITERAL - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- loadedGraphs() - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Returns all already loaded graphs.
- localStatements() - Method in interface org.apache.jena.ontapi.model.OntModel
- localStatements(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- localStatements(Resource, Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all statements from the
base graphfor the specified subject, predicate and object. - lock() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- lock() - Method in interface org.apache.jena.ontapi.model.OntModel
M
- makeOntologyHeaderNode(Graph, Node) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Creates (if absents) a new ontology header (
node rdf:type owl:Ontology) for the specified node, removing existing ontology headers (if any) and moving their contents to the new header. - makeOntUnion(Graph, Collection<Graph>, Function<Graph, UnionGraph>) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Assembles the hierarchical ontology
Union Graphfrom the specified components in accordance with theirowl:importsandowl:Ontologydeclarations. - makeOntUnionFrom(Graph, Function<Graph, UnionGraph>) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Creates an ontology
UnionGraphfrom the specifiedgraphof arbitrary nature. - MAX - Enum constant in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- MAX_EXCLUSIVE_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- MAX_INCLUSIVE_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- MAX_LENGTH_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- MaxExclusiveImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MaxExclusiveImpl
- MaxInclusiveImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MaxInclusiveImpl
- MaxLengthImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MaxLengthImpl
- members() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- members() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.QLRLClassesImpl
- members() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- members() - Method in interface org.apache.jena.ontapi.model.OntDisjoint.Individuals
-
Lists all members from []-list on predicate
owl:memberswith concatenation all members from []-list on predicateowl:distinctMembers. - members() - Method in interface org.apache.jena.ontapi.model.OntDisjoint
-
Lists all pair-wise disjoint members holding by this
Ontology Disjointresource. - members() - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Lists all elements of the type
Efrom this list. - MIN - Enum constant in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
- MIN_EXCLUSIVE_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- MIN_INCLUSIVE_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- MIN_LENGTH_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- MinExclusiveImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MinExclusiveImpl
- MinInclusiveImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MinInclusiveImpl
- MinLengthImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MinLengthImpl
N
- NAMED_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- NAMED_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- NAMED_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- NAMED_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- NAMED_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- NAMED_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- NAMED_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- NAMED_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- NAMED_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- NAMED_OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- namedHierarchyRoots(OntModel) - Static method in class org.apache.jena.ontapi.utils.OntModels
-
Answers a stream of the named hierarchy roots of a given OntModel.
- NamedImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.NamedImpl
- NamedImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- NamedImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- namedIndividuals() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all named individuals, i.e. all those individuals which have explicitly
owl:NamedIndividualdeclaration. - names() - Method in interface org.apache.jena.ontapi.GraphMaker
-
Answers a
Streamwhere each element is the name of a graph in the maker, and the complete sequence exhausts the set of names. - NARY_DATA_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- NARY_DATA_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- NaryDataAllValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryDataAllValuesFromImpl
- NaryDataSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryDataSomeValuesFromImpl
- negativeAssertions() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- negativeAssertions() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Lists all negative property assertions.
- negativeAssertions() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all negative property assertions for this individual.
- negativeAssertions() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Returns all associated negative object property assertions.
- negativeAssertions() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all negative property assertions.
- negativeAssertions(OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Returns all associated negative data property assertions for the specified source individual.
- negativeAssertions(OntIndividual) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Returns all associated negative object property assertions for the specified source individual.
- negativeAssertions(OntRelationalProperty) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all negative property assertions for this individual and the given property.
- newInstance(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeProducer.Default
- newInstance(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeProducer
-
Wraps the given
nodeas aJena RDFNode. - next() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl.RDFListIterator
- next() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl.SafeRDFListIterator
- NIL - Static variable in class org.apache.jena.ontapi.impl.objects.OntListImpl.RDFListIterator
- NODE - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- noneMatch(Iterator<X>, Predicate<? super X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns whether no elements of the given iterator match the provided predicate.
- NOTHING - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFinder
- notifyAddArray(Graph, Triple[]) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyAddIterator(Graph, Iterator<Triple>) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyAddIterator(Graph, List<Triple>) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyAddList(Graph, List<Triple>) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyAddTriple(Graph, Triple) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyDeleteArray(Graph, Triple[]) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyDeleteIterator(Graph, Iterator<Triple>) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyDeleteIterator(Graph, List<Triple>) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyDeleteList(Graph, List<Triple>) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyDeleteTriple(Graph, Triple) - Method in class org.apache.jena.ontapi.impl.GraphListenerBase
- notifyEvent(Object) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- notifyEvent(Object) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Notifies any listeners that the
eventhas occurred. - notifyEvent(Graph, Object) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- notifySubGraphAdded(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- notifySubGraphAdded(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- notifySubGraphAdded(UnionGraph, Graph) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called after
UnionGraph.addSubGraph(Graph). - notifySubGraphRemoved(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- notifySubGraphRemoved(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- notifySubGraphRemoved(UnionGraph, Graph) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called after
UnionGraph.removeSubGraph(Graph). - notifySuperGraphAdded(UnionGraph, UnionGraph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- notifySuperGraphAdded(UnionGraph, UnionGraph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- notifySuperGraphAdded(UnionGraph, UnionGraph) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called after
UnionGraph.addSubGraph(Graph). - notNull(T) - Static method in exception org.apache.jena.ontapi.OntJenaException
- notNull(T, String) - Static method in exception org.apache.jena.ontapi.OntJenaException
- NS - Static variable in class org.apache.jena.ontapi.assemblers.OA
O
- OA - Class in org.apache.jena.ontapi.assemblers
- OA() - Constructor for class org.apache.jena.ontapi.assemblers.OA
- object(Property, Class<T>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Finds a first object with the given
rdf:typeattached to this ontology object on the givenpredicate. - OBJECT_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_HAS_VALUE_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_HAS_VALUE_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_MAX_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_MAX_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_MIN_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_MIN_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_NEGATIVE_PROPERTY_ASSERTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_PROPERTIES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OBJECT_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OBJECT_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ObjectAllValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectAllValuesFromImpl
- ObjectAssertionImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl.ObjectAssertionImpl
- ObjectCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectCardinalityImpl
- ObjectHasValueImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectHasValueImpl
- ObjectMaxCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectMaxCardinalityImpl
- ObjectMinCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectMinCardinalityImpl
- objectProperties() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all named object property expressions (object properties in short).
- ObjectPropertiesImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.ObjectPropertiesImpl
- ObjectPropertyAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ObjectPropertyAtomImpl
- objects(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all objects for the given predicate.
- objects(Property) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all objects attached on the property to this object.
- objects(Property, Class<O>) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all objects attached on the property to this object with the given type.
- objects(Property, Class<O>) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all objects attached on the property to this object with the given type.
- ObjectSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectSomeValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComplementOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataAllValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataCardinalityImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataHasValueImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataMaxCardinalityImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataMinCardinalityImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.DataSomeValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.HasSelfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.IntersectionOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryDataAllValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryDataSomeValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectAllValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectCardinalityImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectHasValueImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectMaxCardinalityImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectMinCardinalityImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ObjectSomeValuesFromImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.OneOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.OnPropertyRestrictionImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.RestrictionImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.UnionOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.ComplementOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.IntersectionOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.OneOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.RestrictionImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.UnionOfImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.ClassesImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.DataPropertiesImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.IndividualsImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.ObjectPropertiesImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.QLRLClassesImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.FractionDigitsImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.LangRangeImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.LengthImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MaxExclusiveImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MaxInclusiveImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MaxLengthImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MinExclusiveImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MinInclusiveImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.MinLengthImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.PatternImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.TotalDigitsImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.AnonymousImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl.NamedImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl.DataAssertionImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl.ObjectAssertionImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Gets a public ont-object type identifier.
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.InversePropertyImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl.NamedImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltInAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.BuiltinImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DArgImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DataPropertyAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DataRangeAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.DifferentIndividualsAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.IArgImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ImpImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.ObjectPropertyAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.OntClassAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.SameIndividualsAtomImpl
- objectType() - Method in class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.VariableImpl
- objectType() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Gets a public ont-object type identifier.
- of() - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new
Extended Iterator} containing nothing. - of(Class<? extends RDFNode>) - Static method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- of(X) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new
Extended Iterator} containing a single specified element. - of(X...) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Creates a new
Extended Iterator} containing the specified elements. - off() - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- off() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- off() - Method in interface org.apache.jena.ontapi.UnionGraph.EventManager
-
Turns off all listeners.
- on() - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- on() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- on() - Method in interface org.apache.jena.ontapi.UnionGraph.EventManager
-
Turns on all listeners.
- onAddSubGraph(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- onAddSubGraph(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- onAddSubGraph(UnionGraph, Graph) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called before
UnionGraph.addSubGraph(Graph). - onAddTriple(UnionGraph, Triple) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- onAddTriple(UnionGraph, Triple) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- onAddTriple(UnionGraph, Triple) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called before
Graph.add(Node, Node, Node)&Graph.add(Triple). - onClear(UnionGraph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- onClear(UnionGraph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- onClear(UnionGraph) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called before
Graph.clear(). - onDeleteTriple(UnionGraph, Triple) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- onDeleteTriple(UnionGraph, Triple) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- onDeleteTriple(UnionGraph, Triple) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called before
Graph.delete(Node, Node, Node)&Graph.delete(Triple)&Graph.remove(Node, Node, Node). - ONE_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ONE_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- ONE_OF_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- ONE_OF_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- OneOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.OneOfImpl
- OneOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.OneOfImpl
- OnPropertyRestrictionImpl(Node, EnhGraph, Class<P>) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.OnPropertyRestrictionImpl
- onRemoveSubGraph(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphListener
- onRemoveSubGraph(UnionGraph, Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.EventManagerImpl
- onRemoveSubGraph(UnionGraph, Graph) - Method in interface org.apache.jena.ontapi.UnionGraph.Listener
-
Called before
UnionGraph.removeSubGraph(Graph). - OntAnnotation - Interface in org.apache.jena.ontapi.model
-
A Bulk Annotation
Ontology Object. - OntAnnotationImpl - Class in org.apache.jena.ontapi.impl.objects
-
The implementation of
AnnotationOntology Object. - OntAnnotationImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- OntAnnotationProperty - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating a {named} Annotation Property.
- OntAnnotationPropertyImpl - Class in org.apache.jena.ontapi.impl.objects
-
Implementation of Annotation Property abstraction (a URI-
Resourcewithowl:AnnotationPropertytype). - OntAnnotationPropertyImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- ontClass() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Answers a class to which this individual belongs, If there is more than one such class, an arbitrary selection is made.
- OntClass - Interface in org.apache.jena.ontapi.model
-
A base abstraction for any Class Expressions (both named and anonymous).
- OntClass.CardinalityRestriction<O extends OntObject,
P extends OntRelationalProperty> - Interface in org.apache.jena.ontapi.model -
An abstraction for Cardinality Restrictions.
- OntClass.CollectionOf<O extends OntObject> - Interface in org.apache.jena.ontapi.model
-
An abstract class expression that unites class expressions consisting of multiple components.
- OntClass.ComplementOf - Interface in org.apache.jena.ontapi.model
- OntClass.ComponentRestriction<O extends org.apache.jena.rdf.model.RDFNode,
P extends OntRelationalProperty> - Interface in org.apache.jena.ontapi.model -
An abstract class expression (Restriction) that has component (i.e., 'filler' in OWL-API terms): all Cardinality Restrictions, Existential/Universal Restrictions, Individual/Literal Value Restrictions.
- OntClass.DataAllValuesFrom - Interface in org.apache.jena.ontapi.model
- OntClass.DataCardinality - Interface in org.apache.jena.ontapi.model
- OntClass.DataHasValue - Interface in org.apache.jena.ontapi.model
- OntClass.DataMaxCardinality - Interface in org.apache.jena.ontapi.model
- OntClass.DataMinCardinality - Interface in org.apache.jena.ontapi.model
- OntClass.DataSomeValuesFrom - Interface in org.apache.jena.ontapi.model
- OntClass.HasSelf - Interface in org.apache.jena.ontapi.model
- OntClass.IntersectionOf - Interface in org.apache.jena.ontapi.model
- OntClass.LogicalExpression - Interface in org.apache.jena.ontapi.model
-
Describes Boolean Connectives and Enumeration of Individuals (
OntClass.ComplementOf,OntClass.UnionOf,OntClass.IntersectionOfandOntClass.OneOf). - OntClass.Named - Interface in org.apache.jena.ontapi.model
-
An Ontology Class
Entity, a named class expression. - OntClass.NaryDataAllValuesFrom - Interface in org.apache.jena.ontapi.model
- OntClass.NaryDataSomeValuesFrom - Interface in org.apache.jena.ontapi.model
- OntClass.NaryRestriction<O extends OntObject,
P extends OntRelationalProperty> - Interface in org.apache.jena.ontapi.model -
An abstraction that unites all
Restrictions with the predicateowl:onProperties. - OntClass.ObjectAllValuesFrom - Interface in org.apache.jena.ontapi.model
- OntClass.ObjectCardinality - Interface in org.apache.jena.ontapi.model
- OntClass.ObjectHasValue - Interface in org.apache.jena.ontapi.model
- OntClass.ObjectMaxCardinality - Interface in org.apache.jena.ontapi.model
- OntClass.ObjectMinCardinality - Interface in org.apache.jena.ontapi.model
- OntClass.ObjectSomeValuesFrom - Interface in org.apache.jena.ontapi.model
- OntClass.OneOf - Interface in org.apache.jena.ontapi.model
- OntClass.Restriction - Interface in org.apache.jena.ontapi.model
-
A supertype for all class expressions with the type
OWL2.Restriction. - OntClass.UnaryRestriction<P extends OntRelationalProperty> - Interface in org.apache.jena.ontapi.model
-
An abstract class expression that unites all
Restrictions with the predicateowl:onProperty. - OntClass.UnionOf - Interface in org.apache.jena.ontapi.model
- OntClass.ValueRestriction<O extends org.apache.jena.rdf.model.RDFNode,
P extends OntRelationalProperty> - Interface in org.apache.jena.ontapi.model -
An abstract for *Value*Restrictions (e.g.
- OntClassAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.OntClassAtomImpl
- OntClassImpl - Class in org.apache.jena.ontapi.impl.objects
-
A base class for any class-expression implementation.
- OntClassImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl
- OntClassImpl.CardinalityRestrictionImpl<O extends OntObject,
P extends OntRelationalProperty, R extends OntClassImpl.CardinalityRestrictionImpl<?, ?, ?>> - Class in org.apache.jena.ontapi.impl.objects -
Abstraction for any cardinality restriction.
- OntClassImpl.CardinalityType - Enum Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ComplementOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ComponentRestrictionImpl<O extends org.apache.jena.rdf.model.RDFNode,
P extends OntRelationalProperty, R extends OntClassImpl.ComponentRestrictionImpl<?, ?, ?>> - Class in org.apache.jena.ontapi.impl.objects -
Abstract base component-restriction class.
- OntClassImpl.DataAllValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.DataCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.DataHasValueImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.DataMaxCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.DataMinCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.DataSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.HasSelfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.IntersectionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.NaryDataAllValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.NaryDataSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.NaryRestrictionImpl<O extends OntObject,
P extends OntRelationalProperty, R extends OntClassImpl.NaryRestrictionImpl<?, ?, ?>> - Class in org.apache.jena.ontapi.impl.objects - OntClassImpl.ObjectAllValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ObjectCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ObjectHasValueImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ObjectMaxCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ObjectMinCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.ObjectSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.OneOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.OnPropertyRestrictionImpl<P extends OntRelationalProperty,
R extends OntClassImpl> - Class in org.apache.jena.ontapi.impl.objects -
Abstract implementation for any restriction with
owl:onPropertypredicate. - OntClassImpl.QLComplementOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.QLDataSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.QLIntersectionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.QLObjectSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RestrictionImpl - Class in org.apache.jena.ontapi.impl.objects
-
Base for all
OntClass.Restrictionimpls. - OntClassImpl.RLComplementOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLDataAllValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLDataMaxCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLDataSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLIntersectionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLObjectAllValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLObjectMaxCardinalityImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLObjectSomeValuesFromImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLOneOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.RLUnionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntClassImpl.UnionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntConfig - Class in org.apache.jena.ontapi.common
-
Configuration to control
OntModelandOntPersonalitybehavior. - OntConfig() - Constructor for class org.apache.jena.ontapi.common.OntConfig
- OntConfigs - Class in org.apache.jena.ontapi.common
-
Collection of ontology configurations.
- OntConfigs() - Constructor for class org.apache.jena.ontapi.common.OntConfigs
- OntDataProperty - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating the Ontology (Named) Data Property.
- OntDataPropertyImpl - Class in org.apache.jena.ontapi.impl.objects
-
An ontology object implementation with declarative type
owl:DatatypeProperty. - OntDataPropertyImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- OntDataRange - Interface in org.apache.jena.ontapi.model
-
A base abstraction for Ontology Data Range Expressions (both named and anonymous).
- OntDataRange.Combination<N extends org.apache.jena.rdf.model.RDFNode> - Interface in org.apache.jena.ontapi.model
-
An abstract datarange that unites DataRanges consisting of multiple components.
- OntDataRange.ComplementOf - Interface in org.apache.jena.ontapi.model
- OntDataRange.IntersectionOf - Interface in org.apache.jena.ontapi.model
- OntDataRange.Named - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating an Ontology Datatype,
OWL Entity, a nameddata rangeexpression. - OntDataRange.OneOf - Interface in org.apache.jena.ontapi.model
- OntDataRange.Restriction - Interface in org.apache.jena.ontapi.model
- OntDataRange.UnionOf - Interface in org.apache.jena.ontapi.model
- OntDataRangeImpl - Class in org.apache.jena.ontapi.impl.objects
-
Implementation for Data Range Expressions.
- OntDataRangeImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl
- OntDataRangeImpl.ComplementOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDataRangeImpl.IntersectionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDataRangeImpl.OneOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDataRangeImpl.RestrictionImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDataRangeImpl.UnionOfImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDisjoint<O extends OntObject> - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating an anonymous resource-collection of objects in an ontology with one of the following types:
owl:AllDisjointProperties,owl:AllDisjointClasses,owl:AllDifferent). - OntDisjoint.Classes - Interface in org.apache.jena.ontapi.model
- OntDisjoint.DataProperties - Interface in org.apache.jena.ontapi.model
- OntDisjoint.Individuals - Interface in org.apache.jena.ontapi.model
- OntDisjoint.ObjectProperties - Interface in org.apache.jena.ontapi.model
- OntDisjoint.Properties<P extends OntRelationalProperty> - Interface in org.apache.jena.ontapi.model
-
Abstraction for Pairwise Disjoint Properties anonymous
Ontology Object. - OntDisjointImpl<O extends OntObject> - Class in org.apache.jena.ontapi.impl.objects
-
Implementation for anonymous
owl:AllDisjointProperties,owl:AllDisjointClasses,owl:AllDifferentsections. - OntDisjointImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl
- OntDisjointImpl.ClassesImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDisjointImpl.DataPropertiesImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDisjointImpl.IndividualsImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDisjointImpl.ObjectPropertiesImpl - Class in org.apache.jena.ontapi.impl.objects
- OntDisjointImpl.PropertiesImpl<P extends OntRelationalProperty> - Class in org.apache.jena.ontapi.impl.objects
- OntDisjointImpl.QLRLClassesImpl - Class in org.apache.jena.ontapi.impl.objects
-
DisjointClasses := 'DisjointClasses' '(' axiomAnnotations subClassExpression subClassExpression { subClassExpression } ')' - OntEnhGraph - Interface in org.apache.jena.ontapi.common
-
An abstraction to work with
OntPersonalityand an interface-analogue of theJena Enhanced Graph, and also a facility to provide implicit links between differentEnhNodeFactoryfactories within a model. - OntEnhNodeFactories - Class in org.apache.jena.ontapi.common
-
A helper (factory) to produce
EnhNode factoriesinstances or its components. - OntEnhNodeFactories() - Constructor for class org.apache.jena.ontapi.common.OntEnhNodeFactories
- ontEntities() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- ontEntities() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all entities declared in the model.
- ontEntities(Class<E>) - Method in interface org.apache.jena.ontapi.model.OntModel
- OntEntity - Interface in org.apache.jena.ontapi.model
-
The base interface for OWL entities, which are always URI-
Resource. - OntFacetRestriction - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating an Ontology Facet Restriction abstraction.
- OntFacetRestriction.FractionDigits - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.LangRange - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.Length - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.MaxExclusive - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.MaxInclusive - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.MaxLength - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.MinExclusive - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.MinInclusive - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.MinLength - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.Pattern - Interface in org.apache.jena.ontapi.model
- OntFacetRestriction.TotalDigits - Interface in org.apache.jena.ontapi.model
- OntFacetRestrictionImpl - Class in org.apache.jena.ontapi.impl.objects
-
Implementation of Facet Restrictions
- OntFacetRestrictionImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl
- OntFacetRestrictionImpl.FractionDigitsImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.LangRangeImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.LengthImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.MaxExclusiveImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.MaxInclusiveImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.MaxLengthImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.MinExclusiveImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.MinInclusiveImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.MinLengthImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.PatternImpl - Class in org.apache.jena.ontapi.impl.objects
- OntFacetRestrictionImpl.TotalDigitsImpl - Class in org.apache.jena.ontapi.impl.objects
- OntGraphModelImpl - Class in org.apache.jena.ontapi.impl
-
Implementation of a model that can process general ontologies in OWL and similar languages.
- OntGraphModelImpl(UnionGraph, OntPersonality) - Constructor for class org.apache.jena.ontapi.impl.OntGraphModelImpl
- OntGraphModelImpl(InfGraph, OntPersonality) - Constructor for class org.apache.jena.ontapi.impl.OntGraphModelImpl
- OntID - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating an Ontology Identifier.
- OntIDImpl - Class in org.apache.jena.ontapi.impl.objects
-
An Ontology ID Implementation.
- OntIDImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntIDImpl
- OntIndividual - Interface in org.apache.jena.ontapi.model
-
Interface for named and anonymous individuals.
- OntIndividual.Anonymous - Interface in org.apache.jena.ontapi.model
-
An interface for Anonymous Individuals.
- OntIndividual.Named - Interface in org.apache.jena.ontapi.model
-
An interface for Named Individual which is an
Entity OntEntity. - OntIndividualImpl - Class in org.apache.jena.ontapi.impl.objects
-
An
OntIndividualimplementation, both for anonymous and named individuals. - OntIndividualImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- OntIndividualImpl.AnonymousImpl - Class in org.apache.jena.ontapi.impl.objects
-
See description to the interface
OntIndividual.Anonymous. - OntIndividualImpl.NamedImpl - Class in org.apache.jena.ontapi.impl.objects
-
Represents a named individual.
- OntJenaException - Exception in org.apache.jena.ontapi
-
A base ONT-API jena exception.
- OntJenaException() - Constructor for exception org.apache.jena.ontapi.OntJenaException
- OntJenaException(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException
- OntJenaException(String, Throwable) - Constructor for exception org.apache.jena.ontapi.OntJenaException
- OntJenaException(Throwable) - Constructor for exception org.apache.jena.ontapi.OntJenaException
- OntJenaException.Conversion - Exception in org.apache.jena.ontapi
-
Exception that is thrown when an ontology resource is converted to another facet, usually using
as(), and the requested conversion is not possible. - OntJenaException.Creation - Exception in org.apache.jena.ontapi
-
Exception, which may happen while creation of ont-object.
- OntJenaException.IllegalArgument - Exception in org.apache.jena.ontapi
-
A Jena exception that indicates wrong input.
- OntJenaException.IllegalCall - Exception in org.apache.jena.ontapi
-
An exception to indicate that a feature is not supported right now or by design for current conditions.
- OntJenaException.IllegalState - Exception in org.apache.jena.ontapi
-
A Jena exception that indicates that Jena-object state is broken, which may happen in multithreading or in other uncommon situations.
- OntJenaException.Recursion - Exception in org.apache.jena.ontapi
-
An exception that is thrown if a recursion is found in the graph.
- OntJenaException.Unsupported - Exception in org.apache.jena.ontapi
-
Exception that is raised when an ontology operation is attempted that is not present in the configuration (e.g. language profile) for the current ontology model.
- OntList<E extends org.apache.jena.rdf.model.RDFNode> - Interface in org.apache.jena.ontapi.model
-
A parameterized analogue of the
Jena []-Listthat behaves like a java collection. - OntListImpl<E extends org.apache.jena.rdf.model.RDFNode> - Class in org.apache.jena.ontapi.impl.objects
-
Default OntList implementation.
- OntListImpl.RDFListIterator - Class in org.apache.jena.ontapi.impl.objects
-
The simplest
iteratorover ardf:List, whoseIterator.next()method returns a batch oftriples in the form of standardJava List. - OntListImpl.SafeRDFListIterator - Class in org.apache.jena.ontapi.impl.objects
-
An extended
OntListImpl.RDFListIteratorwhoseIterator.next()method does not throwNoSuchElementExceptionin case no element found, but returnsnullinstead. - OntModel - Interface in org.apache.jena.ontapi.model
-
An enhanced view of a
Jena Modelabout which is known to contain OWL or RDFS ontology data. - OntModel - Static variable in class org.apache.jena.ontapi.assemblers.OA
- OntModelAssembler - Class in org.apache.jena.ontapi.assemblers
- OntModelAssembler() - Constructor for class org.apache.jena.ontapi.assemblers.OntModelAssembler
- OntModelControls - Enum Class in org.apache.jena.ontapi
-
Default settings for
OntConfig. - OntModelEvent - Class in org.apache.jena.ontapi.impl
-
Events that called on
OntModel's level. - OntModelEvent(String, Object) - Constructor for class org.apache.jena.ontapi.impl.OntModelEvent
- OntModelFactory - Class in org.apache.jena.ontapi
-
A factory to produce
Ontolofy models. - OntModelFactory() - Constructor for class org.apache.jena.ontapi.OntModelFactory
- OntModels - Class in org.apache.jena.ontapi.utils
-
A collection of utilities for working with
OWL Modeland all related objects:Ontology Object,Ontology Entity,Node List,Ontology Statement. - OntModels() - Constructor for class org.apache.jena.ontapi.utils.OntModels
- ontModelSpec - Static variable in class org.apache.jena.ontapi.assemblers.OA
- OntNamedDataRangeImpl - Class in org.apache.jena.ontapi.impl.objects
-
Named entity with
rdf:type = rdfs:Datatype. - OntNamedDataRangeImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- OntNamedProperty<P extends OntNamedProperty<P>> - Interface in org.apache.jena.ontapi.model
- OntNegativeAssertion<P extends OntRelationalProperty,
V extends org.apache.jena.rdf.model.RDFNode> - Interface in org.apache.jena.ontapi.model -
Interface representing the Negative Property Assertion abstraction, where predicate (property) is expected to be either ontology
data property(R) orobject property exception(P). - OntNegativeAssertion.WithDataProperty - Interface in org.apache.jena.ontapi.model
- OntNegativeAssertion.WithObjectProperty - Interface in org.apache.jena.ontapi.model
- OntNegativePropertyAssertionImpl<P extends OntRelationalProperty,
T extends org.apache.jena.rdf.model.RDFNode> - Class in org.apache.jena.ontapi.impl.objects -
Implementation of the Negative Property Assertion.
- OntNegativePropertyAssertionImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntNegativePropertyAssertionImpl
- OntNegativePropertyAssertionImpl.DataAssertionImpl - Class in org.apache.jena.ontapi.impl.objects
- OntNegativePropertyAssertionImpl.ObjectAssertionImpl - Class in org.apache.jena.ontapi.impl.objects
- OntObject - Interface in org.apache.jena.ontapi.model
-
A base
Ontology Object RDF Resource. - OntObjectImpl - Class in org.apache.jena.ontapi.impl.objects
-
The base for any Ontology Object
Resourceimplementation. - OntObjectImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- OntObjectPersonalityBuilder - Class in org.apache.jena.ontapi.common
-
An
OntPersonalitybuilder. - OntObjectPersonalityBuilder() - Constructor for class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
- OntObjectProperty - Interface in org.apache.jena.ontapi.model
-
A common interface for any Ontology Object Property Expression.
- OntObjectProperty.Inverse - Interface in org.apache.jena.ontapi.model
-
Represents a ObjectInverseOf.
- OntObjectProperty.Named - Interface in org.apache.jena.ontapi.model
-
Interface encapsulating an Ontology Named Object Property.
- OntObjectPropertyImpl - Class in org.apache.jena.ontapi.impl.objects
-
Implementation of the Object Property Expression abstraction.
- OntObjectPropertyImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- OntObjectPropertyImpl.InversePropertyImpl - Class in org.apache.jena.ontapi.impl.objects
- OntObjectPropertyImpl.NamedImpl - Class in org.apache.jena.ontapi.impl.objects
- ontObjects(Class<? extends O>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Retrieves the stream of
Ontology Objects. - ontObjects(Class<? extends O>) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all ont-objects of the specified type.
- ontologyNode(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns the primary Ontology Node (the subject in the
_:x rdf:type owl:Ontologystatement) within the given graph if it can be uniquely determined. - ontologyNode(Graph, boolean) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns the primary Ontology Node (the subject in the
_:x rdf:type owl:Ontologystatement) within the given graph if it can be uniquely determined. - OntPersonalities - Class in org.apache.jena.ontapi.common
-
Settings and personalities that are used for constructing
OntModel. - OntPersonalities() - Constructor for class org.apache.jena.ontapi.common.OntPersonalities
- OntPersonality - Interface in org.apache.jena.ontapi.common
-
A
Ontology RDF Modelconfiguration object that serves for the following purposes: Defines a set of permitted mappings from [interface] Class objects toOWL Ontology Object factorythat can generate instances of the facet represented by the Class. Defines a set of builtinOWL entitiesDefines a set of OWL punnings Defines a set of reservedResources andPropertys, that cannot be used as OWL Entities NOTE: The instance of this interface must also extendJena Personalitywith a generic typeRDFNode. - OntPersonality.Builtins - Interface in org.apache.jena.ontapi.common
-
A vocabulary of built-in
ONT Entities. - OntPersonality.Punnings - Interface in org.apache.jena.ontapi.common
-
A punnings' vocabulary.
- OntPersonality.Reserved - Interface in org.apache.jena.ontapi.common
-
A vocabulary of reserved IRIs.
- OntPersonalityImpl - Class in org.apache.jena.ontapi.common
-
A default implementation of
OntPersonality. - OntPersonalityImpl(String, OntConfig, OntPersonality.Punnings, OntPersonality.Builtins, OntPersonality.Reserved) - Constructor for class org.apache.jena.ontapi.common.OntPersonalityImpl
- OntProperty - Interface in org.apache.jena.ontapi.model
-
An abstraction for any Ontology Property Expression.
- OntPropertyImpl - Class in org.apache.jena.ontapi.impl.objects
-
Property Expression base impl-class.
- OntPropertyImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- OntReasonerFactoryAssembler - Class in org.apache.jena.ontapi.assemblers
-
Copy-paste of ReasonerFactoryAssembler due to conflict.
- OntReasonerFactoryAssembler() - Constructor for class org.apache.jena.ontapi.assemblers.OntReasonerFactoryAssembler
- OntRelationalProperty - Interface in org.apache.jena.ontapi.model
-
A common (abstract) interface for any Ontology Data and Object Property expressions.
- OntRuleSetAssembler - Class in org.apache.jena.ontapi.assemblers
- OntRuleSetAssembler() - Constructor for class org.apache.jena.ontapi.assemblers.OntRuleSetAssembler
- OntSimpleClassImpl - Class in org.apache.jena.ontapi.impl.objects
-
Simple Ontology Class implementation.
- OntSimpleClassImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- OntSimpleClassImpl.NamedImpl - Class in org.apache.jena.ontapi.impl.objects
-
Primary (named) class (
<uri> a owl:Class). - OntSimpleClassImpl.RLNamedImpl - Class in org.apache.jena.ontapi.impl.objects
-
A version of Named class for RL specification.
- OntSimplePropertyImpl - Class in org.apache.jena.ontapi.impl.objects
-
Simple direct
OntPropertyimplementation. - OntSimplePropertyImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- OntSpecification - Class in org.apache.jena.ontapi
-
Encapsulates a description of the components of an ontology model.
- OntSpecification - Static variable in class org.apache.jena.ontapi.assemblers.OA
- OntSpecification(OntPersonality, ReasonerFactory) - Constructor for class org.apache.jena.ontapi.OntSpecification
- OntSpecificationAssembler - Class in org.apache.jena.ontapi.assemblers
- OntSpecificationAssembler() - Constructor for class org.apache.jena.ontapi.assemblers.OntSpecificationAssembler
- OntStatement - Interface in org.apache.jena.ontapi.model
-
An Ontology RDF
Statement. - OntStatementImpl - Class in org.apache.jena.ontapi.impl.objects
-
An implementation of
Ontology Statement. - OntStatementImpl(Resource, Property, RDFNode, OntModel) - Constructor for class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- OntStatementImpl(Statement) - Constructor for class org.apache.jena.ontapi.impl.objects.OntStatementImpl
- OntSWRL - Interface in org.apache.jena.ontapi.model
-
A base for SWRL addition.
- OntSWRL.Arg - Interface in org.apache.jena.ontapi.model
-
It is not a SWRL Object, but just a plain
OntObject. - OntSWRL.Atom<P extends OntObject> - Interface in org.apache.jena.ontapi.model
-
A base abstraction for SWRL-Atom.
- OntSWRL.Atom.Binary<P extends OntObject,
F extends OntSWRL.Arg, S extends OntSWRL.Arg> - Interface in org.apache.jena.ontapi.model -
A binary atom abstraction.
- OntSWRL.Atom.Unary<P extends OntObject,
A extends OntSWRL.Arg> - Interface in org.apache.jena.ontapi.model -
A unary atom abstraction.
- OntSWRL.Atom.WithBuiltin - Interface in org.apache.jena.ontapi.model
- OntSWRL.Atom.WithClass - Interface in org.apache.jena.ontapi.model
- OntSWRL.Atom.WithDataProperty - Interface in org.apache.jena.ontapi.model
- OntSWRL.Atom.WithDataRange - Interface in org.apache.jena.ontapi.model
- OntSWRL.Atom.WithDifferentIndividuals - Interface in org.apache.jena.ontapi.model
- OntSWRL.Atom.WithObjectProperty - Interface in org.apache.jena.ontapi.model
- OntSWRL.Atom.WithSameIndividuals - Interface in org.apache.jena.ontapi.model
- OntSWRL.Builtin - Interface in org.apache.jena.ontapi.model
-
Represents
SWRL.Builtinentity. - OntSWRL.DArg - Interface in org.apache.jena.ontapi.model
-
An interface that represents either
LiteralorOntSWRL.Variable. - OntSWRL.IArg - Interface in org.apache.jena.ontapi.model
-
An interface that represents either
OntIndividualorOntSWRL.Variable. - OntSWRL.Imp - Interface in org.apache.jena.ontapi.model
- OntSWRL.Variable - Interface in org.apache.jena.ontapi.model
-
Represents
SWRL.Variableentity. - OntSWRLImpl - Class in org.apache.jena.ontapi.impl.objects
-
Ont SWRL Object Implementation.
- OntSWRLImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl
- OntSWRLImpl.AtomImpl<P extends OntObject> - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.BinaryImpl<O extends OntObject,
F extends OntSWRL.Arg, S extends OntSWRL.Arg> - Class in org.apache.jena.ontapi.impl.objects - OntSWRLImpl.BuiltInAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.BuiltinImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.DArgImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.DataPropertyAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.DataRangeAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.DifferentIndividualsAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.IArgImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.ImpImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.IndividualsAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.ObjectPropertyAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.OntClassAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.PropertyAtomImpl<P extends OntProperty,
A extends OntSWRL.Arg> - Class in org.apache.jena.ontapi.impl.objects - OntSWRLImpl.SameIndividualsAtomImpl - Class in org.apache.jena.ontapi.impl.objects
- OntSWRLImpl.UnaryImpl<O extends OntObject,
A extends OntSWRL.Arg> - Class in org.apache.jena.ontapi.impl.objects - OntSWRLImpl.VariableImpl - Class in org.apache.jena.ontapi.impl.objects
- OntUnionGraphListener - Class in org.apache.jena.ontapi.impl.repositories
- OntUnionGraphRepository - Class in org.apache.jena.ontapi.impl.repositories
-
A wrapper for
DocumentGraphRepositorythat controls importsOntModelclosure. - OntUnionGraphRepository(GraphRepository, Function<Graph, UnionGraph>, Function<Node, Graph>, boolean) - Constructor for class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
- OntVocabulary - Interface in org.apache.jena.ontapi.common
-
An Ontology Vocabulary.
- OntVocabulary.Impls - Class in org.apache.jena.ontapi.common
-
A factory-helper to work with
OntVocabularyinstances, that wrap constant-holders from the packagesorg.apache.jena.vocabularyandorg.apache.jena.vocabulary(such asOWL2). - OntVocabulary.Impls.BaseImpl - Class in org.apache.jena.ontapi.common
-
The base implementation.
- open(Assembler, Resource, Mode) - Method in class org.apache.jena.ontapi.assemblers.DocumentGraphRepositoryAssembler
-
example:
- open(Assembler, Resource, Mode) - Method in class org.apache.jena.ontapi.assemblers.OntModelAssembler
-
examples:
- open(Assembler, Resource, Mode) - Method in class org.apache.jena.ontapi.assemblers.OntReasonerFactoryAssembler
- open(Assembler, Resource, Mode) - Method in class org.apache.jena.ontapi.assemblers.OntRuleSetAssembler
- open(Assembler, Resource, Mode) - Method in class org.apache.jena.ontapi.assemblers.OntSpecificationAssembler
-
examples:
- openGraph(String) - Method in interface org.apache.jena.ontapi.GraphMaker
-
Finds an existing graph that this factory knows about under the given name.
- or(EnhNodeFilter) - Method in interface org.apache.jena.ontapi.common.EnhNodeFilter
- org.apache.jena.ontapi - module org.apache.jena.ontapi
- org.apache.jena.ontapi - package org.apache.jena.ontapi
- org.apache.jena.ontapi.assemblers - package org.apache.jena.ontapi.assemblers
- org.apache.jena.ontapi.common - package org.apache.jena.ontapi.common
- org.apache.jena.ontapi.impl - package org.apache.jena.ontapi.impl
- org.apache.jena.ontapi.impl.factories - package org.apache.jena.ontapi.impl.factories
- org.apache.jena.ontapi.impl.objects - package org.apache.jena.ontapi.impl.objects
- org.apache.jena.ontapi.impl.repositories - package org.apache.jena.ontapi.impl.repositories
- org.apache.jena.ontapi.model - package org.apache.jena.ontapi.model
- org.apache.jena.ontapi.sys - package org.apache.jena.ontapi.sys
- org.apache.jena.ontapi.utils - package org.apache.jena.ontapi.utils
- OWL_DL_WEAK_PUNNINGS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL_DL1_PUNNINGS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL_DL2_PUNNINGS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL_NO_PUNNINGS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- OWL1_DL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 DL ontology models that are stored in memory and do no additional entailment reasoning.
- OWL1_DL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 DL ontology models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL1_DL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 DL ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL1_DL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 DL ontology models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL1_DL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1_FULL - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- OWL1_FULL_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1_FULL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 ontology models that are stored in memory and do no additional entailment reasoning.
- OWL1_FULL_MEM_MICRO_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 ontology models that are stored in memory and use the micro OWL rules inference engine for additional entailments.
- OWL1_FULL_MEM_MINI_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 ontology models that are stored in memory and use the mini OWL rules inference engine for additional entailments.
- OWL1_FULL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 ontology models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL1_FULL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL1_FULL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 ontology models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL1_FULL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1_LITE - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- OWL1_LITE_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1_LITE_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- OWL1_LITE_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 Lite ontology models that are stored in memory and do no additional entailment reasoning.
- OWL1_LITE_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 Lite ontology models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL1_LITE_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 Lite ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL1_LITE_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL1 Lite ontology models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL1_LITE_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor OWL1 LITE Ontologies. - OWL1_LITE_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor OWL1 Ontologies. - OWL1_RESERVED - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL1ObjectFactories - Class in org.apache.jena.ontapi.impl.factories
- OWL1ObjectFactories() - Constructor for class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- OWL2_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- OWL2_DL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 DL ontology models that are stored in memory and do no additional entailment reasoning.
- OWL2_DL_MEM_BUILTIN_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 ontology models that are stored in memory and use fast but incomplete builtin OWL inference engine for additional entailments that handles hierarchy.
- OWL2_DL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 DL ontology models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL2_DL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 DL ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL2_DL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 DL ontology models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL2_DL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_EL - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- OWL2_EL_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_EL_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- OWL2_EL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 EL Ontology models that are stored in memory and do no additional entailment reasoning.
- OWL2_EL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 EL models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL2_EL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 EL ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL2_EL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 EL models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL2_EL_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor OWL2 EL Ontologies. - OWL2_EL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_FULL - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- OWL2_FULL_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_FULL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for Ontology models that are stored in memory and do no additional entailment reasoning.
- OWL2_FULL_MEM_MICRO_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 ontology models that are stored in memory and use the micro OWL rules inference engine for additional entailments.
- OWL2_FULL_MEM_MINI_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 ontology models that are stored in memory and use the mini OWL rules inference engine for additional entailments.
- OWL2_FULL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL2_FULL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL2_FULL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL2_FULL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor OWL2 Ontologies. - OWL2_QL - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- OWL2_QL_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_QL_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- OWL2_QL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 QL Ontology models that are stored in memory and do no additional entailment reasoning.
- OWL2_QL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 QL models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL2_QL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 QL ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL2_QL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 QL models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL2_QL_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor OWL2 QL Ontologies. - OWL2_QL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_RESERVED - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_RL - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- OWL2_RL_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2_RL_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- OWL2_RL_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 RL Ontology models that are stored in memory and do no additional entailment reasoning.
- OWL2_RL_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 RL models that are stored in memory and use the RDFS inferencer for additional entailments.
- OWL2_RL_MEM_RULES_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 RL ontology models that are stored in memory and use the OWL rules inference engine for additional entailments.
- OWL2_RL_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for OWL2 RL models that are stored in memory and use the transitive inferencer for additional entailments.
- OWL2_RL_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor OWL2 RL Ontologies. - OWL2_RL_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- OWL2ObjectFactories - Class in org.apache.jena.ontapi.impl.factories
-
A helper-factory to produce (OWL2)
EnhNodeFactoryfactories; foront-personalities - OWL2ObjectFactories() - Constructor for class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
P
- parent() - Method in interface org.apache.jena.ontapi.model.OntAnnotation
-
Answers a parent
OntAnnotation. - PATTERN_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- PatternImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.PatternImpl
- peek(ExtendedIterator<X>, Consumer<? super X>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns an
Extended Iteratorconsisting of the elements of the givenbaseiterator, additionally performing the providedactionon each element as elements are consumed from the resulting iterator. - performAdd(Triple) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- performDelete(Triple) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- PersistentGraphRepository - Class in org.apache.jena.ontapi.impl.repositories
-
A
GraphRepositoryimplementation that supports persistence viaGraphMaker. - PersistentGraphRepository(GraphMaker) - Constructor for class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- personalityName - Static variable in class org.apache.jena.ontapi.assemblers.OA
- positiveAssertions() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all positive assertions for this individual.
- positiveAssertions(OntNamedProperty) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all positive property assertions for this individual and the given predicate.
- prepare() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Performs any initial processing and caching.
- properties() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all properties attached to this class in a
rdfs:domainstatement. - properties() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all OntProperties.
- PropertiesImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.PropertiesImpl
- PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- PROPERTY - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- propertyChains() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- propertyChains() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Returns a
Streamover all property chainontology lists that are attached to this Object Property Expression on the predicateowl:propertyChainAxiom. - propertyStore - Variable in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- PunningsMode - Enum Class in org.apache.jena.ontapi.common
-
A standard personality mode to manage punnings.
- put(String, Graph) - Method in interface org.apache.jena.ontapi.GraphRepository
-
Associates the specified graph with the specified ID, returning the previous association or
nullif there was no association. - put(String, Graph) - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Associates the graph with the specified id.
- put(String, Graph) - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- put(Graph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
-
Puts the graph into the repository returning
UnionGraphwrapper.
Q
- QL_ANY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_COLLECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_COMPONENT_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_COMPONENTS_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_INDIVIDUAL - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_LOGICAL_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_UNARY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_ANY_VALUE_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_COMPLEMENT_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_DATA_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_INTERSECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_OBJECT_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_RL_CLASSES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_RL_DATA_PROPERTIES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QL_RL_OBJECT_PROPERTIES_DISJOINT - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- QLComplementOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLComplementOfImpl
- QLDataSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLDataSomeValuesFromImpl
- QLIntersectionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLIntersectionOfImpl
- QLObjectSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.QLObjectSomeValuesFromImpl
- QLRLClassesImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDisjointImpl.QLRLClassesImpl
R
- ranges() - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- ranges() - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- ranges() - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Lists all valid annotation property ranges.
- ranges() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Returns all-property ranges (the statement pattern:
R rdfs:range D). - ranges() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Returns all ranges.
- ranges() - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Lists all property ranges.
- ranges() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all property ranges, i.e., all objects from statements with this property as a subject and
rdfs:rangeas predicate. - ranges(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Gets all direct or indirect ranges that present in RDF graph.
- RDF_LIST - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- RDF_NODE_COMPARATOR - Static variable in class org.apache.jena.ontapi.utils.StdModels
- RDFListIterator(Graph, Node) - Constructor for class org.apache.jena.ontapi.impl.objects.OntListImpl.RDFListIterator
- RDFNodeList<E extends org.apache.jena.rdf.model.RDFNode> - Interface in org.apache.jena.ontapi.model
-
A parameterized analogue of the
Jena RDF []-Listthat provides read-only access to its items. - RDFS - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- RDFS_BUILTINS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- RDFS_CONFIG - Static variable in class org.apache.jena.ontapi.common.OntConfigs
- RDFS_MEM - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for RDFS models that are stored in memory and do no additional entailment reasoning.
- RDFS_MEM_RDFS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for RDFS ontology models that are stored in memory and use the RDFS inferencer for additional entailments.
- RDFS_MEM_TRANS_INF - Static variable in class org.apache.jena.ontapi.OntSpecification
-
A specification for RDFS ontology models that are stored in memory and use the transitive reasoner for entailments.
- RDFS_NO_PUNNINGS - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- RDFS_ONT_PERSONALITY() - Static method in class org.apache.jena.ontapi.common.OntPersonalities
-
Creates (mutable)
OntObjectPersonalityBuilderfor RDFS Ontologies. - RDFS_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- RDFS_RESERVED - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
- RDFSObjectFactories - Class in org.apache.jena.ontapi.impl.factories
-
A helper-factory to produce (OWL1)
EnhNodeFactoryfactories; foront-personalities - RDFSObjectFactories() - Constructor for class org.apache.jena.ontapi.impl.factories.RDFSObjectFactories
- read(InputStream, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(InputStream, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- read(InputStream, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(InputStream, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- read(Reader, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(Reader, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- read(Reader, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(Reader, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- read(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- read(String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- read(String, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- read(String, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- reasonerClass - Static variable in class org.apache.jena.ontapi.assemblers.OA
- reasonerFactory - Static variable in class org.apache.jena.ontapi.assemblers.OA
- ReasonerFactory - Static variable in class org.apache.jena.ontapi.assemblers.OA
- reasonerURL - Static variable in class org.apache.jena.ontapi.assemblers.OA
- rebind() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Causes the inference model to reconsult the underlying data to take into account changes.
- Recursion(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.Recursion
- referringRestrictions() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Answers a
Streamover any restrictions that mention this property as the property that the restriction is adding some constraint to. - register(Class<? extends OntObject>, EnhNodeFactory) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
-
Registers new OntObject if needed
- register(Class<? extends RDFNode>, Implementation) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- register(ModelChangedListener) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- register(ModelChangedListener) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Registers a listener for model-changed events on this model.
- remap(UnionGraph) - Method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
-
Synchronizes graph's ontology name with the underlying storage.
- remove() - Method in interface org.apache.jena.ontapi.model.OntList
-
Removes the last element from this list.
- remove(Class<? extends OntObject>) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Removes object factory.
- remove(String) - Method in interface org.apache.jena.ontapi.GraphRepository
-
Removes graph.
- remove(String) - Method in class org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
-
Removes and returns the graph identified by the specified
id, along with all its associations. - remove(String) - Method in class org.apache.jena.ontapi.impl.repositories.PersistentGraphRepository
- remove(List<Statement>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- remove(List<Statement>) - Method in interface org.apache.jena.ontapi.model.OntModel
- remove(Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl.SubGraphs
-
Removes the given graph from the underlying collection.
- remove(Node, Node, Node) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- remove(Model) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- remove(Model) - Method in interface org.apache.jena.ontapi.model.OntModel
- remove(Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- remove(Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Deletes the specific property-value pair from this object.
- remove(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- remove(Resource, Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntModel
- remove(Statement) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- remove(Statement) - Method in interface org.apache.jena.ontapi.model.OntModel
- remove(Statement[]) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- remove(Statement[]) - Method in interface org.apache.jena.ontapi.model.OntModel
- remove(StmtIterator) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- remove(StmtIterator) - Method in interface org.apache.jena.ontapi.model.OntModel
- removeAll() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeAll() - Method in interface org.apache.jena.ontapi.model.OntModel
- removeAll(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeAll(Resource, Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntModel
- removeAssertion(OntNamedProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Removes a positive property assertion including its annotation.
- removeDifferentIndividual(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- removeDifferentIndividual(Resource) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Removes a different individual statement for this and specified individuals, including the statement's annotation.
- removeDisjoint(OntGraphModelImpl, OntClass, Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- removeDisjointClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- removeDisjointClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- removeDisjointClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- removeDisjointClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Removes the specified disjoint class resource.
- removeDisjointClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Removes the specified disjoint class resource.
- removeDisjointProperty(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- removeDisjointProperty(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- removeDisjointProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Removes the
owl:propertyDisjointWithstatement (a statement with the predicateowl:propertyDisjointWith) for the specified resource (considered as an object), including the corresponding statement's annotations. - removeDisjointProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the
owl:propertyDisjointWithstatement (a statement with the predicateowl:propertyDisjointWith) for the specified resource (considered as an object), including the corresponding statement's annotations. - removeDisjointProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Removes the
owl:propertyDisjointWithstatement (a statement with the predicateowl:propertyDisjointWith) for the specified resource (considered as an object), including the corresponding statement's annotations. - removeDisjointUnion(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- removeDisjointUnion(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Deletes the given
DisjointUnionlist including its annotations. - removeDisjointWith(OntGraphModelImpl, X, Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- removeDomain(Resource) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Removes the specified domain resource (predicate is
rdfs:domain), including the corresponding statement's annotations. - removeDomain(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Removes the specified domain resource (predicate is
rdfs:domain), including the corresponding statement's annotations. - removeDomain(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the specified domain resource (predicate is
rdfs:domain), including the corresponding statement's annotations. - removeDomain(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Removes the specified domain resource (predicate is
rdfs:domain), including the corresponding statement's annotations. - removeDomain(Resource) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Removes the specified domain resource (predicate is
rdfs:domain), including the corresponding statement's annotations. - removeEquivalentClass(OntGraphModelImpl, OntClass, Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- removeEquivalentClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- removeEquivalentClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- removeEquivalentClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.NamedImpl
- removeEquivalentClass(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- removeEquivalentClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Removes the given equivalent class resource including the statement's annotations.
- removeEquivalentClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Removes the given equivalent class resource including the statement's annotations.
- removeEquivalentClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Removes the given equivalent data range, that is attached to this data-type on predicate
owl:equivalenrClass, including all the statement's related annotations. - removeEquivalentProperty(OntGraphModelImpl, X, Resource) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- removeEquivalentProperty(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- removeEquivalentProperty(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- removeEquivalentProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Removes the equivalent property statement (a statement with the predicate
owl:equivalentProperty) for the specified resource (considered as an object), including the corresponding statement's annotations. - removeEquivalentProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the equivalent property statement (a statement with the predicate
owl:equivalentProperty) for the specified resource (considered as an object), including the corresponding statement's annotations. - removeEquivalentProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Removes the equivalent property statement (a statement with the predicate
owl:equivalentProperty) for the specified resource (considered as an object), including the corresponding statement's annotations. - removeFirst() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- removeFirst() - Method in interface org.apache.jena.ontapi.model.OntList
-
Removes and the first element from this list.
- removeGraph(String) - Method in interface org.apache.jena.ontapi.GraphMaker
-
Removes the association between the name and the graph.
- removeHasKey(OntGraphModelImpl, OntClass, RDFNode) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- removeHasKey(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- removeHasKey(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- removeHasKey(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Deletes the given
HasKeylist including its annotations. - removeImport(String) - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- removeImport(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeImport(String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Removes the triple
this owl:import urifrom this resource. - removeImport(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Removes the import (both
owl:importdeclaration and the corresponding graph) by the given uri if it is found. - removeImport(OntModel) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeImport(OntModel) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Removes a sub-model from
owl:importand from the graph hierarchy. - removeImportResource(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- removeIndividual(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Removes the given individual from the set of instances that are members of this class.
- removeInverseProperty(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- removeInverseProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the statement with the predicate
owl:inverseOfand the given object property as an object. - removeLast() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- removeLast() - Method in interface org.apache.jena.ontapi.model.OntList
-
Removes the last element from this list.
- removeNegativeAssertion(OntRelationalProperty, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Removes a negative property assertion including its annotation.
- removeNsPrefix(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeNsPrefix(String) - Method in interface org.apache.jena.ontapi.model.OntModel
- removeOntObject(OntObject) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeOntObject(OntObject) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Removes the given
Ontology Objectfrom the graph-model including itscontentand annotations. - removeOntStatement(OntStatement) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- removeOntStatement(OntStatement) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Removes the statement from the graph-model including its annotations with sub-annotations hierarchy.
- removePropertyChain(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- removePropertyChain(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Deletes the given property chain list including all its annotations.
- removeRange(Resource) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Removes the specified range resource (predicate is
rdfs:range), including the corresponding statement's annotations. - removeRange(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Removes the specified range resource (predicate is
rdfs:range), including the corresponding statement's annotations. - removeRange(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the specified range resource (predicate is
rdfs:range), including the corresponding statement's annotations. - removeRange(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Removes the specified range resource (predicate is
rdfs:range), including the corresponding statement's annotations. - removeRange(Resource) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Removes the specified range resource (predicate is
rdfs:range), including the corresponding statement's annotations. - removeSameIndividual(Resource) - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- removeSameIndividual(Resource) - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Removes a same individual statement for this and specified individuals, including the statement's annotation.
- removeSubClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Removes a subclass relationship for the given resource including all possible annotations.
- removeSubGraph(Graph) - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Removes the specified graph from the underlying graph collection.
- removeSubGraph(Graph) - Method in interface org.apache.jena.ontapi.UnionGraph
-
Removes the specified graph from the underlying graph collection.
- removeSubProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Removes the specified sub property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSubProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Removes the specified sub property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSubProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the specified sub property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSubProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Removes the specified sub property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSuperClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass.Named
-
Removes a superclass relationship for the given resource including all possible annotations.
- removeSuperClass(Resource) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Removes a superclass relationship for the given resource including all possible annotations.
- removeSuperProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Removes the specified super property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSuperProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Removes the specified super property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSuperProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Removes the specified super property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSuperProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Removes the specified super property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeSuperProperty(Resource) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Removes the specified super property (predicate is
rdfs:subPropertyOf), including the corresponding statement's annotations. - removeUnusedImportSubGraphs(UnionGraph) - Static method in class org.apache.jena.ontapi.impl.repositories.OntUnionGraphRepository
-
Removes all subgraphs which are not connected to the parent by the
owl:importsrelationship. - REQUIRED_PROPERTIES - Static variable in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- reset() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Resets any internal caches.
- RESOURCE - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- ResourceVocabulary<T extends org.apache.jena.rdf.model.Resource> - Interface in org.apache.jena.ontapi.common
-
This is a resource type mapper.
- REST - Static variable in class org.apache.jena.ontapi.impl.objects.OntListImpl.RDFListIterator
- restrict(EnhNodeFilter) - Method in interface org.apache.jena.ontapi.common.EnhNodeFinder
- restrict(EnhNodeFilter) - Method in interface org.apache.jena.ontapi.common.EnhNodeProducer
- RESTRICTION_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RestrictionImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RestrictionImpl
- RestrictionImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.RestrictionImpl
- RL_ANY_CARDINALITY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_COLLECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_COMPONENT_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_COMPONENTS_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_ENTITY - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_LOGICAL_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_UNARY_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ANY_VALUE_RESTRICTION_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_COMPLEMENT_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_DATA_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_DATA_MAX_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_DATA_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_INTERSECTION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_NAMED_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_OBJECT_ALL_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_OBJECT_MAX_CARDINALITY_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_OBJECT_SOME_VALUES_FROM_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_ONE_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RL_UNION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- RLComplementOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLComplementOfImpl
- RLDataAllValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataAllValuesFromImpl
- RLDataMaxCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataMaxCardinalityImpl
- RLDataSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLDataSomeValuesFromImpl
- RLIntersectionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLIntersectionOfImpl
- RLNamedImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl.RLNamedImpl
- RLObjectAllValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectAllValuesFromImpl
- RLObjectMaxCardinalityImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectMaxCardinalityImpl
- RLObjectSomeValuesFromImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLObjectSomeValuesFromImpl
- RLOneOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLOneOfImpl
- RLUnionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.RLUnionOfImpl
- ROOT_TYPES - Static variable in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- rootNodeComparator(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns a comparator for root nodes.
- rule - Static variable in class org.apache.jena.ontapi.assemblers.OA
- rules - Static variable in class org.apache.jena.ontapi.assemblers.OA
- RuleSet - Static variable in class org.apache.jena.ontapi.assemblers.OA
- rulesFrom - Static variable in class org.apache.jena.ontapi.assemblers.OA
S
- safeFindNodeAs(Node, Class<N>) - Method in interface org.apache.jena.ontapi.common.OntEnhGraph
-
Answers an enhanced node that wraps the given
nodeand conforms to the given interface type, taking into account possible graph recursions. - safeFindNodeAs(Node, Class<N>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Answers an enhanced node that wraps the given node and conforms to the given interface type, taking into account possible graph recursions.
- SafeRDFListIterator(Graph, Node) - Constructor for class org.apache.jena.ontapi.impl.objects.OntListImpl.SafeRDFListIterator
- SAME_INDIVIDUALS_ATOM_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- sameAs(OntID) - Method in interface org.apache.jena.ontapi.model.OntID
-
Indicates whether the given
Ontology IDis equal to this one in OWL2 terms. - sameIndividuals() - Method in class org.apache.jena.ontapi.impl.objects.OntIndividualImpl
- sameIndividuals() - Method in interface org.apache.jena.ontapi.model.OntIndividual
-
Lists all same individuals.
- SameIndividualsAtomImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.SameIndividualsAtomImpl
- schema - Static variable in class org.apache.jena.ontapi.assemblers.OA
- SEQ - Static variable in class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- set(String, Object) - Method in class org.apache.jena.ontapi.common.OntConfig
- setAsymmetric(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setAsymmetric(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes the
P rdf:type owl:AsymmetricPropertystatement depending on the given flag and returns this property to allow cascading calls. - setBoolean(Enum<?>, boolean) - Method in class org.apache.jena.ontapi.common.OntConfig
- setBoolean(String, boolean) - Method in class org.apache.jena.ontapi.common.OntConfig
- setBuiltins(OntPersonality.Builtins) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Sets a new builtins personality vocabulary.
- setCardinality(int) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityRestrictionImpl
- setCardinality(int) - Method in interface org.apache.jena.ontapi.model.OntClass.DataCardinality
-
Sets a new cardinality value.
- setComponents(Collection<P>) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- setComponents(Collection<OntDataProperty>) - Method in interface org.apache.jena.ontapi.model.OntDisjoint.DataProperties
-
Replaces the existing []-list content with the specified one, that is given in the form of
Collection. - setComponents(OntDataProperty...) - Method in interface org.apache.jena.ontapi.model.OntDisjoint.DataProperties
-
Replaces the existing []-list content with the specified one, that is given in the form of vararg array.
- setConfig(OntConfig) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Sets config, which controls OntModel behaviour.
- setDerivationLogging(boolean) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Switches on/off derivation logging.
- setFalse(Enum<?>) - Method in class org.apache.jena.ontapi.common.OntConfig
- setFunctional(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- setFunctional(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setFunctional(boolean) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Adds or removes
owl:FunctionalPropertydeclaration for this property according to the given boolean flag. - setFunctional(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes
owl:FunctionalPropertydeclaration for this property according to the given boolean flag. - setFunctional(boolean) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Adds or removes
owl:FunctionalPropertydeclaration for this property according to the given boolean flag. - setID(String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- setID(String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Creates a new
@uri rdf:type owl:Ontologystatement for the specifieduriand wraps it as Ontology ID Resource. - setInverseFunctional(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setInverseFunctional(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes the
P rdf:type owl:InverseFunctionalPropertystatement depending on the given flag and returns this property to allow cascading calls. - setIrreflexive(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setIrreflexive(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes the
P rdf:type owl:IrreflexivePropertystatement depending on the given flag and returns this property to allow cascading calls. - setName(String) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Sets identifier of language profile ("OWL", "RDF").
- setNsPrefix(String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- setNsPrefix(String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
- setNsPrefixes(Map<String, String>) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- setNsPrefixes(Map<String, String>) - Method in interface org.apache.jena.ontapi.model.OntModel
- setNsPrefixes(PrefixMapping) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- setNsPrefixes(PrefixMapping) - Method in interface org.apache.jena.ontapi.model.OntModel
- setNsPrefixes(PrefixMapping, Map<String, String>) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Replaces namespaces' map with new one.
- setProperty(P) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.OnPropertyRestrictionImpl
- setProperty(OntDataProperty) - Method in interface org.apache.jena.ontapi.model.OntClass.NaryDataSomeValuesFrom
-
Sets the given property as the only member of the []-list.
- setProperty(OntObjectProperty) - Method in interface org.apache.jena.ontapi.model.OntClass.HasSelf
-
Sets the given property into this Restriction (as an object with predicate
owl:onPropertyif it is Unary Restriction). - setPunnings(OntPersonality.Punnings) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Sets a new punnings personality vocabulary.
- setReflexive(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setReflexive(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes the
P rdf:type owl:ReflexivePropertystatement depending on the given flag and returns this property to allow cascading calls. - setReserved(OntPersonality.Reserved) - Method in class org.apache.jena.ontapi.common.OntObjectPersonalityBuilder
-
Sets a new reserved personality vocabulary.
- setSymmetric(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setSymmetric(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes the
P rdf:type owl:SymmetricPropertystatement depending on the given flag and returns this property to allow cascading calls. - setTransitive(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- setTransitive(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Adds or removes the
P rdf:type owl:TransitivePropertystatement depending on the given flag and returns this property to allow cascading calls. - setTrue(Enum<?>) - Method in class org.apache.jena.ontapi.common.OntConfig
- setValue(O) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityRestrictionImpl
- setValue(O) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComponentRestrictionImpl
- setValue(O) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- setValue(OntClass) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.ComplementOfImpl
- setValue(OntDataRange) - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.ComplementOfImpl
- setValue(OntDataRange.Named) - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.RestrictionImpl
- setValue(OntDataRange) - Method in interface org.apache.jena.ontapi.model.OntClass.NaryDataSomeValuesFrom
-
Sets the specified value (a filler in OWL-API terms) into this
classordata rangeexpression. - setVersionIRI(String) - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- setVersionIRI(String) - Method in interface org.apache.jena.ontapi.model.OntID
-
Assigns a new version IRI to this Ontology ID object.
- size() - Method in interface org.apache.jena.ontapi.model.RDFNodeList
-
Answers the number of
rdf-nodes in the list. - size(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Returns the number of triples in the
graphaslong. - SKOS - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- spec() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- spec() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Lists all characteristic statements of the ontology resource, i.e., all those statements which completely determine this object nature according to the OWL2 specification.
- spec() - Method in interface org.apache.jena.ontapi.model.OntDataRange.Restriction
-
Lists all characteristic statements of the ontology resource, i.e., all those statements which completely determine this object nature according to the OWL2 specification.
- spec() - Method in interface org.apache.jena.ontapi.model.OntList
-
Lists all statements related to this list.
- spec() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all characteristic statements of the ontology resource, i.e., all those statements which completely determine this object nature according to the OWL2 specification.
- SPEC - Static variable in class org.apache.jena.ontapi.impl.objects.OntAnnotationImpl
- specificationName - Static variable in class org.apache.jena.ontapi.assemblers.OA
- STANDARD - Static variable in class org.apache.jena.ontapi.OntModelFactory
-
A
PrefixMappingthat contains the "standard" for OWL2 prefixes we know about, viz rdf, rdfs, xsd, and owl. - STANDARD_PERSONALITY - Static variable in class org.apache.jena.ontapi.common.OntPersonalities
-
Standard resources.
- start() - Method in class org.apache.jena.ontapi.sys.InitOntAPI
- START_ADD_DATA_GRAPH - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- START_CHANGE_ID - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- START_DELETE_DATA_GRAPH - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- START_READ_DATA_GRAPH - Static variable in class org.apache.jena.ontapi.impl.OntModelEvent
- startAddDataGraphEvent(Graph) - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- startChangeIDEvent() - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- startDeleteDataGraphEvent(Graph) - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- startReadDataGraphEvent() - Static method in class org.apache.jena.ontapi.impl.OntModelEvent
- statement(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns the first statement for the specified property.
- statement(Property) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Returns the first statement for the specified property.
- statement(Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Returns the first statement for the specified property and object.
- statement(Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Returns the first statement for the specified property and object.
- STATEMENT_COMPARATOR - Static variable in class org.apache.jena.ontapi.utils.StdModels
- STATEMENT_COMPARATOR_IGNORE_BLANK - Static variable in class org.apache.jena.ontapi.utils.StdModels
- statements() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- statements() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- statements() - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all ont-statements.
- statements() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all top-level statements related to this object (i.e., with subject=
this). - statements(Property) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- statements(Property) - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists ont-statements by the predicate.
- statements(Resource, Property, RDFNode) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- statements(Resource, Property, RDFNode) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Lists all statements for the specified subject, predicate and object (SPO).
- StdModels - Class in org.apache.jena.ontapi.utils
-
A class-helper to work with
Jena Models and its related objects and components:Jena RDF Node,Jena Literal,Jena ResourceandJena Statement. - StdModels() - Constructor for class org.apache.jena.ontapi.utils.StdModels
- STDObjectFactories - Class in org.apache.jena.ontapi.impl.factories
- STDObjectFactories() - Constructor for class org.apache.jena.ontapi.impl.factories.STDObjectFactories
- stop() - Method in class org.apache.jena.ontapi.sys.InitOntAPI
- stream(OntGraphModelImpl, OntObject, Property, Class<N>) - Static method in class org.apache.jena.ontapi.impl.objects.OntListImpl
-
Lists all rdf-lists by subject and predicate in the form of
OntList. - subClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers a class that is the subclass of this class.
- subClasses() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all direct or indirect subclasses for this class expression, i.e., all subclasses found by inferencer, which usually means entire hierarchy down the tree; this class is not included.
- subClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- subClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- subClasses(boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers a
Streamover all the class expressions that are declared to be subclasses of this class expression. - subClasses(OntClass, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- subGraphs() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- subGraphs() - Method in interface org.apache.jena.ontapi.UnionGraph
-
Lists all sub-graphs.
- subjects(Property, OntObject, Class<X>) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- subProperties() - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).
- subProperties() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).
- subProperties() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).
- subProperties() - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).
- subProperties() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all the properties that are declared to be sub-properties of this property (directly or indirectly).
- subProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- subProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- subProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- subProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- subProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Answers a
Streamover all the properties that are declared to be sub-properties of this property. - subProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Answers a
Streamover all the properties that are declared to be sub-properties of this property. - subProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Answers a
Streamover all the properties that are declared to be sub-properties of this property. - subProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Answers a
Streamover all the properties that are declared to be sub-properties of this property. - subProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Answers a
Streamover all the properties that are declared to be sub-properties of this property. - subProperties(X, Class<X>, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- superClass() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers a class that is the superclass of this class.
- superClasses() - Method in interface org.apache.jena.ontapi.model.OntClass
-
Lists all direct and indirect superclasses for this class expression, i.e., all superclasses found by inferencer, which usually means entire hierarchy up the tree; this class is not included.
- superClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- superClasses(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimpleClassImpl
- superClasses(boolean) - Method in interface org.apache.jena.ontapi.model.OntClass
-
Answers a
Streamover the class-expressions for which this class expression is declared a subclass. - superClasses(OntClass, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
- superGraphs() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- superGraphs() - Method in interface org.apache.jena.ontapi.UnionGraph
-
Lists all parent graphs.
- superProperties() - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Lists all the properties that are declared to be super-properties of this property (directly or indirectly).
- superProperties() - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Lists all the properties that are declared to be super-properties of this property (directly or indirectly).
- superProperties() - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Lists all the properties that are declared to be super-properties of this property (directly or indirectly).
- superProperties() - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Lists all the properties that are declared to be super-properties of this property (directly or indirectly).
- superProperties() - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Lists all the properties that are declared to be super-properties of this property (directly or indirectly).
- superProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntAnnotationPropertyImpl
- superProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntDataPropertyImpl
- superProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntObjectPropertyImpl
- superProperties(boolean) - Method in class org.apache.jena.ontapi.impl.objects.OntSimplePropertyImpl
- superProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntAnnotationProperty
-
Answers a
Streamover all the properties that are declared to be super-properties of this property. - superProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntDataProperty
-
Answers a
Streamover all the properties that are declared to be super-properties of this property. - superProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntObjectProperty
-
Answers a
Streamover all the properties that are declared to be super-properties of this property. - superProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntProperty
-
Answers a
Streamover all the properties that are declared to be super-properties of this property. - superProperties(boolean) - Method in interface org.apache.jena.ontapi.model.OntRelationalProperty
-
Answers a
Streamover all the properties that are declared to be super-properties of this property. - superProperties(X, Class<X>, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntPropertyImpl
- supportedTypes() - Method in interface org.apache.jena.ontapi.common.OntPersonality.Builtins
- supports(Class<? extends RDFNode>) - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Answers if a type is supported.
- supports(Class<? extends RDFNode>) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- supports(Class<? extends T>) - Method in interface org.apache.jena.ontapi.common.ResourceVocabulary
-
Answers
trueif the given type is supported by the vocabulary. - supportsOWLThing(OntPersonality) - Static method in class org.apache.jena.ontapi.common.OntPersonalities
- SWRL - Static variable in interface org.apache.jena.ontapi.common.OntVocabulary
- SWRLObjectFactories - Class in org.apache.jena.ontapi.impl.factories
-
A helper-factory to produce (SWRL)
EnhNodeFactoryfactories; foront-personalities - SWRLObjectFactories() - Constructor for class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
T
- takeAsSet(Iterator<? extends X>, int) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Takes the specified number of items from the source iterator.
- targetName() - Method in class org.apache.jena.ontapi.common.EnhNodeProducer.Default
- targetName() - Method in interface org.apache.jena.ontapi.common.EnhNodeProducer
-
Returns a view string representation.
- test(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeFilter.HasOneOfType
- test(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeFilter.HasPredicate
- test(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.EnhNodeFilter.HasType
- test(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFilter
-
Tests if the given
nodesuits the encapsulated conditions in bounds of the specifiedgraph. - testDomain(OntClass, OntProperty, boolean) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl
-
Answers
trueif theclazzis a domain ofproperty. - testTypes(Node, Graph, Set<Node>, Set<Node>) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Answers
true, if there is a declarationnode rdf:type $type, where $type is from the white types list, but not from the black types list. - testTypesUsingContains(Node, Graph, Set<Node>, Set<Node>) - Static method in class org.apache.jena.ontapi.utils.Graphs
- TODO(String) - Static method in exception org.apache.jena.ontapi.OntJenaException
-
Stub for TO-DO.
- toMap(Iterator<X>, Function<? super X, ? extends K>, Function<? super X, ? extends V>, BinaryOperator<V>, Supplier<M>) - Static method in class org.apache.jena.ontapi.utils.Iterators
-
Returns a
Map(of the type ofM) whose keys and values are the result of applying the provided mapping functions to the input elements. - toOntStatement(Triple, OntModel) - Static method in class org.apache.jena.ontapi.utils.OntModels
- toPrintString(Node, EnhGraph) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
- toRDFDatatype() - Method in class org.apache.jena.ontapi.impl.objects.OntNamedDataRangeImpl
- toRDFDatatype() - Method in interface org.apache.jena.ontapi.model.OntDataRange.Named
-
Creates a Jena Datatype.
- toString() - Method in class org.apache.jena.ontapi.common.EnhNodeFilter.HasOneOfType
- toString() - Method in class org.apache.jena.ontapi.common.EnhNodeFilter.HasPredicate
- toString() - Method in class org.apache.jena.ontapi.common.EnhNodeFilter.HasType
- toString() - Method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- toString() - Method in class org.apache.jena.ontapi.impl.objects.OntIDImpl
- toString() - Method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
- toString() - Method in class org.apache.jena.ontapi.impl.UnionGraphImpl
- toString(Statement) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Returns a string representation of the given Jena statement.
- toString(Statement, PrefixMapping) - Static method in class org.apache.jena.ontapi.utils.StdModels
-
Returns a string representation of the given Jena statement taking into account PrefixMapping.
- TOTAL_DIGITS_FACET_RESTRICTION - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- TotalDigitsImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntFacetRestrictionImpl.TotalDigitsImpl
- treeNodes(X, Function<X, Stream<X>>, boolean, boolean) - Static method in class org.apache.jena.ontapi.impl.HierarchySupport
-
Lists tree nodes for the given root using
listChildrenfunction, which provides child nodes. - TRUE - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFilter
- TRUE - Static variable in class org.apache.jena.ontapi.utils.StdModels
- type() - Method in class org.apache.jena.ontapi.impl.objects.OntListImpl
- type() - Method in interface org.apache.jena.ontapi.model.OntList
-
Answers the resource-type of this ONT-list, if it is typed.
- types() - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Lists all object-types, which are supported by this personality configuration.
- types() - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
- types() - Method in interface org.apache.jena.ontapi.model.OntObject
-
Lists all declarations (statements with
rdf:typepredicate). - types(Class<T>) - Method in interface org.apache.jena.ontapi.common.OntPersonality
-
Lists all object-types encapsulated by this config, that extend the specified object-type.
- TYPES - Static variable in interface org.apache.jena.ontapi.model.OntEntity
U
- UNION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL1ObjectFactories
- UNION_OF_CLASS - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- UNION_OF_DATARANGE - Static variable in class org.apache.jena.ontapi.impl.factories.OWL2ObjectFactories
- UnionGraph - Interface in org.apache.jena.ontapi
-
Hierarchical graph.
- UnionGraph.EventManager - Interface in org.apache.jena.ontapi
-
An enhanced
Jena Graph Event ManagerandUnionGraph.Listeners. - UnionGraph.Listener - Interface in org.apache.jena.ontapi
- UnionGraphImpl - Class in org.apache.jena.ontapi.impl
-
UnionGraph.
- UnionGraphImpl(Graph) - Constructor for class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Creates an instance with default settings.
- UnionGraphImpl(Graph, boolean) - Constructor for class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Creates a graph for the given
base, which will be either distinct or non-distinct, depending on the second parameter. - UnionGraphImpl(Graph, UnionGraph.EventManager, boolean) - Constructor for class org.apache.jena.ontapi.impl.UnionGraphImpl
-
Creates a graph for the given
base. - UnionGraphImpl.EventManagerImpl - Class in org.apache.jena.ontapi.impl
-
An extended
Jena Graph Event Manager, a holder forGraphListeners. - UnionGraphImpl.SubGraphs - Class in org.apache.jena.ontapi.impl
-
A container to hold all sub-graphs, that make up the hierarchy.
- UnionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntClassImpl.UnionOfImpl
- UnionOfImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.UnionOfImpl
- unregister(Class<? extends OntObject>) - Method in class org.apache.jena.ontapi.common.OntPersonalityImpl
-
Removes the factory.
- unregister(ModelChangedListener) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- unregister(ModelChangedListener) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Unregisters a listener from model-changed events on this model.
- Unsupported(String) - Constructor for exception org.apache.jena.ontapi.OntJenaException.Unsupported
- unwrap(Graph) - Static method in class org.apache.jena.ontapi.utils.Graphs
-
Unwraps the base (primary) base graph from a composite or wrapper graph if it is possible otherwise returns the same graph.
- URI - Static variable in interface org.apache.jena.ontapi.common.EnhNodeFilter
- USE_BUILTIN_HIERARCHY_SUPPORT - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, then the class/property hierarchies (e.g., seeOntClass.subClasses()) are to be inferred by the naked model itself using builtin algorithms. - USE_CHOOSE_MOST_SUITABLE_ONTOLOGY_HEADER_STRATEGY - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If
true, a multiple ontology header is allowed. - USE_GENERATE_ONTOLOGY_HEADER_IF_ABSENT_STRATEGY - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If
true,OntIDwill be generated automatically if it is absent (as a b-node). - USE_LEGACY_COMPATIBLE_NAMED_CLASS_FACTORY - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If
true, named class testing is compatible with the legacyorg.apache.jena.ontology.OntModel, otherwise, a strict check against the specification for the class declaration is performed (owl:Classfor OWL &rdfs:Classfor RDFS types are required). - USE_OWL_CLASS_DISJOINT_WITH_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:disjointWithfunctionality. - USE_OWL_CLASS_EQUIVALENT_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:equivalentClassfunctionality. - USE_OWL_DATA_PROPERTY_FUNCTIONAL_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls data
owl:FunctionalPropertyfunctionality. - USE_OWL_INDIVIDUAL_DIFFERENT_FROM_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:differentFromfunctionality. - USE_OWL_INDIVIDUAL_SAME_AS_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:sameAsfunctionality. - USE_OWL_INVERSE_OBJECT_PROPERTIES_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:inverseOffunctionality (InverseObjectProperty axiom). - USE_OWL_OBJECT_PROPERTY_FUNCTIONAL_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls object
owl:FunctionalPropertyfunctionality. - USE_OWL_PROPERTY_ASYMMETRIC_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:AsymmetricPropertyfunctionality. - USE_OWL_PROPERTY_CHAIN_AXIOM_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:propertyChainAxiomfunctionality. - USE_OWL_PROPERTY_EQUIVALENT_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:equivalentPropertyfunctionality. - USE_OWL_PROPERTY_INVERSE_FUNCTIONAL_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:InverseFunctionalPropertyfunctionality. - USE_OWL_PROPERTY_IRREFLEXIVE_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:IrreflexivePropertyfunctionality. - USE_OWL_PROPERTY_REFLEXIVE_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:ReflexivePropertyfunctionality. - USE_OWL_PROPERTY_SYMMETRIC_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:SymmetricPropertyfunctionality. - USE_OWL_PROPERTY_TRANSITIVE_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:TransitivePropertyfunctionality. - USE_OWL1_DATARANGE_DECLARATION_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, thenowl:DataRange(OWL1) instead ofrdfs:Datatype(OWL2). - USE_OWL1_DISTINCT_MEMBERS_PREDICATE_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, thenowl:distinctMembers(OWL1) is used instead ofowl:members(OWL2). - USE_OWL2_CLASS_HAS_KEY_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:hasKeyfunctionality. - USE_OWL2_DEPRECATED_VOCABULARY_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, thenowl:DataRangeandowl:distinctMemberswill also be considered, although in OWL2 they are deprecated. - USE_OWL2_NAMED_CLASS_DISJOINT_UNION_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:disjointUnionOffunctionality. - USE_OWL2_NAMED_INDIVIDUAL_DECLARATION_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, thenowl:NamedIndividualdeclaration is used for creating individuals. - USE_OWL2_PROPERTY_DISJOINT_WITH_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Controls
owl:propertyDisjointWithfunctionality. - USE_OWL2_QUALIFIED_CARDINALITY_RESTRICTION_FEATURE - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
If this key is set to
true, thenowl:qualifiedCardinality,owl:maxQualifiedCardinality,owl:minQualifiedCardinalitypredicates are allowed for Cardinality restrictions. - USE_SIMPLIFIED_TYPE_CHECKING_WHILE_LIST_INDIVIDUALS - Enum constant in enum class org.apache.jena.ontapi.OntModelControls
-
Used while
OntModel.individuals().
V
- validate() - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
-
Tests the consistency of the underlying data.
- validateArity(OntDataRange, Collection<OntDataProperty>) - Static method in class org.apache.jena.ontapi.impl.objects.OntClassImpl.NaryRestrictionImpl
- valueOf(String) - Static method in enum class org.apache.jena.ontapi.common.PunningsMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.apache.jena.ontapi.OntModelControls
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.apache.jena.ontapi.common.PunningsMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.jena.ontapi.impl.objects.OntClassImpl.CardinalityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.apache.jena.ontapi.OntModelControls
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLE_SWRL - Static variable in class org.apache.jena.ontapi.impl.factories.SWRLObjectFactories
- VariableImpl(Node, EnhGraph) - Constructor for class org.apache.jena.ontapi.impl.objects.OntSWRLImpl.VariableImpl
- viewAsString(Class<?>) - Static method in class org.apache.jena.ontapi.common.OntEnhNodeFactories
-
Answers a short form of the given class-type.
W
- withDefaultMappings(PrefixMapping) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- withDefaultMappings(PrefixMapping) - Method in interface org.apache.jena.ontapi.model.OntModel
- withRestrictionsSpec() - Method in class org.apache.jena.ontapi.impl.objects.OntDataRangeImpl.RestrictionImpl
- WithType(Class<? extends OntObjectImpl>, Resource) - Constructor for class org.apache.jena.ontapi.common.EnhNodeProducer.WithType
- WithType(Class<? extends OntObjectImpl>, Resource, BiFunction<Node, EnhGraph, EnhNode>) - Constructor for class org.apache.jena.ontapi.common.EnhNodeProducer.WithType
- wrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.BaseEnhNodeFactoryImpl
-
Creates a new
EnhNodewrapping the givenNodenode in the context of the graphEnhGraph. - wrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CommonEnhNodeFactoryImpl
- wrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.CompositeEnhNodeFactoryImpl
- wrap(Node, EnhGraph) - Method in interface org.apache.jena.ontapi.common.EnhNodeFactory
-
Creates a new
EnhNodewrapping the givenNodenode in the context of the graphEnhGraph. - wrap(Node, EnhGraph) - Method in class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- wrapAsOntObject(Node, EnhGraph) - Static method in class org.apache.jena.ontapi.impl.objects.OntObjectImpl
-
Creates a fresh
OntObjectinstance. - WrappedEnhNodeFactory - Class in org.apache.jena.ontapi.common
-
A factory wrapper.
- WrappedEnhNodeFactory(Class<? extends RDFNode>) - Constructor for class org.apache.jena.ontapi.common.WrappedEnhNodeFactory
- write(OutputStream) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- write(OutputStream) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of a model in a specified language.
- write(OutputStream, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- write(OutputStream, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of a model in a specified language.
- write(OutputStream, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- write(OutputStream, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of a model in a specified language.
- write(Writer) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- write(Writer) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Deprecated.
- write(Writer, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- write(Writer, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of a model in a specified language.
- write(Writer, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- write(Writer, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of a model in a specified language.
- writeAll(OutputStream, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- writeAll(OutputStream, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of all the model's contents, including inferred statements and statements imported from other documents.
- writeAll(OutputStream, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- writeAll(OutputStream, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of all the model's contents, including inferred statements and statements imported from other documents.
- writeAll(Writer, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- writeAll(Writer, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of all the model's contents, including inferred statements and statements imported from other documents.
- writeAll(Writer, String, String) - Method in class org.apache.jena.ontapi.impl.OntGraphModelImpl
- writeAll(Writer, String, String) - Method in interface org.apache.jena.ontapi.model.OntModel
-
Writes a serialized representation of all the model's contents, including inferred statements and statements imported from other documents.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form