public interface MergeStrategy
Modifier and Type | Method and Description |
---|---|
void |
apply(Mergeable dElt,
Mergeable rElt)
Merges a dominant
Mergeable instance with a recessive one. |
void apply(Mergeable dElt, Mergeable rElt) throws MergeException
Mergeable
instance with a recessive one.dElt
- Dominant Mergeable
instance.rElt
- Recessive Mergeable
instance.MergeException
- TODO