Class State


  • public class State
    extends Object
    • Constructor Detail

      • State

        public State​(boolean makeCheckpoint)
    • Method Detail

      • isMakeCheckpoint

        public boolean isMakeCheckpoint()
      • resetLevel

        public void resetLevel()
      • decLevel

        public int decLevel()
      • incLevel

        public int incLevel()
      • addLevel

        public void addLevel​(StateLevel stateLevel)
      • setBatchIndex

        public void setBatchIndex​(int index)
      • getBatchIndex

        public int getBatchIndex()
      • getDecoderState

        public <T extends DecoderState> T getDecoderState()
      • setDecoderState

        public void setDecoderState​(DecoderState decoderState)