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

Packages that use OWLDisjointClassesAxiom
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 OWLDisjointClassesAxiom in de.uulm.ecs.ai.owl.krssrenderer
 

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

Uses of OWLDisjointClassesAxiom in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax that return OWLDisjointClassesAxiom
 OWLDisjointClassesAxiom ManchesterOWLSyntaxEditorParser.parseDisjointClasses()
           
 

Uses of OWLDisjointClassesAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLDisjointClassesAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDisjointClassesAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLDisjointClassesAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLDisjointClassesAxiom
static AxiomType<OWLDisjointClassesAxiom> AxiomType.DISJOINT_CLASSES
           
 

Methods in org.semanticweb.owl.model that return OWLDisjointClassesAxiom
 OWLDisjointClassesAxiom OWLDataFactory.getOWLDisjointClassesAxiom(OWLDescription clsA, OWLDescription... descriptions)
           
 OWLDisjointClassesAxiom OWLDataFactory.getOWLDisjointClassesAxiom(OWLDescription clsA, OWLDescription clsB)
           
 OWLDisjointClassesAxiom OWLDataFactory.getOWLDisjointClassesAxiom(java.util.Set<? extends OWLDescription> descriptions)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLDisjointClassesAxiom
 java.util.Set<OWLDisjointClassesAxiom> OWLOntology.getDisjointClassesAxioms(OWLClass cls)
          Gets the set of disjoint class axioms that contain the specified class as an operand.
 

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

Uses of OWLDisjointClassesAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDisjointClassesAxiom
 OWLDisjointClassesAxiom OWLDataFactoryImpl.getOWLDisjointClassesAxiom(OWLDescription clsA, OWLDescription... descriptions)
           
 OWLDisjointClassesAxiom OWLDataFactoryImpl.getOWLDisjointClassesAxiom(OWLDescription clsA, OWLDescription clsB)
           
 OWLDisjointClassesAxiom OWLDataFactoryImpl.getOWLDisjointClassesAxiom(java.util.Set<? extends OWLDescription> descriptions)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLDisjointClassesAxiom
 java.util.Set<OWLDisjointClassesAxiom> OWLOntologyImpl.getDisjointClassesAxioms(OWLClass cls)
           
 java.util.Set<OWLDisjointClassesAxiom> OWLClassImpl.getDisjointClassesAxioms(OWLOntology ontology)
           
 

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

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

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

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

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

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