All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.kernel.TableElement

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

public class TableElement
extends Object
Derivation table element class.

A TableElement contains a list of TableElemEntry objects and also a state that indicates the current position in a derivation.

Version:
14 Apr 1997
Author:
Nils Schwabe

Variable Index

 o actEntry
The current index into the list of TableElemEntry objects.
 o actTimes
The current counter that counts the applications of the current table.
 o entries
The list of TableElemEntry objects.
 o until
Until which derivation step this TableElement is defined.

Constructor Index

 o TableElement(int)

Method Index

 o addElement(TableElemEntry)

Variables

 o until
  protected int until
Until which derivation step this TableElement is defined.

 o entries
  protected TypedList entries
The list of TableElemEntry objects.

 o actEntry
  protected int actEntry
The current index into the list of TableElemEntry objects.

 o actTimes
  protected int actTimes
The current counter that counts the applications of the current table.

Constructors

 o TableElement
  public TableElement(int until)

Methods

 o addElement
  public void addElement(TableElemEntry entry)

All Packages  Class Hierarchy  This Package  Previous  Next  Index