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
-
actEntry
- The current index into the list of
TableElemEntry
objects.
-
actTimes
- The current counter that counts the applications of the current table.
-
entries
- The list of
TableElemEntry
objects.
-
until
- Until which derivation step this TableElement is defined.
-
TableElement(int)
-
-
addElement(TableElemEntry)
-
until
protected int until
- Until which derivation step this TableElement is defined.
entries
protected TypedList entries
- The list of
TableElemEntry
objects.
actEntry
protected int actEntry
- The current index into the list of
TableElemEntry
objects.
actTimes
protected int actTimes
- The current counter that counts the applications of the current table.
TableElement
public TableElement(int until)
addElement
public void addElement(TableElemEntry entry)
All Packages Class Hierarchy This Package Previous Next Index