org.metaqtl.adapter
Class MetaMapAdapter

java.lang.Object
  extended by org.metaqtl.adapter.MetaMapAdapter

public final class MetaMapAdapter
extends java.lang.Object

This class defines some usefull methods to adapt MetaMap objects into other kinds of objects or the inverse.


Constructor Summary
MetaMapAdapter()
           
 
Method Summary
static IBioGenome toIBioGenome(MetaMap metaMap)
          This methos convert a MetaMap object into an object which is consistent with the IBioGenome interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaMapAdapter

public MetaMapAdapter()
Method Detail

toIBioGenome

public static IBioGenome toIBioGenome(MetaMap metaMap)
This methos convert a MetaMap object into an object which is consistent with the IBioGenome interface.

Parameters:
metaMap - the MetaMap to convert.
Returns:
an object which class implements the IBioGenome interface.