Uses of Class
de.unima.alcomox.ontology.Entity

Packages that use Entity
de.unima.alcomox.mapping   
de.unima.alcomox.ontology   
 

Uses of Entity in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that return Entity
 Entity Correspondence.getSourceEntity()
           
 Entity Correspondence.getTargetEntity()
           
 

Methods in de.unima.alcomox.mapping with parameters of type Entity
 void Correspondence.setSourceEntity(Entity entity)
           
 void Correspondence.setTargetEntity(Entity entity)
           
 

Uses of Entity in de.unima.alcomox.ontology
 

Fields in de.unima.alcomox.ontology with type parameters of type Entity
protected  java.util.HashMap<java.lang.String,Entity> AlcomoOntology.entities
           
 

Methods in de.unima.alcomox.ontology that return Entity
static Entity EntityFactory.createConceptEntity(org.semanticweb.owlapi.model.OWLClass concept)
           
static Entity EntityFactory.createDataPropertyEntity(org.semanticweb.owlapi.model.OWLDataProperty property, org.semanticweb.owlapi.model.OWLClass domain)
           
static Entity EntityFactory.createObjectPropertyEntity(org.semanticweb.owlapi.model.OWLObjectProperty property, org.semanticweb.owlapi.model.OWLClass domain)
          Constructs an entity corresponding to an object property with only a domain extension.
static Entity EntityFactory.createObjectPropertyEntity(org.semanticweb.owlapi.model.OWLObjectProperty property, org.semanticweb.owlapi.model.OWLClass domain, org.semanticweb.owlapi.model.OWLClass range)
          Constructs an entity corresponding to an object property with both domain and range class extension.
 Entity LocalOntology.getEntityByUri(java.lang.String entityUri)
          Resolves the uri reference and returns the entity that the uri refers to.
 Entity LocalOntology.getRandomEntity()
           
 Entity LocalOntology.getRandomEntity(boolean isConcept)