Class MatchDisappearanceJob
- java.lang.Object
-
- org.eclipse.viatra.addon.validation.core.MatchDisappearanceJob
-
- All Implemented Interfaces:
java.util.function.Consumer<IPatternMatch>
public class MatchDisappearanceJob extends java.lang.Object implements java.util.function.Consumer<IPatternMatch>
The job is used to process disappeared matches upon constraint violation. It is associated to the rule that is created for the constraint.
-
-
Constructor Summary
Constructors Constructor Description MatchDisappearanceJob(Constraint constraint, org.apache.log4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IPatternMatch match)
-
-
-
Constructor Detail
-
MatchDisappearanceJob
public MatchDisappearanceJob(Constraint constraint, org.apache.log4j.Logger logger)
-
-
Method Detail
-
accept
public void accept(IPatternMatch match)
- Specified by:
accept
in interfacejava.util.function.Consumer<IPatternMatch>
- Since:
- 2.0
-
-