All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.pics.db.ExprTable

java.lang.Object
   |
   +----w3c.pics.db.ExprTable

public class ExprTable
extends Object
ExprTable is one of the two RSACi specific classes. It is the table that is used during label preprocessing.

See Also:
RsaciTable

Constructor Index

 o ExprTable()
Creates a new ExprTable.

Method Index

 o dumpTable(String)
Writes out the contents of the table to the file with the name filename
 o listKeys()
Returns an Enumeration of the RSACi simple expressions.
 o reset()
Clears resets the contents of the ExprTable.
 o setLabel(String)
Changes the name of the label being used for the table.
 o storeVal(String, int)
Stores a particular value for a particular RSACi simple expression in the table.

Constructors

 o ExprTable
 public ExprTable()
Creates a new ExprTable.

Methods

 o setLabel
 public void setLabel(String name)
Changes the name of the label being used for the table.

Parameters:
name - The name (URL) of the label.
 o reset
 public void reset()
Clears resets the contents of the ExprTable.

 o storeVal
 public void storeVal(String exp,
                      int val)
Stores a particular value for a particular RSACi simple expression in the table.

Parameters:
exp - The RSACi simple expression.
val - The value (0,1).
 o listKeys
 public Enumeration listKeys()
Returns an Enumeration of the RSACi simple expressions.

Returns:
An Enumeration.
 o dumpTable
 public void dumpTable(String filename)
Writes out the contents of the table to the file with the name filename

Parameters:
filename - The name of the file to write to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index