Package org.palladiosimulator.simulizar.interpreter.linking
-
Interface Summary Interface Description ILinkingResourceRouter<NodeType,LinkType> A linking resource router determines the connection between two nodes.ITransmissionInterpreter<NodeType,PayloadType,TransmissionContext> The transmission interpreter encapsulates the logic how a transmission between a source and a target node impacts the current simulation w.ITransmissionPayloadDemandCalculator<PayloadType,DemandType> Determines the demand stemming from transmitting a given payload.ITransmissionSimulationStrategy<LinkType,DemandType,ContextType> The transmission simulation strategy encapsultes the concrete behavior, how a given demand for a given link is actually simulated.