pt.ua.bioinformatics.coeus.api
Class ItemFactory

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

public class ItemFactory
extends java.lang.Object

Utility class for Item transformation tasks.


Constructor Summary
ItemFactory()
           
 
Method Summary
static java.lang.String getTokenFromItem(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

ItemFactory

public ItemFactory()
Method Detail

getTokenFromItem

public static java.lang.String getTokenFromItem(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.