org.semanticweb.owlapi.util
Class ImportsStructureEntitySorter.ReferencedEntitySelector

java.lang.Object
  extended by org.semanticweb.owlapi.util.ImportsStructureEntitySorter.ReferencedEntitySelector
All Implemented Interfaces:
ImportsStructureObjectSorter.ObjectSelector<OWLEntity>
Enclosing class:
ImportsStructureEntitySorter

public static class ImportsStructureEntitySorter.ReferencedEntitySelector
extends java.lang.Object
implements ImportsStructureObjectSorter.ObjectSelector<OWLEntity>


Constructor Summary
ImportsStructureEntitySorter.ReferencedEntitySelector()
           
 
Method Summary
 java.util.Set<OWLEntity> getObjects(OWLOntology ontology)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportsStructureEntitySorter.ReferencedEntitySelector

public ImportsStructureEntitySorter.ReferencedEntitySelector()
Method Detail

getObjects

public java.util.Set<OWLEntity> getObjects(OWLOntology ontology)
Specified by:
getObjects in interface ImportsStructureObjectSorter.ObjectSelector<OWLEntity>