Class ExtractionVerificationStepParameters

    • Field Detail

      • monolingual

        public boolean monolingual
    • Constructor Detail

      • ExtractionVerificationStepParameters

        public ExtractionVerificationStepParameters()
    • Method Detail

      • reset

        public void reset()
        Description copied from class: StringParameters
        Reset this parameters object to its default values.

        Subclasses should override this method to set any initial values and instantiate any objects that require allocation. It is recommended that subclasses also call super.reset() in the override to ensure that the buffer is empty.

        Specified by:
        reset in interface IParameters
        Overrides:
        reset in class StringParameters
      • getStepEnabled

        public boolean getStepEnabled()
      • setStepEnabled

        public void setStepEnabled​(boolean stepEnabled)
      • getCompareSkeleton

        public boolean getCompareSkeleton()
      • setCompareSkeleton

        public void setCompareSkeleton​(boolean compareSkeleton)
      • getAllEvents

        public boolean getAllEvents()
      • setAllEvents

        public void setAllEvents​(boolean allEvents)
      • getLimit

        public int getLimit()
      • setLimit

        public void setLimit​(int limit)
      • getInterrupt

        public boolean getInterrupt()
      • setInterrupt

        public void setInterrupt​(boolean interrupt)