Class ADSNode<I,​O>


  • public class ADSNode<I,​O>
    extends Object
    • Constructor Detail

      • ADSNode

        public ADSNode()
      • ADSNode

        public ADSNode​(@Nullable I input,
                       Map<O,​ADSNode<I,​O>> children,
                       int score)
    • Method Detail

      • getScore

        public int getScore()
      • getInput

        public @Nullable I getInput()
      • getChildNode

        public @Nullable ADSNode<I,​O> getChildNode​(O lastOutput)