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 request
        specification - specification of the linking resource connecting the resource containers
        absoluteDemand - the resource demand
        onServedCallback - the callback to be invoked once the requested demand has been served