All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----openstar.util.TypedList | +----collage.kernel.Table
A derivation table is a list of
TableElement
s.
A table object can be queried for the next TableElement
that should be used in a derivation.
Table()
getMaxUntil(int[])
insert(TableElement)
nextTable(int, int[])
null
) that should
be used until derivation step until
.
Table
public Table()
insert
public boolean insert(TableElement te)
nextTable
public TableElement nextTable(int until,
int table[])
null
) that should
be used until derivation step until
. The first element
of the integer array is set to the table number of the chosen table.
getMaxUntil
public boolean getMaxUntil(int maxUntil[])
false
is
returned in the case that the table contains no elements.
All Packages Class Hierarchy This Package Previous Next Index