Package edu.kit.ipd.sdq.eventsim.api
Interface ILinkingResource
-
- All Known Implementing Classes:
EventSimLinkingResourceModel
public interface ILinkingResource
A facade of the linking resource simulation module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consume(IRequest request, org.palladiosimulator.pcm.resourceenvironment.LinkingResource specification, double absoluteDemand, Procedure onServedCallback)
Simulates a network transfer between two resource containers.
-
-
-
Method Detail
-
consume
void consume(IRequest request, org.palladiosimulator.pcm.resourceenvironment.LinkingResource specification, double absoluteDemand, Procedure onServedCallback)
Simulates a network transfer between two resource containers.- Parameters:
request
- the demanding requestspecification
- specification of the linking resource connecting the resource containersabsoluteDemand
- the resource demandonServedCallback
- the callback to be invoked once the requested demand has been served
-
-