Class MiddlewareCompletionAwareDemandCalculator

java.lang.Object
org.palladiosimulator.simulizar.interpreter.linking.impl.MiddlewareCompletionAwareDemandCalculator
All Implemented Interfaces:
ITransmissionPayloadDemandCalculator<de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object>,Double>

public class MiddlewareCompletionAwareDemandCalculator extends Object implements ITransmissionPayloadDemandCalculator<de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object>,Double>
This calculator realizes a demand calculation compatible with the middleware marshalling palladio model completion. It assumes, that the completion ensures, that the amount of data to be transmitted is already precalculated and given as "BYTESIZE" characteristic of an element "stream" on the stack frame.
  • Constructor Details

    • MiddlewareCompletionAwareDemandCalculator

      @Inject public MiddlewareCompletionAwareDemandCalculator()
  • Method Details