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

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

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

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

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

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

Methods in pt.ua.bioinformatics.coeus.domain that return Concept
 Concept Item.getHasConcept()
           
 Concept Resource.getIsResourceOf()
           
 

Methods in pt.ua.bioinformatics.coeus.domain that return types with arguments of type Concept
 java.util.ArrayList<Concept> Entity.getIsEntityOf()
           
 

Methods in pt.ua.bioinformatics.coeus.domain with parameters of type Concept
 void Item.setHasConcept(Concept hasConcept)
           
 void Resource.setIsResourceOf(Concept isResourceOf)
           
 

Method parameters in pt.ua.bioinformatics.coeus.domain with type arguments of type Concept
 void Entity.setIsEntityOf(java.util.ArrayList<Concept> isEntityOf)