|
||||||||||
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<O>
public abstract class ObservationWriter<O extends Observation>
Writes an observation up to (and including) the semi-colon.
The syntax of each observation must be compatible with the corresponding
ObservationReader
.
Constructor Summary | |
---|---|
ObservationWriter()
|
Method Summary | |
---|---|
abstract void |
write(O 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 ObservationWriter()
Method Detail |
---|
public abstract void write(O observation, java.io.Writer writer) throws java.io.IOException
Observation
(followed
by a semi-colon) using a Writer
.
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 |