Interface ExtraInstanceOnLeft
-
- All Superinterfaces:
ExtraAdaptationOnLeft,ExtraInstance
public interface ExtraInstanceOnLeft extends ExtraInstance, ExtraAdaptationOnLeft
Represents the case where a dataset exists in the dataspace on the left but not in the dataspace on the right.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptationgetExtraAdaptationOnLeft()booleanisOnRight()-
Methods inherited from interface com.orchestranetworks.service.comparison.ExtraInstance
getExtraInstance, getExtraInstanceName
-
-
-
-
Method Detail
-
isOnRight
boolean isOnRight()
- Specified by:
isOnRightin interfaceExtraInstance
-
getExtraAdaptationOnLeft
Adaptation getExtraAdaptationOnLeft()
- Specified by:
getExtraAdaptationOnLeftin interfaceExtraAdaptationOnLeft
-
-