fr.jussieu.gla.wasa.core
Class Configuration
java.lang.Object
|
+--fr.jussieu.gla.wasa.core.ProblemItem
|
+--fr.jussieu.gla.wasa.core.Configuration
- public final class Configuration
- extends ProblemItem
Stores a list of value objects taken out of a Var
array. An instance
of this class should be considered as immutable, guaranteed that
Var instances cloned values objects correctly.
This class has the "Memento" role in this modified Memento pattern.
The Problem is the Author. The Var instances are the
Watcher part.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2002/02/19 22:12:02 $
- Author:
- Laurent Caillette, Florent Selva
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
hasValueBasedHashCodes
public boolean hasValueBasedHashCodes()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
compare
public boolean compare(Configuration other)