Uses of Interface
org.apache.jena.ontapi.model.OntNegativeAssertion.WithDataProperty
Packages that use OntNegativeAssertion.WithDataProperty
-
Uses of OntNegativeAssertion.WithDataProperty in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntNegativeAssertion.WithDataPropertyMethods in org.apache.jena.ontapi.impl.objects that return OntNegativeAssertion.WithDataPropertyModifier and TypeMethodDescriptionOntDataPropertyImpl.addNegativeAssertion(OntIndividual source, org.apache.jena.rdf.model.Literal target) OntNegativePropertyAssertionImpl.create(OntGraphModelImpl model, OntIndividual source, OntDataProperty property, org.apache.jena.rdf.model.Literal target) Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntNegativeAssertion.WithDataPropertyModifier and TypeMethodDescriptionOntNegativePropertyAssertionImpl.DataAssertionImpl.objectType() -
Uses of OntNegativeAssertion.WithDataProperty in org.apache.jena.ontapi.model
Methods in org.apache.jena.ontapi.model that return OntNegativeAssertion.WithDataPropertyModifier and TypeMethodDescriptionOntDataProperty.addNegativeAssertion(OntIndividual source, org.apache.jena.rdf.model.Literal target) Adds a negative data property assertion.Methods in org.apache.jena.ontapi.model that return types with arguments of type OntNegativeAssertion.WithDataPropertyModifier and TypeMethodDescriptionOntDataProperty.negativeAssertions()Lists all negative property assertions.OntDataProperty.negativeAssertions(OntIndividual source) Returns all associated negative data property assertions for the specified source individual.