org.utgenome.format.egt
Class EagyGeneLine
java.lang.Object
   org.utgenome.format.egt.EagyGeneLine
org.utgenome.format.egt.EagyGeneLine
- public class EagyGeneLine 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
EagyGeneLine
public EagyGeneLine(String line)
             throws UTGBException
- Throws:
- UTGBException
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.