|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Requirement
A named requirement specifies the need for certain capabilities with the same name. A requirement is said to be satisfied by a capability if and only if:
Method Summary | |
---|---|
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)
Check if the given capability satisfied this requirement. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getFilter()
boolean isMultiple()
boolean isOptional()
boolean isExtend()
java.lang.String getComment()
boolean isSatisfied(Capability capability)
capability
- the capability to check
true
is the capability satisfies this requirement, false
otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |