예제 #1
0
 /**
  * Delegate {@link PathRestriction}. Please see the "See Also" for usage.
  *
  * @see tosram.algorithm.PathRestriction#canStart(int, int, tosram.MutableRuneMap)
  */
 protected final boolean canStart(int stX, int stY, MutableRuneMap map) {
   return pathRestriction.canStart(stX, stY, map);
 }