Class DeadlineChecker

java.lang.Object
org.btrplace.model.constraint.AllowAllConstraintChecker<Deadline>
org.btrplace.model.constraint.migration.DeadlineChecker
All Implemented Interfaces:
SatConstraintChecker<Deadline>

public class DeadlineChecker
extends AllowAllConstraintChecker<Deadline>
Checker for the Deadline constraint.
Author:
Vincent Kherbache
See Also:
Deadline
  • Constructor Details

    • DeadlineChecker

      public DeadlineChecker​(Deadline dl)
      Make a new checker.
      Parameters:
      dl - the deadline constraint associated to the checker.