Uses of Class
pt.ua.bioinformatics.coeus.domain.Entity

Packages that use Entity
pt.ua.bioinformatics.coeus.api   
pt.ua.bioinformatics.coeus.domain   
 

Uses of Entity in pt.ua.bioinformatics.coeus.api
 

Methods in pt.ua.bioinformatics.coeus.api that return Entity
static Entity Internal.getEntity(java.lang.String entity)
          Loads Entity object information from COEUS SDB for given identifier.
 

Methods in pt.ua.bioinformatics.coeus.api with parameters of type Entity
static java.util.ArrayList<Concept> Internal.getConcepts(Entity e)
          Loads all Concepts associated with the given Entity object.
 

Uses of Entity in pt.ua.bioinformatics.coeus.domain
 

Methods in pt.ua.bioinformatics.coeus.domain that return Entity
 Entity Concept.getHasEntity()
           
 

Methods in pt.ua.bioinformatics.coeus.domain with parameters of type Entity
 void Concept.setHasEntity(Entity hasEntity)