|
||||||||||
| 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.ObservationReader<ObservationReal>
be.ac.ulg.montefiore.run.jahmm.io.ObservationRealReader
public class ObservationRealReader
Reads an ObservationReal up to (and including) a semi-colon.
The format of this observation is a simple real number (following the format [+-]?[0123456789]+[.]?[0123456789]*, e.g. 12.3).
For example, reading
76.3;creates an observation such as the one generated by
new ObservationReal(76.3);
| Constructor Summary | |
|---|---|
ObservationRealReader()
|
|
| Method Summary | |
|---|---|
ObservationReal |
read(java.io.StreamTokenizer st)
Reads an ObservationReal reader, as explained in
ObservationReader. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObservationRealReader()
| Method Detail |
|---|
public ObservationReal read(java.io.StreamTokenizer st)
throws java.io.IOException,
FileFormatException
ObservationReal reader, as explained in
ObservationReader.
read in class ObservationReader<ObservationReal>st - A stream tokenizer.
ObservationReal read.
java.io.IOException
FileFormatException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||