Interface ExtraOccurrenceOnRight
-
- All Superinterfaces:
ExtraAdaptationOnRight,ExtraOccurrence
public interface ExtraOccurrenceOnRight extends ExtraOccurrence, ExtraAdaptationOnRight
Represents the case where a record is defined in the table on the right side but not in the table on the left side.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptationgetExtraAdaptationOnRight()booleanisOnRight()-
Methods inherited from interface com.orchestranetworks.service.comparison.ExtraOccurrence
getExtraOccurrence, getExtraOccurrenceName, getXPathPredicate, isOcculted
-
-
-
-
Method Detail
-
isOnRight
boolean isOnRight()
-
getExtraAdaptationOnRight
Adaptation getExtraAdaptationOnRight()
- Specified by:
getExtraAdaptationOnRightin interfaceExtraAdaptationOnRight
-
-