Interface AvailabilityChecker
- All Known Implementing Classes:
SokobanBoard
public interface AvailabilityChecker
checks the availability of something
- Author:
- hendrik
-
Method Summary
-
Method Details
-
isAvailable
boolean isAvailable()is this resource available?- Returns:
- true, if the resource is available; false otherwise
-