adding javadoc to LinkResourceService
Change-Id: I2319c6cca4b1f051be453f1c87f5aba2773027f9
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -30,6 +30,12 @@ public interface LinkResourceService { | ... | @@ -30,6 +30,12 @@ public interface LinkResourceService { |
30 | */ | 30 | */ |
31 | Iterable<LinkResourceAllocations> getAllocations(); | 31 | Iterable<LinkResourceAllocations> getAllocations(); |
32 | 32 | ||
33 | + /** | ||
34 | + * Returns the resources allocated for an Intent. | ||
35 | + * | ||
36 | + * @param intentId the target Intent's id | ||
37 | + * @return allocated resources for Intent | ||
38 | + */ | ||
33 | LinkResourceAllocations getAllocation(IntentId intentId); | 39 | LinkResourceAllocations getAllocation(IntentId intentId); |
34 | 40 | ||
35 | /** | 41 | /** | ... | ... |
-
Please register or login to post a comment