org.semanticweb.owl.util
Class InferredDisjointClassesAxiomGenerator

java.lang.Object
  extended by org.semanticweb.owl.util.InferredEntityAxiomGenerator<OWLClass,A>
      extended by org.semanticweb.owl.util.InferredClassAxiomGenerator<OWLDisjointClassesAxiom>
          extended by org.semanticweb.owl.util.InferredDisjointClassesAxiomGenerator
All Implemented Interfaces:
InferredAxiomGenerator<OWLDisjointClassesAxiom>

public class InferredDisjointClassesAxiomGenerator
extends InferredClassAxiomGenerator<OWLDisjointClassesAxiom>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007

Generates inferred disjoint axioms - note that this currently uses a very simple inefficient algorithm.


Constructor Summary
InferredDisjointClassesAxiomGenerator()
           
 
Method Summary
 java.lang.String getLabel()
           
 
Methods inherited from class org.semanticweb.owl.util.InferredEntityAxiomGenerator
createAxioms, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InferredDisjointClassesAxiomGenerator

public InferredDisjointClassesAxiomGenerator()
Method Detail

getLabel

public java.lang.String getLabel()