Uses of Interface
org.anchoranalysis.plugin.image.object.merge.condition.UpdatableBeforeCondition
Packages that use UpdatableBeforeCondition
-
Uses of UpdatableBeforeCondition in org.anchoranalysis.plugin.image.object.merge
Constructors in org.anchoranalysis.plugin.image.object.merge with parameters of type UpdatableBeforeConditionModifierConstructorDescriptionMergeGraph
(PayloadCalculator payloadCalculator, UpdatableBeforeCondition beforeCondition, Optional<UnitConverter> unitConverter, AssignPriority prioritizer, Logger logger, boolean logPayload) Constructor. -
Uses of UpdatableBeforeCondition in org.anchoranalysis.plugin.image.object.merge.condition
Classes in org.anchoranalysis.plugin.image.object.merge.condition that implement UpdatableBeforeConditionModifier and TypeClassDescriptionclass
Combines two UpdatableBeforeConditions as LOGICAL ANDsclass
A condition to determine if two objects are potential neighbors and candidates for merging.class
Wraps a BeforeCondition as an UpdatableBefoerConditionConstructors in org.anchoranalysis.plugin.image.object.merge.condition with parameters of type UpdatableBeforeConditionModifierConstructorDescriptionAndCondition
(UpdatableBeforeCondition firstCondition, UpdatableBeforeCondition secondCondition)