Uses of Interface
org.apache.jena.ontapi.model.OntNegativeAssertion
Packages that use OntNegativeAssertion
-
Uses of OntNegativeAssertion in org.apache.jena.ontapi.impl.objects
Classes in org.apache.jena.ontapi.impl.objects that implement OntNegativeAssertionModifier and TypeClassDescriptionclass
OntNegativePropertyAssertionImpl<P extends OntRelationalProperty,
T extends org.apache.jena.rdf.model.RDFNode> Implementation of the Negative Property Assertion.static class
static class
Methods in org.apache.jena.ontapi.impl.objects that return types with arguments of type OntNegativeAssertionModifier and TypeMethodDescriptionorg.apache.jena.util.iterator.ExtendedIterator<OntNegativeAssertion>
OntIndividualImpl.listNegativeAssertions()
OntIndividualImpl.negativeAssertions()
-
Uses of OntNegativeAssertion in org.apache.jena.ontapi.model
Subinterfaces of OntNegativeAssertion in org.apache.jena.ontapi.modelModifier and TypeInterfaceDescriptionstatic interface
static interface
Methods in org.apache.jena.ontapi.model that return types with arguments of type OntNegativeAssertionModifier and TypeMethodDescriptiondefault Stream<OntNegativeAssertion>
OntIndividual.negativeAssertions()
Lists all negative property assertions for this individual.default Stream<OntNegativeAssertion>
OntIndividual.negativeAssertions
(OntRelationalProperty property) Lists all negative property assertions for this individual and the given property.Stream<? extends OntNegativeAssertion<?,
?>> OntRelationalProperty.negativeAssertions()
Lists all negative property assertions.