Uses of Interface
org.semanticweb.owlapi.model.OWLSymmetricObjectPropertyAxiom
Packages that use OWLSymmetricObjectPropertyAxiom
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.
RDF model package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionOWLFunctionalSyntaxFactory.SymmetricObjectProperty
(OWLObjectPropertyExpression property) OWLFunctionalSyntaxFactory.SymmetricObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
DLSyntaxObjectRenderer.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
LatexObjectVisitor.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeFieldDescriptionstatic final AxiomType<OWLSymmetricObjectPropertyAxiom>
AxiomType.SYMMETRIC_OBJECT_PROPERTY
SymmetricObjectProperty.Methods in org.semanticweb.owlapi.model that return OWLSymmetricObjectPropertyAxiomMethods in org.semanticweb.owlapi.model that return types with arguments of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptiondefault Set<OWLSymmetricObjectPropertyAxiom>
OWLAxiomIndex.getSymmetricObjectPropertyAxioms
(OWLObjectPropertyExpression property) Gets theOWLSymmetricObjectPropertyAxiom
objects contained in this ontology that make the specified object property symmetric.default Stream<OWLSymmetricObjectPropertyAxiom>
OWLAxiomIndex.symmetricObjectPropertyAxioms
(OWLObjectPropertyExpression property) Gets theOWLSymmetricObjectPropertyAxiom
objects contained in this ontology that make the specified object property symmetric.Methods in org.semanticweb.owlapi.model with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptiondefault void
OWLLogicalAxiomVisitor.visit
(OWLSymmetricObjectPropertyAxiom axiom) visit OWLSymmetricObjectPropertyAxiom typedefault O
OWLLogicalAxiomVisitorEx.visit
(OWLSymmetricObjectPropertyAxiom axiom) visit OWLSymmetricObjectPropertyAxiom type -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders that return OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptiondefault OWLSymmetricObjectPropertyAxiom
PropertyCharacteristicAxiomProvider.getOWLSymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression property) PropertyCharacteristicAxiomProvider.getOWLSymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
OWLXMLObjectRenderer.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
ProfileVisitor.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
AbstractTranslator.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLSymmetricObjectPropertyAxiom axiom) OWLObjectDuplicator.visit
(OWLSymmetricObjectPropertyAxiom ax) Methods in org.semanticweb.owlapi.util with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionAxiomSubjectProviderEx.visit
(OWLSymmetricObjectPropertyAxiom axiom) DelegatingObjectVisitorEx.visit
(OWLSymmetricObjectPropertyAxiom axiom) void
DLExpressivityChecker.visit
(OWLSymmetricObjectPropertyAxiom axiom) HornAxiomVisitorEx.visit
(OWLSymmetricObjectPropertyAxiom axiom) void
OWLAnnotationPropertyTransformer.visit
(OWLSymmetricObjectPropertyAxiom ax) OWLObjectDesharer.visit
(OWLSymmetricObjectPropertyAxiom axiom) OWLObjectDuplicator.visit
(OWLSymmetricObjectPropertyAxiom ax) void
SimpleRenderer.visit
(OWLSymmetricObjectPropertyAxiom axiom) void
SimpleRendererDebug.visit
(OWLSymmetricObjectPropertyAxiom axiom) void
StructureWalker.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLSymmetricObjectPropertyAxiomConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLSymmetricObjectPropertyAxiomModifierConstructorDescriptionBuilder initialized from an existing object. -
Uses of OWLSymmetricObjectPropertyAxiom in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionvoid
SemanticLocalityChecker.visit
(OWLSymmetricObjectPropertyAxiom axiom) void
SyntacticLocalityChecker.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLSymmetricObjectPropertyAxiomMethods in uk.ac.manchester.cs.owl.owlapi that return OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionOWLSymmetricObjectPropertyAxiomImpl.getAxiomWithoutAnnotations()
OWLDataFactoryImpl.getOWLSymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionInitVisitorFactory.InitVisitor.visit
(OWLSymmetricObjectPropertyAxiom axiom) -
Uses of OWLSymmetricObjectPropertyAxiom in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLSymmetricObjectPropertyAxiomModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.getSymmetricObjectPropertyAxioms
(OWLObjectPropertyExpression owlObjectPropertyExpression) ConcurrentOWLOntologyImpl.symmetricObjectPropertyAxioms
(OWLObjectPropertyExpression property)