Class CalculateLevelListBase

Object
AnchorBean<CalculateLevel>
InitializableBean<CalculateLevel, NullInitialization>
NullParametersBean<CalculateLevel>
CalculateLevel
CalculateLevelListBase
Direct Known Subclasses:
Maximum, Minimum

public abstract class CalculateLevelListBase extends CalculateLevel
Base class for CalculateLevel implementations that operate on a list of other CalculateLevel objects.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    List<CalculateLevel>
    List of CalculateLevel objects to be used in the calculation.
    int
     
    void
    setList(List<CalculateLevel> list)
    List of CalculateLevel objects to be used in the calculation.

    Methods inherited from class org.anchoranalysis.image.bean.threshold.CalculateLevel

    calculateLevel

    Methods inherited from class org.anchoranalysis.bean.NullParametersBean

    initializeRecursive, onInitialization, onInitialization

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CalculateLevelListBase

      public CalculateLevelListBase()
  • Method Details

    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class CalculateLevel
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class CalculateLevel
    • getList

      public List<CalculateLevel> getList()
      List of CalculateLevel objects to be used in the calculation.
    • setList

      public void setList(List<CalculateLevel> list)
      List of CalculateLevel objects to be used in the calculation.