public class RequirementChange extends java.lang.Object implements IRequirementChange
| Constructor and Description |
|---|
RequirementChange(IRequiredCapability applyOn2,
IRequiredCapability newValue2) |
| Modifier and Type | Method and Description |
|---|---|
IRequiredCapability |
applyOn() |
boolean |
equals(java.lang.Object obj)
Returns whether this requirement change is equal to the given object.
|
int |
hashCode() |
boolean |
matches(IRequiredCapability toMatch) |
IRequiredCapability |
newValue() |
java.lang.String |
toString() |
public RequirementChange(IRequiredCapability applyOn2, IRequiredCapability newValue2)
public IRequiredCapability applyOn()
applyOn in interface IRequirementChangepublic IRequiredCapability newValue()
newValue in interface IRequirementChangepublic boolean matches(IRequiredCapability toMatch)
matches in interface IRequirementChangepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
IRequirementChangeequals in interface IRequirementChangeequals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object