Interface HTCapabilityHolder

  • All Implemented Interfaces:

    
    public interface HTCapabilityHolder
    
                        

    搬出入を制御するインターフェースです。

    Since:

    0.1.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean canInsert(Direction side) 指定されたに搬入できるか判定します。
      abstract Boolean canExtract(Direction side) 指定されたから搬出できるか判定します。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • canInsert

         abstract Boolean canInsert(Direction side)

        指定されたに搬入できるか判定します。

      • canExtract

         abstract Boolean canExtract(Direction side)

        指定されたから搬出できるか判定します。