All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
State |
generateLargeGW(SADomain domain,
int width) |
java.util.Set<HashableState> |
generateRandomStates(SADomain domain,
State state,
HashableStateFactory factory,
int width,
int numStates,
boolean moveLocations) |
java.util.Set<HashableState> |
generateStates(SADomain domain,
State state,
HashableStateFactory factory,
int width) |
int |
getHash1(int x,
int y) |
int |
getHash2(int x,
int y) |
int |
getHash3(int x,
int y) |
java.util.Set<HashableState> |
getReachableHashedStates(State from,
SADomain inDomain,
HashableStateFactory usingHashFactory) |
State |
renameObjects(GridWorldState s) |
void |
setup() |
void |
testHashingScheme() |
void |
testSimpleHashFactory() |
void |
testSimpleHashFactoryIdentifierDependent() |
void |
testSimpleHashFactoryIdentifierIndependent() |
void |
testSimpleHashFactoryLargeState() |
void |
testSimpleHashFactoryLargeState(HashableStateFactory factory,
int width,
int numRandomStates,
boolean moveLocObjects) |
void |
testSimpleHashFactoryLargeStateIdentifierDependent() |