Class CalculateLevelListBase
Base class for
CalculateLevel implementations that operate on a list of other CalculateLevel objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetList()List ofCalculateLevelobjects to be used in the calculation.inthashCode()voidsetList(List<CalculateLevel> list) List ofCalculateLevelobjects to be used in the calculation.Methods inherited from class org.anchoranalysis.image.bean.threshold.CalculateLevel
calculateLevelMethods inherited from class org.anchoranalysis.bean.NullParametersBean
initializeRecursive, onInitialization, onInitializationMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitializedMethods 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:
equalsin classCalculateLevel
-
canEqual
-
hashCode
public int hashCode()- Specified by:
hashCodein classCalculateLevel
-
getList
List ofCalculateLevelobjects to be used in the calculation. -
setList
List ofCalculateLevelobjects to be used in the calculation.
-