All Packages Class Hierarchy This Package Previous Next Index
Class collage.kernel.TableElemEntry
java.lang.Object
|
+----collage.kernel.TableElemEntry
- public class TableElemEntry
- extends Object
Derivation table element entry class.
- Version:
- 14 Apr 1997
- Author:
- Nils Schwabe
-
table
- Number of the table
-
times
- How many times should the table be applied
-
TableElemEntry(int, int)
-
times
public int times
- How many times should the table be applied
table
public int table
- Number of the table
TableElemEntry
public TableElemEntry(int times,
int table)
All Packages Class Hierarchy This Package Previous Next Index