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