Interface ADS<I,​O>

  • All Known Implementing Classes:
    ADSTree

    public interface ADS<I,​O>
    • Method Detail

      • nextInput

        @Nullable I nextInput​(@Nullable O previousOutput)
      • resetToRoot

        void resetToRoot()