Class SyncChecker

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

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

    • SyncChecker

      public SyncChecker​(Sync se)
      Make a new checker.
      Parameters:
      se - the sync constraint associated to the checker.