All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.kernel.TableInfo

java.lang.Object
   |
   +----collage.kernel.TableInfo

public class TableInfo
extends Object
TableInfo objects hold parameters for table-specific settings.

Version:
14 Apr 1997
Author:
Nils Schwabe

Variable Index

 o exhaustProb
Use the exhausting probabilties mode?
 o oneFromBase
Build a derivation base (as usual), but then choose only one hyperedge to replace.
 o sequential
Use sequential derivation (one by one)?
 o table
The number of the table for which this objects holds information.

Constructor Index

 o TableInfo(int, boolean, boolean, boolean)

Method Index

 o getTable()
 o isExhaustProb()
 o isOneFromBase()
 o isSequential()
 o setTable(int)

Variables

 o table
  protected int table
The number of the table for which this objects holds information.

 o sequential
  protected boolean sequential
Use sequential derivation (one by one)?

 o exhaustProb
  protected boolean exhaustProb
Use the exhausting probabilties mode?

 o oneFromBase
  protected boolean oneFromBase
Build a derivation base (as usual), but then choose only one hyperedge to replace.

Constructors

 o TableInfo
  public TableInfo(int table,
                   boolean sequential,
                   boolean exhaustProb,
                   boolean oneFromBase)

Methods

 o setTable
  public void setTable(int table)
 o getTable
  public int getTable()
 o isSequential
  public boolean isSequential()
 o isExhaustProb
  public boolean isExhaustProb()
 o isOneFromBase
  public boolean isOneFromBase()

All Packages  Class Hierarchy  This Package  Previous  Next  Index