|
||||||||||
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.ObservationWriter<ObservationInteger>
be.ac.ulg.montefiore.run.jahmm.io.ObservationIntegerWriter
public class ObservationIntegerWriter
Writes an ObservationInteger
up to (and including)
the semi-colon.
Constructor Summary | |
---|---|
ObservationIntegerWriter()
|
Method Summary | |
---|---|
void |
write(ObservationInteger observation,
java.io.Writer writer)
Writes an Observation (followed
by a semi-colon) using a Writer . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObservationIntegerWriter()
Method Detail |
---|
public void write(ObservationInteger observation, java.io.Writer writer) throws java.io.IOException
ObservationWriter
Observation
(followed
by a semi-colon) using a Writer
.
write
in class ObservationWriter<ObservationInteger>
observation
- The observation to write.writer
- The writer
used to write the observations.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |