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
-
exhaustProb
- Use the exhausting probabilties mode?
-
oneFromBase
-
Build a derivation base (as usual), but then choose only one
hyperedge to replace.
-
sequential
- Use sequential derivation (one by one)?
-
table
- The number of the table for which this objects holds information.
-
TableInfo(int, boolean, boolean, boolean)
-
-
getTable()
-
-
isExhaustProb()
-
-
isOneFromBase()
-
-
isSequential()
-
-
setTable(int)
-
table
protected int table
- The number of the table for which this objects holds information.
sequential
protected boolean sequential
- Use sequential derivation (one by one)?
exhaustProb
protected boolean exhaustProb
- Use the exhausting probabilties mode?
oneFromBase
protected boolean oneFromBase
- Build a derivation base (as usual), but then choose only one
hyperedge to replace.
TableInfo
public TableInfo(int table,
boolean sequential,
boolean exhaustProb,
boolean oneFromBase)
setTable
public void setTable(int table)
getTable
public int getTable()
isSequential
public boolean isSequential()
isExhaustProb
public boolean isExhaustProb()
isOneFromBase
public boolean isOneFromBase()
All Packages Class Hierarchy This Package Previous Next Index