|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ac.ulg.montefiore.run.jahmm.io.OpdfReader<O>
public abstract class OpdfReader<O extends Opdf<?>>
Reads an observation distribution textual description.
Constructor Summary | |
---|---|
OpdfReader()
|
Method Summary | |
---|---|
abstract O |
read(java.io.StreamTokenizer st)
Reads an Opdf out of a
StreamTokenizer . |
protected static double[] |
read(java.io.StreamTokenizer st,
int length)
Reads a sequence of numbers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpdfReader()
Method Detail |
---|
public abstract O read(java.io.StreamTokenizer st) throws java.io.IOException, FileFormatException
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.
st
- A stream tokenizer.
java.io.IOException
FileFormatException
protected static double[] read(java.io.StreamTokenizer st, int length) throws java.io.IOException, FileFormatException
st
- The tokenizer to read the sequence from.length
- The expected length of the sequence or a strictly negative
number if it must not be checked.
java.io.IOException
FileFormatException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |