Uses of Interface
org.apache.jena.ontapi.model.OntNegativeAssertion.WithObjectProperty
Packages that use OntNegativeAssertion.WithObjectProperty
-
Uses of OntNegativeAssertion.WithObjectProperty in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntNegativeAssertion.WithObjectPropertyModifier and TypeClassDescriptionstatic classMethods in org.apache.jena.ontapi.impl.objects that return OntNegativeAssertion.WithObjectPropertyModifier and TypeMethodDescriptionOntObjectPropertyImpl.addNegativeAssertion(OntIndividual source, OntIndividual target) OntNegativePropertyAssertionImpl.create(OntGraphModelImpl model, OntIndividual source, OntObjectProperty property, OntIndividual target) Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntNegativeAssertion.WithObjectPropertyModifier and TypeMethodDescriptionOntNegativePropertyAssertionImpl.ObjectAssertionImpl.objectType() -
Uses of OntNegativeAssertion.WithObjectProperty in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return OntNegativeAssertion.WithObjectPropertyModifier and TypeMethodDescriptionOntObjectProperty.addNegativeAssertion(OntIndividual source, OntIndividual target) Adds a negative property assertion ontology object.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntNegativeAssertion.WithObjectPropertyModifier and TypeMethodDescriptionOntObjectProperty.negativeAssertions()Returns all associated negative object property assertions.OntObjectProperty.negativeAssertions(OntIndividual source) Returns all associated negative object property assertions for the specified source individual.