Package overit.geocallapp.utilities.timeline.mergeresolver
package overit.geocallapp.utilities.timeline.mergeresolver
-
ClassDescriptionImplementation of
MergeResolverthat determines mergeability based onTimeLineItemequality.
TwoTimeLineRangeobjects can be merged if they are linked to the sameTimeLineItem.
This is the standard merge resolution strategy for timeline operations.Interface for determining whether twoTimeLineRangeobjects can be merged together.
Implementations define the specific logic and criteria for merging timeline ranges.