Class NotCombinationGuard
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.combination.guards.CombinationGuardAbstract
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.combination.guards.simple.SimpleCombinationGuard
-
- org.processmining.placebasedlpmdiscovery.lpmdiscovery.combination.guards.simple.NotCombinationGuard
-
- All Implemented Interfaces:
CombinationGuard
public class NotCombinationGuard extends SimpleCombinationGuard
Combination guard that negates another combination guard
-
-
Constructor Summary
Constructors Constructor Description NotCombinationGuard(CombinationGuard guard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansatisfies(LocalProcessModel lpm1, LocalProcessModel lpm2)Checks if the two lpms satisfy the guard condition
-
-
-
Constructor Detail
-
NotCombinationGuard
public NotCombinationGuard(CombinationGuard guard)
-
-
Method Detail
-
satisfies
public boolean satisfies(LocalProcessModel lpm1, LocalProcessModel lpm2)
Description copied from interface:CombinationGuardChecks 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
-
-