Interface CombinationGuard
-
- All Known Implementing Classes:
CombinationGuard,CombinationGuardAbstract,ComplexCombinationGuard,NotCombinationGuard,NotContainingCoveringPlacesCombinationGuard,OrCombinationGuard,SameActivityCombinationGuard,SimpleCombinationGuard
public interface CombinationGuardClass that guards if a combination can be made
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansatisfies(LocalProcessModel lpm1, LocalProcessModel lpm2)Checks if the two lpms satisfy the guard condition
-
-
-
Method Detail
-
satisfies
boolean satisfies(LocalProcessModel lpm1, LocalProcessModel lpm2)
Checks if the two lpms satisfy the guard condition- Parameters:
lpm1- : the first local process model that we need to combinelpm2- : the first local process model that we need to combine- Returns:
- whether the guard is satisfied
-
-