Uses of Interface
org.semanticweb.owlapi.model.OWLNegativeObjectPropertyAssertionAxiom
Packages that use OWLNegativeObjectPropertyAssertionAxiom
Package
Description
Binding package.
DL syntax renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
Profile classes.
RDF model package.
Search utilities package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionOWLFunctionalSyntaxFactory.NegativeObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target) OWLFunctionalSyntaxFactory.NegativeObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
DLSyntaxObjectRenderer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
LatexObjectVisitor.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeFieldDescriptionstatic final AxiomType
<OWLNegativeObjectPropertyAssertionAxiom> AxiomType.NEGATIVE_OBJECT_PROPERTY_ASSERTION
NegativeObjectPropertyAssertion.Methods in org.semanticweb.owlapi.model that return OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionOWLNegativeObjectPropertyAssertionAxiom.getAxiomWithoutAnnotations()
Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionOWLAxiomIndex.getNegativeObjectPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLNegativeObjectPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.OWLAxiomIndex.negativeObjectPropertyAssertionAxioms
(OWLIndividual individual) Gets theOWLNegativeObjectPropertyAssertionAxiom
objects contained in this ontology that have the specifiedindividual
as the subject of the axiom.Methods in org.semanticweb.owlapi.model with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptiondefault void
OWLLogicalAxiomVisitor.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) visit OWLNegativeObjectPropertyAssertionAxiom typedefault O
OWLLogicalAxiomVisitorEx.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) visit OWLNegativeObjectPropertyAssertionAxiom type -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object) ObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object, Collection<OWLAnnotation> annotations) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
OWLXMLObjectRenderer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
ProfileVisitor.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
AbstractTranslator.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.search
Method parameters in org.semanticweb.owlapi.search with type arguments of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionstatic Stream
<OWLIndividual> Searcher.negValues
(Stream<OWLNegativeObjectPropertyAssertionAxiom> axioms, OWLObjectPropertyExpression p) Retrieve objects from a collection of negative assertions. -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) OWLObjectDuplicator.visit
(OWLNegativeObjectPropertyAssertionAxiom ax) Methods in org.semanticweb.owlapi.util with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionAxiomSubjectProviderEx.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) DelegatingObjectVisitorEx.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) void
DLExpressivityChecker.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) void
OWLAnnotationPropertyTransformer.visit
(OWLNegativeObjectPropertyAssertionAxiom ax) OWLObjectDesharer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) OWLObjectDuplicator.visit
(OWLNegativeObjectPropertyAssertionAxiom ax) void
SimpleRenderer.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) void
SimpleRendererDebug.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) void
StructureWalker.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLNegativeObjectPropertyAssertionAxiomConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifierConstructorDescriptionBuilderNegativeObjectPropertyAssertion
(OWLNegativeObjectPropertyAssertionAxiom expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLNegativeObjectPropertyAssertionAxiom in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionvoid
SemanticLocalityChecker.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) !R(i,j) holds if {i} [= \AR.!{j}=!\ER.{j}void
SyntacticLocalityChecker.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLNegativeObjectPropertyAssertionAxiomMethods in uk.ac.manchester.cs.owl.owlapi that return OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionOWLNegativeObjectPropertyAssertionAxiomImpl.getAxiomWithoutAnnotations()
OWLDataFactoryImpl.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object, Collection<OWLAnnotation> annotations) Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionInitVisitorFactory.InitVisitor.visit
(OWLNegativeObjectPropertyAssertionAxiom axiom) -
Uses of OWLNegativeObjectPropertyAssertionAxiom in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLNegativeObjectPropertyAssertionAxiomModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.getNegativeObjectPropertyAssertionAxioms
(OWLIndividual owlIndividual) ConcurrentOWLOntologyImpl.negativeObjectPropertyAssertionAxioms
(OWLIndividual individual)