Interface Reason
-
- All Known Implementing Classes:
ReasonImpl
public interface ReasonA pair of requirement and resource indicating a reason why a resource has been chosen. The reason indicates which resource and which requirement has been satisfied by the selected resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequirementgetRequirement()ResourcegetResource()
-
-
-
Method Detail
-
getResource
Resource getResource()
-
getRequirement
Requirement getRequirement()
-
-