pt.ua.bioinformatics.coeus.api
Class ConceptFactory

java.lang.Object
  extended by pt.ua.bioinformatics.coeus.api.ConceptFactory

public class ConceptFactory
extends java.lang.Object

Utility class for Concept transformation tasks.


Constructor Summary
ConceptFactory()
           
 
Method Summary
static java.lang.String getTokenFromConcept(java.lang.String item)
          Converts a COEUS-formatted item name into a single token, usable on any other method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptFactory

public ConceptFactory()
Method Detail

getTokenFromConcept

public static java.lang.String getTokenFromConcept(java.lang.String item)
Converts a COEUS-formatted item name into a single token, usable on any other method.

Parameters:
item - the Item to be converted.
Returns:
the converted token.