Uses of Interface
org.semanticweb.owl.model.OWLDisjointObjectPropertiesAxiom

Packages that use OWLDisjointObjectPropertiesAxiom
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.debugging   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of OWLDisjointObjectPropertiesAxiom in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLDisjointObjectPropertiesAxiom
 void KRSS2OWLObjectRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLDisjointObjectPropertiesAxiom
 OWLDisjointObjectPropertiesAxiom ManchesterOWLSyntaxEditorParser.parseDisjointObjectProperties()
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLDisjointObjectPropertiesAxiom
 void OWLObjectRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLDisjointObjectPropertiesAxiom
 void LatexObjectVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type OWLDisjointObjectPropertiesAxiom
 void AbstractTranslator.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLDisjointObjectPropertiesAxiom
 void OWLXMLObjectRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.semanticweb.owl.debugging
 

Methods in org.semanticweb.owl.debugging with parameters of type OWLDisjointObjectPropertiesAxiom
 void DebuggerDescriptionGenerator.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLDisjointObjectPropertiesAxiom
static AxiomType<OWLDisjointObjectPropertiesAxiom> AxiomType.DISJOINT_OBJECT_PROPERTIES
           
 

Methods in org.semanticweb.owl.model that return OWLDisjointObjectPropertiesAxiom
 OWLDisjointObjectPropertiesAxiom OWLDataFactory.getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties)
           
 OWLDisjointObjectPropertiesAxiom OWLDataFactory.getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDisjointObjectPropertiesAxiom
 java.util.Set<OWLDisjointObjectPropertiesAxiom> OWLOntology.getDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression property)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLDisjointObjectPropertiesAxiom
 O OWLAxiomVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLAxiomVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLDisjointObjectPropertiesAxiom
 void SimpleRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLOntologyChangeFilter.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 O OWLObjectVisitorExAdapter.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLObjectVisitorAdapter.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLObjectTypeIndexProvider.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLObjectDuplicator.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLObjectComponentCollector.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLEntityCollector.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLAxiomVisitorAdapter.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void OWLAxiomTypeProcessor.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void HashCode.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void DLExpressivityChecker.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 O DelegatingObjectVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void AxiomTypeProvider.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 void AxiomSubjectProvider.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl that implement OWLDisjointObjectPropertiesAxiom
 class OWLDisjointObjectPropertiesAxiomImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLDisjointObjectPropertiesAxiom
 OWLDisjointObjectPropertiesAxiom OWLDataFactoryImpl.getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties)
           
 OWLDisjointObjectPropertiesAxiom OWLDataFactoryImpl.getOWLDisjointObjectPropertiesAxiom(java.util.Set<? extends OWLObjectPropertyExpression> properties)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDisjointObjectPropertiesAxiom
 java.util.Set<OWLDisjointObjectPropertiesAxiom> OWLOntologyImpl.getDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression property)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLDisjointObjectPropertiesAxiom
 void DLSyntaxObjectRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLDisjointObjectPropertiesAxiom
 void DIGRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)
           
 

Uses of OWLDisjointObjectPropertiesAxiom in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLDisjointObjectPropertiesAxiom
 void ManchesterOWLSyntaxObjectRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom)