Class FixedBM

    • Constructor Detail

      • FixedBM

        public FixedBM()
    • Method Detail

      • isAbove

        public boolean isAbove​(double value)
        Description copied from interface: BudgetManager
        Returns true if the given value is above an internal threshold and the label should be acquired.
        Specified by:
        isAbove in interface BudgetManager
      • getLastLabelAcqReport

        public int getLastLabelAcqReport()
        Description copied from interface: BudgetManager
        Returns the number of labels that have been chosen for acquisition since the last report.
        Specified by:
        getLastLabelAcqReport in interface BudgetManager
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Specified by:
        getDescription in interface MOAObject
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent
      • prepareForUseImpl

        protected void prepareForUseImpl​(TaskMonitor monitor,
                                         ObjectRepository repository)
        Description copied from class: AbstractOptionHandler
        This method describes the implementation of how to prepare this object for use. All classes that extends this class have to implement prepareForUseImpl and not prepareForUse since prepareForUse calls prepareForUseImpl.
        Specified by:
        prepareForUseImpl in class AbstractOptionHandler
        Parameters:
        monitor - the TaskMonitor to use
        repository - the ObjectRepository to use