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

java.lang.Object
  extended by be.ac.ulg.montefiore.run.jahmm.io.ObservationWriter<ObservationReal>
      extended by be.ac.ulg.montefiore.run.jahmm.io.ObservationRealWriter

public class ObservationRealWriter
extends ObservationWriter<ObservationReal>

Writes an ObservationReal up to (and including) the semi-colon.


Constructor Summary
ObservationRealWriter()
           
 
Method Summary
 void write(ObservationReal 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

ObservationRealWriter

public ObservationRealWriter()
Method Detail

write

public void write(ObservationReal observation,
                  java.io.Writer writer)
           throws java.io.IOException
Description copied from class: ObservationWriter
Writes an Observation (followed by a semi-colon) using a Writer.

Specified by:
write in class ObservationWriter<ObservationReal>
Parameters:
observation - The observation to write.
writer - The writer used to write the observations.
Throws:
java.io.IOException


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