Interface MergeStrategy
-
public interface MergeStrategy
- Author:
- Rahul Thakur
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(Mergeable dElt, Mergeable rElt)
Merges a dominantMergeable
instance with a recessive one.
-
-
-
Method Detail
-
apply
void apply(Mergeable dElt, Mergeable rElt) throws MergeException
Merges a dominantMergeable
instance with a recessive one.- Parameters:
dElt
- DominantMergeable
instance.rElt
- RecessiveMergeable
instance.- Throws:
MergeException
- TODO
-
-