org.limn.data
Class SimpleParser

java.lang.Object
  |
  +--org.limn.data.SimpleParser

public class SimpleParser
extends java.lang.Object

SimpleParser is a utility class used to parse a plain white space delineated data file into a LimnData object. All methods are static so no instance of the class should ever be created.


Constructor Summary
SimpleParser()
           
 
Method Summary
static void output()
           
static LimnData parseFile(java.lang.String inString)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleParser

public SimpleParser()
Method Detail

parseFile

public static LimnData parseFile(java.lang.String inString)

output

public static void output()