public interface IRequirementChange
| Modifier and Type | Method and Description |
|---|---|
IRequiredCapability |
applyOn() |
boolean |
equals(java.lang.Object other)
Returns whether this requirement change is equal to the given object.
|
boolean |
matches(IRequiredCapability toMatch) |
IRequiredCapability |
newValue() |
IRequiredCapability applyOn()
IRequiredCapability newValue()
boolean matches(IRequiredCapability toMatch)
boolean equals(java.lang.Object other)
equals in class java.lang.Object