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

Variable Index

 o table
Number of the table
 o times
How many times should the table be applied

Constructor Index

 o TableElemEntry(int, int)

Variables

 o times
  public int times
How many times should the table be applied

 o table
  public int table
Number of the table

Constructors

 o TableElemEntry
  public TableElemEntry(int times,
                        int table)

All Packages  Class Hierarchy  This Package  Previous  Next  Index