org.semanticweb.owlapi.util
Interface OWLEntitySetProvider<E extends OWLEntity>

All Known Implementing Classes:
ReferencedEntitySetProvider

public interface OWLEntitySetProvider<E extends OWLEntity>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Apr-2007

Provides a set of entities to inputs that require this.


Method Summary
 java.util.Set<E> getEntities()
          Gets the entities that are provided by this provider.
 

Method Detail

getEntities

java.util.Set<E> getEntities()
Gets the entities that are provided by this provider.