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
-
ExprTable()
- Creates a new ExprTable.
-
dumpTable(String)
- Writes out the contents of the table to the file with the name
filename
-
listKeys()
- Returns an Enumeration of the RSACi simple expressions.
-
reset()
- Clears resets the contents of the ExprTable.
-
setLabel(String)
- Changes the name of the label being used for the table.
-
storeVal(String, int)
- Stores a particular value for a particular RSACi simple expression
in the table.
ExprTable
public ExprTable()
- Creates a new ExprTable.
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.
reset
public void reset()
- Clears resets the contents of the ExprTable.
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).
listKeys
public Enumeration listKeys()
- Returns an Enumeration of the RSACi simple expressions.
- Returns:
- An Enumeration.
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