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

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

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

Uses of OWLClassAssertionAxiom in org.coode.owl.functionalrenderer
 

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

Uses of OWLClassAssertionAxiom in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLClassAssertionAxiom in org.semanticweb.owl.debugging
 

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

Uses of OWLClassAssertionAxiom in org.semanticweb.owl.model
 

Fields in org.semanticweb.owl.model with type parameters of type OWLClassAssertionAxiom
static AxiomType<OWLClassAssertionAxiom> AxiomType.CLASS_ASSERTION
           
 

Methods in org.semanticweb.owl.model that return OWLClassAssertionAxiom
 OWLClassAssertionAxiom OWLDataFactory.getOWLClassAssertionAxiom(OWLIndividual individual, OWLDescription description)
           
 

Methods in org.semanticweb.owl.model that return types with arguments of type OWLClassAssertionAxiom
 java.util.Set<OWLClassAssertionAxiom> OWLOntology.getClassAssertionAxioms(OWLClass type)
           
 java.util.Set<OWLClassAssertionAxiom> OWLOntology.getClassAssertionAxioms(OWLIndividual individual)
           
 

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

Uses of OWLClassAssertionAxiom in org.semanticweb.owl.util
 

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

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLClassAssertionAxiom
 OWLClassAssertionAxiom OWLDataFactoryImpl.getOWLClassAssertionAxiom(OWLIndividual individual, OWLDescription description)
           
 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLClassAssertionAxiom
 java.util.Set<OWLClassAssertionAxiom> OWLOntologyImpl.getClassAssertionAxioms(OWLClass type)
           
 java.util.Set<OWLClassAssertionAxiom> OWLOntologyImpl.getClassAssertionAxioms(OWLIndividual individual)
           
 java.util.Set<OWLClassAssertionAxiom> OWLIndividualImpl.getIndividualTypeAxioms(OWLOntology ontology)
           
 

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

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

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

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

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

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