org.semanticweb.owlapi.util
Class OWLClassLiteralCollector

java.lang.Object
  extended by org.semanticweb.owlapi.util.OWLObjectWalker<OWLObject>
      extended by org.semanticweb.owlapi.util.OWLClassLiteralCollector

public class OWLClassLiteralCollector
extends OWLObjectWalker<OWLObject>

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 23-Jul-2009


Constructor Summary
OWLClassLiteralCollector(java.util.Set<? extends OWLObject> objects)
           
OWLClassLiteralCollector(java.util.Set<? extends OWLObject> objects, boolean visitDuplicates)
           
 
Method Summary
 java.util.Set<OWLClass> getNegativeLiterals()
           
 java.util.Set<OWLClass> getPositiveLiterals()
           
 
Methods inherited from class org.semanticweb.owlapi.util.OWLObjectWalker
getAnnotation, getAxiom, getClassExpressionPath, getDataRangePath, getOntology, isFirstClassExpressionInPath, walkStructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLClassLiteralCollector

public OWLClassLiteralCollector(java.util.Set<? extends OWLObject> objects)

OWLClassLiteralCollector

public OWLClassLiteralCollector(java.util.Set<? extends OWLObject> objects,
                                boolean visitDuplicates)
Method Detail

getPositiveLiterals

public java.util.Set<OWLClass> getPositiveLiterals()

getNegativeLiterals

public java.util.Set<OWLClass> getNegativeLiterals()