public interface Requirement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
java.lang.String |
getFilter()
Return the filter.
|
java.lang.String |
getName()
Return the name of the requirement.
|
boolean |
isExtend() |
boolean |
isMultiple() |
boolean |
isOptional() |
boolean |
isSatisfied(Capability capability) |
java.lang.String getName()
java.lang.String getFilter()
boolean isMultiple()
boolean isOptional()
boolean isExtend()
java.lang.String getComment()
boolean isSatisfied(Capability capability)