be.ac.ulg.montefiore.run.jahmm.io
Class OpdfGenericReader

java.lang.Object
  extended by be.ac.ulg.montefiore.run.jahmm.io.OpdfReader<Opdf<?>>
      extended by be.ac.ulg.montefiore.run.jahmm.io.OpdfGenericReader

public class OpdfGenericReader
extends OpdfReader<Opdf<?>>


Constructor Summary
OpdfGenericReader()
           
 
Method Summary
 Opdf<?> read(java.io.StreamTokenizer st)
          Reads an Opdf out of a StreamTokenizer.
 
Methods inherited from class be.ac.ulg.montefiore.run.jahmm.io.OpdfReader
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpdfGenericReader

public OpdfGenericReader()
Method Detail

read

public Opdf<?> read(java.io.StreamTokenizer st)
             throws java.io.IOException,
                    FileFormatException
Description copied from class: OpdfReader
Reads an Opdf out of a StreamTokenizer.

The stream tokenizer syntax table must be set according to of HmmReader.initSyntaxTable(StreamTokenizer) before the call to this method and reset to this state if modified before it returns.

Specified by:
read in class OpdfReader<Opdf<?>>
Parameters:
st - A stream tokenizer.
Returns:
An Opdf.
Throws:
java.io.IOException
FileFormatException


Copyright © 2004,2005 Jean-Marc François.