Class | Description |
---|---|
DeepOOState |
An alternative implementation of
GenericOOState in which the DeepOOState.copy() operations performs a deep copy
(DeepCopyState ) of all ObjectInstance objects, thereby allows safe modification of any of its
ObjectInstance objects without using the GenericOOState.touch(String) method. |
GenericOOState |
A generic implementation of a
OOState . |