| java.lang.Object de.uka.ilkd.key.unittest.Model
Model | public class Model (Code) | | Contains a mapping of locations to concrete values for them.
|
hashCode | public int hashCode()(Code) | | |
merge | public boolean merge(Model m)(Code) | | If m differs from this model only by one value the models are merged,
i.e. the one differing entry is replaced by an interval created from
the two different values of the corresponding equivalence class.
Iff the merge is successful or this Model already subsumes m
true is returned.
|
|
|