pt.tumba.ngram.bayes
Class InterchangeFormat

java.lang.Object
  extended by pt.tumba.ngram.bayes.InterchangeFormat
Direct Known Subclasses:
BayesInterchangeFormat, XMLInterchangeFormat

public class InterchangeFormat
extends java.lang.Object


Field Summary
(package private)  BayesInterchangeFormat bif015
           
(package private)  java.io.InputStream istream
           
private static int MARK_READ_LIMIT
           
(package private)  XMLInterchangeFormat xml_bif03
           
 
Constructor Summary
InterchangeFormat()
           
InterchangeFormat(java.io.InputStream is)
           
InterchangeFormat(java.io.Reader is)
           
 
Method Summary
 void CompilationUnit()
           
 IFBayesNet get_ifbn()
           
 void set_stream(java.io.InputStream is)
           
 void set_stream(java.io.Reader is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

istream

java.io.InputStream istream

xml_bif03

XMLInterchangeFormat xml_bif03

bif015

BayesInterchangeFormat bif015

MARK_READ_LIMIT

private static final int MARK_READ_LIMIT
See Also:
Constant Field Values
Constructor Detail

InterchangeFormat

public InterchangeFormat()

InterchangeFormat

public InterchangeFormat(java.io.Reader is)

InterchangeFormat

public InterchangeFormat(java.io.InputStream is)
Method Detail

set_stream

public void set_stream(java.io.InputStream is)

set_stream

public void set_stream(java.io.Reader is)

CompilationUnit

public void CompilationUnit()
                     throws IFException
Throws:
IFException

get_ifbn

public IFBayesNet get_ifbn()