Class logic.AlgorithmAndConsisCheckSelector.TableReadAction
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class logic.AlgorithmAndConsisCheckSelector.TableReadAction

Object
   |
   +----Action
           |
           +----logic.AlgorithmAndConsisCheckSelector. TableReadAction

public static class AlgorithmAndConsisCheckSelector.TableReadAction
extends Action
implements Cloneable
Unlike most Action instances, this one receives an Updateable instance that is not the object that ultimately needs to be updated -- instead the doUpdate call performed here is a request made of _Table to check against its stored values. The result of this check is then directed by _Table to the proper destination -- namely, the Rules class.


Variable Index

 o AVG_NUM_WILDCARDS
 o CONSIS_SWITCH
 o NUM_RULES
 o RULES

Constructor Index

 o logic.AlgorithmAndConsisCheckSelector. TableReadAction(Updateable, Hashtable)

Method Index

 o clone()
this allows me to keep this class read only, and just use copies as needed
 o setAttributesFromTable(Hashtable)

Variables

 o AVG_NUM_WILDCARDS
public static final java.lang.String AVG_NUM_WILDCARDS
 o CONSIS_SWITCH
public static final java.lang.String CONSIS_SWITCH
 o NUM_RULES
public static final java.lang.String NUM_RULES
 o RULES
public static final java.lang.String RULES

Constructors

 o AlgorithmAndConsisCheckSelector.TableReadAction
public AlgorithmAndConsisCheckSelector.TableReadAction(Updateable ud,
                                                       Hashtable attributes)

Methods

 o clone
protected java.lang.Object clone()
this allows me to keep this class read only, and just use copies as needed

Overrides:
clone in class Object
 o setAttributesFromTable
public void setAttributesFromTable(Hashtable attribs)
Overrides:
setAttributesFromTable in class Action

All Packages  Class Hierarchy  This Package  Previous  Next  Index