avrora
Class Defaults.AutoProgramReader

java.lang.Object
  extended byavrora.util.help.HelpCategory
      extended byavrora.core.ProgramReader
          extended byavrora.Defaults.AutoProgramReader
All Implemented Interfaces:
HelpItem
Enclosing class:
Defaults

public static class Defaults.AutoProgramReader
extends ProgramReader


Field Summary
 
Fields inherited from class avrora.core.ProgramReader
INDIRECT_EDGES, options
 
Fields inherited from class avrora.util.help.HelpCategory
COMPARATOR, help, name
 
Constructor Summary
Defaults.AutoProgramReader()
           
 
Method Summary
 Program read(java.lang.String[] args)
          The read() method will read a program in and produce a simplified format.
 
Methods inherited from class avrora.core.ProgramReader
addIndirectEdges
 
Methods inherited from class avrora.util.help.HelpCategory
addCommandExample, addListSection, addOptionSection, addSection, addSubcategorySection, getHelp, getName, printHelp, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Defaults.AutoProgramReader

public Defaults.AutoProgramReader()
Method Detail

read

public Program read(java.lang.String[] args)
             throws java.lang.Exception
Description copied from class: ProgramReader
The read() method will read a program in and produce a simplified format.

Specified by:
read in class ProgramReader
Parameters:
args - the command line arguments
Returns:
a program instance representing the program
Throws:
java.lang.Exception