Uses of Class
OntologyEntityFinder.Entity

Uses of Entity in OntologyEntityFinder
 

Fields in OntologyEntityFinder with type parameters of type Entity
private  java.util.HashSet<Entity> OntologyDescription.entities
          the set of entities that compose the ontology
 

Methods in OntologyEntityFinder that return Entity
 Entity OntologyDescription.addEntities(java.lang.String name)
          Add an entity to the ontology
 Entity OntologyDescription.getEntity(java.lang.String name)