Class CalculateLevelListBase
Base class for
CalculateLevel
implementations that operate on a list of other CalculateLevel
objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getList()
List ofCalculateLevel
objects to be used in the calculation.int
hashCode()
void
setList
(List<CalculateLevel> list) List ofCalculateLevel
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
-
Constructor Details
-
CalculateLevelListBase
public CalculateLevelListBase()
-
-
Method Details
-
equals
- Specified by:
equals
in classCalculateLevel
-
canEqual
-
hashCode
public int hashCode()- Specified by:
hashCode
in classCalculateLevel
-
getList
List ofCalculateLevel
objects to be used in the calculation. -
setList
List ofCalculateLevel
objects to be used in the calculation.
-