Class TrustStrategy

java.lang.Object
org.mpi_sws.jmc.strategies.TrackActiveTasksStrategy
org.mpi_sws.jmc.strategies.trust.TrustStrategy
All Implemented Interfaces:
ReplayableSchedulingStrategy, SchedulingStrategy

public class TrustStrategy extends TrackActiveTasksStrategy implements ReplayableSchedulingStrategy
A wrapper around the Algo algorithm that implements a scheduling strategy based on trust. The class implements the ReplayableSchedulingStrategy and SchedulingStrategy and uses the TrackActiveTasksStrategy to track active tasks during the execution.