| java.lang.Object gov.nasa.jpf.jvm.Md5StateSet
Md5StateSet | public class Md5StateSet implements StateSet(Code) | | class that implements StateSets based on MD5 hashes
(this is the interface to the MD5 library)
|
isNewState | boolean isNewState(Code) | | |
lastStateId | int lastStateId(Code) | | |
add | public int add(SystemState ss)(Code) | | that's called by the VM, i.e. just once, and answers the corresponding id
(so that we subsequently can refer to this id to get additional info)
|
isNewState | public boolean isNewState(int stateId)(Code) | | |
|
|