|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MergeStrategy
| Method Summary | |
|---|---|
int |
inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
Process when the element appears in both descriptors. |
int |
inLeft(Descriptor target,
DescriptorElement left)
Process when the element appears just in the left descriptor. |
int |
inRight(Descriptor target,
DescriptorElement right)
Process when the element appears just in the left descriptor. |
| Method Detail |
|---|
int inBoth(Descriptor target,
DescriptorElement left,
DescriptorElement right)
target - output descriptorleft - left elementright - right element
int inLeft(Descriptor target,
DescriptorElement left)
target - output descriptorleft - left element
int inRight(Descriptor target,
DescriptorElement right)
target - output descriptorright - right element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||