|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.kzoo.grid.Grid.UnboundedGridValidityChecker
An UnboundedGridValidityChecker
implements a strategy
for determining the validity of a location in an unbounded grid.
Constructor Summary | |
Grid.UnboundedGridValidityChecker()
|
Method Summary | |
boolean |
isValid(Location loc)
Verifies whether a location is valid. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Grid.UnboundedGridValidityChecker()
Method Detail |
public boolean isValid(Location loc)
isValid
in interface Grid.ValidityChecker
loc
- location to check
true
if loc
is valid;
false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |