net.sourceforge.toscanaj.parser
Class BurmeisterParser

java.lang.Object
  extended bynet.sourceforge.toscanaj.parser.BurmeisterParser

public class BurmeisterParser
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_NAME
           
 
Constructor Summary
BurmeisterParser()
           
 
Method Summary
static org.tockit.context.model.Context importBurmeisterFile(java.io.File file)
           
static org.tockit.context.model.Context importBurmeisterFromReader(java.io.Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAME

public static final java.lang.String DEFAULT_NAME
See Also:
Constant Field Values
Constructor Detail

BurmeisterParser

public BurmeisterParser()
Method Detail

importBurmeisterFile

public static org.tockit.context.model.Context importBurmeisterFile(java.io.File file)
                                                             throws java.io.FileNotFoundException,
                                                                    DataFormatException
Throws:
java.io.FileNotFoundException
DataFormatException

importBurmeisterFromReader

public static org.tockit.context.model.Context importBurmeisterFromReader(java.io.Reader reader)
                                                                   throws DataFormatException
Throws:
DataFormatException


The ToscanaJ project