|
||||||||||
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.OpdfWriter<O>
public abstract class OpdfWriter<O extends Opdf<?>>
Writes an observation distribution textual description.
Constructor Summary | |
---|---|
OpdfWriter()
|
Method Summary | |
---|---|
protected void |
write(java.io.Writer writer,
double[] array)
Writes a sequence of numbers. |
abstract void |
write(java.io.Writer writer,
O opdf)
Writes a textual description of a given Opdf compatible
with the corresponding OpdfReader . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpdfWriter()
Method Detail |
---|
public abstract void write(java.io.Writer writer, O opdf) throws java.io.IOException
Opdf
compatible
with the corresponding OpdfReader
.
writer
- The writer where the description is output.opdf
- An observation distribution.
java.io.IOException
protected void write(java.io.Writer writer, double[] array) throws java.io.IOException
OpdfReader.read(StreamTokenizer, int)
.
writer
- Where to read the sequence to.array
- The array to write.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |