stella.xml
Class SequenceList.Read

java.lang.Object
  extended by stella.xml.SequenceList.Read
Enclosing class:
SequenceList

public static class SequenceList.Read
extends Object

We try to read in the sequence file given on the command line and construct a sequence list out of it.


Constructor Summary
SequenceList.Read()
           
 
Method Summary
static void main(String[] arg)
          The only command line argument is the sequence file name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceList.Read

public SequenceList.Read()
Method Detail

main

public static void main(String[] arg)
                 throws ParseException
The only command line argument is the sequence file name.

Throws:
ParseException