public interface LinkResourceAllocations extends ResourceAllocation
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceAllocation> |
getResourceAllocation(Link link)
Returns allocated resource for the given link.
|
IntentId |
intentId()
Returns the
IntentId associated with the request. |
Collection<Link> |
links()
Returns the set of target links.
|
Set<ResourceRequest> |
resources()
Returns the set of resource requests.
|
typeIntentId intentId()
IntentId associated with the request.IntentId associated with the requestCollection<Link> links()
Set<ResourceRequest> resources()
Set<ResourceAllocation> getResourceAllocation(Link link)
link - the target linkCopyright © 2015. All rights reserved.