Module dev.civl.mc

Interface CIVLStatePredicate

All Superinterfaces:
dev.civl.gmc.StatePredicateIF<State>
All Known Subinterfaces:
AndPredicate, Deadlock, FunctionalEquivalence, PotentialDeadlock, TrivialPredicate

public interface CIVLStatePredicate extends dev.civl.gmc.StatePredicateIF<State>
  • Method Details

    • getViolation

      CIVLExecutionException getViolation()
    • getUnreportedViolation

      CIVLExecutionException getUnreportedViolation()
      Returns the violation that has not yet been reported.
      Returns:
    • isAndPredicate

      boolean isAndPredicate()
      Is this an And predicate?
      Returns: