Package nenok.constr

The framework part for jointree construction.

See:
          Description

Class Summary
Algorithm The join tree construction algorithm base interface.
Deserializer This construction algorithm allows to read and rebuild jointrees that were serialized into a file.
Elimination This class provides a abstraction for all construction algorithms that are based on variables elimination.
OSLA_SC The OSLA-SC (One-Step-Look-Ahead Smallest-Clique) join tree construction algorithm.
Sequence The static sequence join tree construction algorithm.
 

Exception Summary
ConstrException This class represents exceptions thrown during the join tree construction process.
 

Package nenok.constr Description

The framework part for jointree construction.