org.utgenome.format.egt
Class EagyGeneLine

java.lang.Object
  extended by org.utgenome.format.egt.EagyGeneLine

public class EagyGeneLine
extends Object


Constructor Summary
EagyGeneLine(String line)
           
 
Method Summary
 Parameter getValue(String key)
           
static org.xerial.util.Pair<String,String> parse(String parameter)
           
static ParameterMap parseLine(String line)
          parsing each line then convert its contents into a ParameterMap
static void setRange(String value, ParameterMap map)
           
static String[] split(String inputLine)
           
static String[] splitByComma(String value)
           
 void toXML(org.xerial.xml.XMLGenerator xout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EagyGeneLine

public EagyGeneLine(String line)
             throws UTGBException
Throws:
UTGBException
Method Detail

getValue

public Parameter getValue(String key)

parseLine

public static ParameterMap parseLine(String line)
                              throws UTGBException
parsing each line then convert its contents into a ParameterMap

Parameters:
line -
Returns:
Throws:
UTGBException

split

public static String[] split(String inputLine)

parse

public static org.xerial.util.Pair<String,String> parse(String parameter)
                                                 throws UTGBException
Throws:
UTGBException

setRange

public static void setRange(String value,
                            ParameterMap map)
                     throws UTGBException
Throws:
UTGBException

splitByComma

public static String[] splitByComma(String value)

toXML

public void toXML(org.xerial.xml.XMLGenerator xout)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.