Uses of Interface
org.semanticweb.owlapi.model.OWLInverseFunctionalObjectPropertyAxiom
Packages that use OWLInverseFunctionalObjectPropertyAxiom
Package
Description
Binding package.
DL syntax renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
OWL/XML syntax parser and renderer.
Profile classes.
Violation classes.
RDF model package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionOWLFunctionalSyntaxFactory.InverseFunctionalObjectProperty
(OWLObjectPropertyExpression property) OWLFunctionalSyntaxFactory.InverseFunctionalObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
DLSyntaxObjectRenderer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
LatexObjectVisitor.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeFieldDescriptionstatic final AxiomType
<OWLInverseFunctionalObjectPropertyAxiom> AxiomType.INVERSE_FUNCTIONAL_OBJECT_PROPERTY
InverseFunctionalObjectProperty.Methods in org.semanticweb.owlapi.model that return OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionOWLInverseFunctionalObjectPropertyAxiom.getAxiomWithoutAnnotations()
Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionOWLAxiomIndex.getInverseFunctionalObjectPropertyAxioms
(OWLObjectPropertyExpression property) Gets theOWLInverseFunctionalObjectPropertyAxiom
objects contained in this ontology that make the specified object property inverse functional.OWLAxiomIndex.inverseFunctionalObjectPropertyAxioms
(OWLObjectPropertyExpression property) Gets theOWLInverseFunctionalObjectPropertyAxiom
objects contained in this ontology that make the specified object property inverse functional.Methods in org.semanticweb.owlapi.model with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptiondefault void
OWLLogicalAxiomVisitor.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) visit OWLInverseFunctionalObjectPropertyAxiom typedefault O
OWLLogicalAxiomVisitorEx.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) visit OWLInverseFunctionalObjectPropertyAxiom type -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders that return OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionPropertyCharacteristicAxiomProvider.getOWLInverseFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property) PropertyCharacteristicAxiomProvider.getOWLInverseFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
OWLXMLObjectRenderer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
ProfileVisitor.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.profiles.violations
Constructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifierConstructorDescriptionUseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom
(OWLOntology ontology, OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
AbstractTranslator.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) OWLObjectDuplicator.visit
(OWLInverseFunctionalObjectPropertyAxiom ax) Methods in org.semanticweb.owlapi.util with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionAxiomSubjectProviderEx.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) DelegatingObjectVisitorEx.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) void
DLExpressivityChecker.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) HornAxiomVisitorEx.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) void
OWLAnnotationPropertyTransformer.visit
(OWLInverseFunctionalObjectPropertyAxiom ax) OWLObjectDesharer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) OWLObjectDuplicator.visit
(OWLInverseFunctionalObjectPropertyAxiom ax) void
SimpleRenderer.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) void
SimpleRendererDebug.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) void
StructureWalker.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLInverseFunctionalObjectPropertyAxiomConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifierConstructorDescriptionBuilderInverseFunctionalObjectProperty
(OWLInverseFunctionalObjectPropertyAxiom expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLInverseFunctionalObjectPropertyAxiom in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
SemanticLocalityChecker.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) void
SyntacticLocalityChecker.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLInverseFunctionalObjectPropertyAxiomMethods in uk.ac.manchester.cs.owl.owlapi that return OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionOWLInverseFunctionalObjectPropertyAxiomImpl.getAxiomWithoutAnnotations()
OWLDataFactoryImpl.getOWLInverseFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionInitVisitorFactory.InitVisitor.visit
(OWLInverseFunctionalObjectPropertyAxiom axiom) -
Uses of OWLInverseFunctionalObjectPropertyAxiom in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLInverseFunctionalObjectPropertyAxiomModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.getInverseFunctionalObjectPropertyAxioms
(OWLObjectPropertyExpression owlObjectPropertyExpression) ConcurrentOWLOntologyImpl.inverseFunctionalObjectPropertyAxioms
(OWLObjectPropertyExpression property)