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.
-
AVG_NUM_WILDCARDS
-
-
CONSIS_SWITCH
-
-
NUM_RULES
-
-
RULES
-
-
logic.AlgorithmAndConsisCheckSelector. TableReadAction(Updateable, Hashtable)
-
-
clone()
- this allows me to keep this class read only, and just use copies as needed
-
setAttributesFromTable(Hashtable)
-
AVG_NUM_WILDCARDS
public static final java.lang.String AVG_NUM_WILDCARDS
CONSIS_SWITCH
public static final java.lang.String CONSIS_SWITCH
NUM_RULES
public static final java.lang.String NUM_RULES
RULES
public static final java.lang.String RULES
AlgorithmAndConsisCheckSelector.TableReadAction
public AlgorithmAndConsisCheckSelector.TableReadAction(Updateable ud,
Hashtable attributes)
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
setAttributesFromTable
public void setAttributesFromTable(Hashtable attribs)
- Overrides:
- setAttributesFromTable in class Action
All Packages Class Hierarchy This Package Previous Next Index