public class ReliabilitySensorHelper extends Object
| Constructor and Description |
|---|
ReliabilitySensorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getScenarioProbeSetId(String usageScenarioId)
Retrieves a usage-scenario-specific execution result ProbeSet ID.
|
static void |
recordExternalCallResult(String callName,
String externalCallId,
FailureException exception,
SimuComModel model,
org.palladiosimulator.probeframework.measurement.RequestContext requestContext)
Records the execution results of an external call action.
|
public static String getScenarioProbeSetId(String usageScenarioId)
usageScenarioId - the ID of the PCM model element representing the usage scenariopublic static void recordExternalCallResult(String callName, String externalCallId, FailureException exception, SimuComModel model, org.palladiosimulator.probeframework.measurement.RequestContext requestContext)
callName - the call name of the external call actionexternalCallId - the probe set id of the external call actionexception - the occurred failure exception (if any)simControl - the simulation control object, keeping the current simulated timerequestContext - the identification of the request context