Class TakeExecutionResultProbe

  • All Implemented Interfaces:
    org.palladiosimulator.commons.designpatterns.IAbstractObservable<org.palladiosimulator.probeframework.probes.listener.IProbeListener>, org.palladiosimulator.metricspec.metricentity.IMetricEntity, IFailureStatisticsListener

    public class TakeExecutionResultProbe
    extends org.palladiosimulator.probeframework.probes.BasicEventProbe<FailureStatistics,​org.palladiosimulator.metricspec.Identifier,​javax.measure.quantity.Dimensionless>
    implements IFailureStatisticsListener
    ProbeStrategy which is able to measure the type of an execution result. The execution result type is identified through its numeric ID.
    • Field Summary

      • Fields inherited from class org.palladiosimulator.probeframework.probes.EventProbe

        eventSource
      • Fields inherited from class org.palladiosimulator.probeframework.probes.Probe

        metricEntityDelegate
    • Constructor Detail

      • TakeExecutionResultProbe

        public TakeExecutionResultProbe​(FailureStatistics failureStatistics,
                                        Map<MarkovFailureType,​org.palladiosimulator.metricspec.Identifier> simFailureTypes,
                                        org.palladiosimulator.metricspec.Identifier successIdentifier)