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

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

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

Uses of OWLDataComplementOf in org.coode.owl.functionalrenderer
 

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

Uses of OWLDataComplementOf in org.coode.owl.latex
 

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

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

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

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

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

Uses of OWLDataComplementOf in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLDataComplementOf
 OWLDataComplementOf OWLDataFactory.getOWLDataComplementOf(OWLDataRange dataRange)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLDataComplementOf
 O OWLDataVisitorEx.visit(OWLDataComplementOf node)
           
 void OWLDataVisitor.visit(OWLDataComplementOf node)
           
 

Uses of OWLDataComplementOf in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLDataComplementOf
 void SimpleRenderer.visit(OWLDataComplementOf node)
           
 O OWLObjectVisitorExAdapter.visit(OWLDataComplementOf node)
           
 void OWLObjectVisitorAdapter.visit(OWLDataComplementOf node)
           
 void OWLObjectTypeIndexProvider.visit(OWLDataComplementOf node)
           
 void OWLObjectDuplicator.visit(OWLDataComplementOf node)
           
 void OWLObjectComponentCollector.visit(OWLDataComplementOf node)
           
 void OWLEntityCollector.visit(OWLDataComplementOf node)
           
 OWLDataRange NNF.visit(OWLDataComplementOf node)
           
 void HashCode.visit(OWLDataComplementOf node)
           
 void DLExpressivityChecker.visit(OWLDataComplementOf node)
           
 O DelegatingObjectVisitorEx.visit(OWLDataComplementOf node)
           
 

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

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

 

Methods in uk.ac.manchester.cs.owl that return OWLDataComplementOf
 OWLDataComplementOf OWLDataFactoryImpl.getOWLDataComplementOf(OWLDataRange dataRange)
           
 

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

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

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

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

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

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