Uses of Interface
org.apache.jena.ontapi.model.OntIndividual
Packages that use OntIndividual
Package
Description
-
Uses of OntIndividual in org.apache.jena.ontapi.impl
Methods in org.apache.jena.ontapi.impl that return OntIndividualMethods in org.apache.jena.ontapi.impl that return types with arguments of type OntIndividualModifier and TypeMethodDescriptionOntGraphModelImpl.individuals()org.apache.jena.util.iterator.ExtendedIterator<OntIndividual>OntGraphModelImpl.listIndividuals()Returns anExtendedIteratorover all individuals that participate in class assertion statementa rdf:type C.static <M extends OntModel & OntEnhGraph>
org.apache.jena.util.iterator.ExtendedIterator<OntIndividual>OntGraphModelImpl.listIndividuals(M model, Set<String> reserved, org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.graph.Triple> assertions) FiltersOntIndividuals from the specifiedExtendedIterator.Methods in org.apache.jena.ontapi.impl with parameters of type OntIndividualModifier and TypeMethodDescriptionOntGraphModelImpl.createObjectHasValue(OntObjectProperty property, OntIndividual individual) Method parameters in org.apache.jena.ontapi.impl with type arguments of type OntIndividualModifier and TypeMethodDescriptionOntGraphModelImpl.createDifferentIndividuals(Collection<OntIndividual> individuals) OntGraphModelImpl.createObjectOneOf(Collection<OntIndividual> individuals) -
Uses of OntIndividual in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntIndividualModifier and TypeClassDescriptionclassAnOntIndividualimplementation, both for anonymous and named individuals.static classSee description to the interfaceOntIndividual.Anonymous.static classRepresents a named individual.Methods in org.apache.jena.ontapi.impl.objects that return OntIndividualModifier and TypeMethodDescriptionOntNegativePropertyAssertionImpl.getSource()OntNegativePropertyAssertionImpl.ObjectAssertionImpl.getTarget()OntIndividualImpl.removeDifferentIndividual(org.apache.jena.rdf.model.Resource other) OntIndividualImpl.removeSameIndividual(org.apache.jena.rdf.model.Resource other) Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntIndividualModifier and TypeMethodDescriptionOntIndividualImpl.differentIndividuals()OntDisjointImpl.IndividualsImpl.findList(org.apache.jena.rdf.model.Property predicate) OntDisjointImpl.IndividualsImpl.getList()OntClassImpl.individuals(boolean direct) OntSimpleClassImpl.individuals(boolean direct) org.apache.jena.util.iterator.ExtendedIterator<OntIndividual>OntDisjointImpl.IndividualsImpl.listMembers()org.apache.jena.util.iterator.ExtendedIterator<OntListImpl<OntIndividual>>OntDisjointImpl.IndividualsImpl.lists()OntIndividualImpl.sameIndividuals()Methods in org.apache.jena.ontapi.impl.objects with parameters of type OntIndividualModifier and TypeMethodDescriptionOntIndividualImpl.addDifferentFromStatement(OntIndividual other) OntDataPropertyImpl.addNegativeAssertion(OntIndividual source, org.apache.jena.rdf.model.Literal target) OntObjectPropertyImpl.addNegativeAssertion(OntIndividual source, OntIndividual target) OntIndividualImpl.addSameAsStatement(OntIndividual other) OntNegativePropertyAssertionImpl.create(OntGraphModelImpl model, OntIndividual source, OntDataProperty property, org.apache.jena.rdf.model.Literal target) OntNegativePropertyAssertionImpl.create(OntGraphModelImpl model, OntIndividual source, OntObjectProperty property, OntIndividual target) Method parameters in org.apache.jena.ontapi.impl.objects with type arguments of type OntIndividualModifier and TypeMethodDescriptionstatic OntDisjoint.IndividualsOntDisjointImpl.createDifferentIndividuals(OntGraphModelImpl model, Stream<OntIndividual> individuals) Creates blank node_:x rdf:type owl:AllDifferent. _:x owl:members (a1 ... an). -
Uses of OntIndividual in org.apache.jena.ontapi.model
Subinterfaces of OntIndividual in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interfaceAn interface for Anonymous Individuals.static interfaceAn interface for Named Individual which is anEntity OntEntity.Methods in org.apache.jena.ontapi.model that return OntIndividualModifier and TypeMethodDescriptiondefault OntIndividualOntIndividual.addAssertion(OntAnnotationProperty property, org.apache.jena.rdf.model.RDFNode value) Adds annotation assertionAnnotationAssertion(A s t).default OntIndividualOntIndividual.addAssertion(OntDataProperty property, org.apache.jena.rdf.model.Literal value) Adds a positive data property assertiona R v.default OntIndividualOntIndividual.addAssertion(OntObjectProperty.Named property, OntIndividual value) Adds a positive object property assertiona1 PN a2.default OntIndividualOntIndividual.addComment(String txt) Creates_:this rdfs:comment "txt"^^xsd:stringstatement.default OntIndividualOntIndividual.addComment(String txt, String lang) Adds the given localized text annotation with builtinrdfs:commentpredicate.default OntIndividualOntIndividual.addDifferentIndividual(OntIndividual other) Adds aowl:differentFromindividual statement and returns this object itself to allow cascading calls.default OntIndividualCreates_:this rdfs:label "txt"^^xsd:stringstatement.default OntIndividualAdds the given localized text annotation with builtinrdfs:labelpredicate.default OntIndividualOntIndividual.addNegativeAssertion(OntDataProperty property, org.apache.jena.rdf.model.Literal value) Adds a negative data property assertion.default OntIndividualOntIndividual.addNegativeAssertion(OntObjectProperty property, OntIndividual value) Adds a negative object property assertion.default OntIndividualOntIndividual.addProperty(OntNamedProperty property, org.apache.jena.rdf.model.RDFNode value) Adds a property assertion statement.default OntIndividualOntIndividual.addSameIndividual(OntIndividual other) Adds aowl:sameAsindividual statement and returns this object itself to allow cascading calls.default OntIndividualOntIndividual.annotate(OntAnnotationProperty predicate, String txt, String lang) Adds a language-tagged text for this object and the givenpredicatedefault OntIndividualOntIndividual.annotate(OntAnnotationProperty predicate, org.apache.jena.rdf.model.RDFNode value) Annotates the object with the givenpredicateandvalue.default OntIndividualOntIndividual.attachClass(OntClass clazz) Adds a type (class expression) to this individual.default OntIndividualOntModel.createIndividual(String uri, OntClass type) Creates individual (named or anonymous) of the specified type.OntIndividual.detachClass(org.apache.jena.rdf.model.Resource clazz) Removes a class assertion statement for the given class.OntNegativeAssertion.getSource()Returns the source individual.default OntIndividualOntIndividual.removeAssertion(OntNamedProperty property, org.apache.jena.rdf.model.RDFNode value) Removes a positive property assertion including its annotation.default OntIndividualOntIndividual.removeDifferentIndividual(org.apache.jena.rdf.model.Resource other) Removes a different individual statement for this and specified individuals, including the statement's annotation.default OntIndividualOntIndividual.removeNegativeAssertion(OntRelationalProperty property, org.apache.jena.rdf.model.RDFNode value) Removes a negative property assertion including its annotation.default OntIndividualOntIndividual.removeSameIndividual(org.apache.jena.rdf.model.Resource other) Removes a same individual statement for this and specified individuals, including the statement's annotation.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntIndividualModifier and TypeMethodDescriptiondefault Stream<OntIndividual>OntIndividual.differentIndividuals()Lists all different individuals.OntDisjoint.Individuals.getList()Gets anONT-List.default Stream<OntIndividual>OntClass.individuals()Lists all individuals taking into account class hierarchy.OntClass.individuals(boolean direct) Lists all individuals, directly or indirectly connected to this class.OntModel.individuals()Lists all class-asserted individuals.OntDisjoint.Individuals.members()Lists all members from []-list on predicateowl:memberswith concatenation all members from []-list on predicateowl:distinctMembers.default Stream<OntIndividual>OntIndividual.sameIndividuals()Lists all same individuals.Methods in org.apache.jena.ontapi.model with parameters of type OntIndividualModifier and TypeMethodDescriptiondefault OntIndividualOntIndividual.addAssertion(OntObjectProperty.Named property, OntIndividual value) Adds a positive object property assertiona1 PN a2.default OntStatementOntIndividual.addDifferentFromStatement(OntIndividual other) Adds aowl:differentFromindividual statement.default OntIndividualOntIndividual.addDifferentIndividual(OntIndividual other) Adds aowl:differentFromindividual statement and returns this object itself to allow cascading calls.OntDataProperty.addNegativeAssertion(OntIndividual source, org.apache.jena.rdf.model.Literal target) Adds a negative data property assertion.default OntIndividualOntIndividual.addNegativeAssertion(OntObjectProperty property, OntIndividual value) Adds a negative object property assertion.OntObjectProperty.addNegativeAssertion(OntIndividual source, OntIndividual target) Adds a negative property assertion ontology object.default OntStatementOntIndividual.addSameAsStatement(OntIndividual other) Adds a same individual reference.default OntIndividualOntIndividual.addSameIndividual(OntIndividual other) Adds aowl:sameAsindividual statement and returns this object itself to allow cascading calls.OntDataProperty.negativeAssertions(OntIndividual source) Returns all associated negative data property assertions for the specified source individual.OntObjectProperty.negativeAssertions(OntIndividual source) Returns all associated negative object property assertions for the specified source individual. -
Uses of OntIndividual in org.apache.jena.ontapi.utils
Methods in org.apache.jena.ontapi.utils with parameters of type OntIndividualModifier and TypeMethodDescriptionstatic org.apache.jena.util.iterator.ExtendedIterator<OntClass>OntModels.listClasses(OntIndividual i) Lists all class-types for the given individual.