Interface AvailabilityChecker

All Known Implementing Classes:
SokobanBoard

public interface AvailabilityChecker
checks the availability of something
Author:
hendrik
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    is this resource available?
  • Method Details

    • isAvailable

      boolean isAvailable()
      is this resource available?
      Returns:
      true, if the resource is available; false otherwise