public interface IPostProcessor
Modifier and Type | Interface and Description |
---|---|
static interface |
IPostProcessor.Descriptor
Wrapper describing the given post processor.
|
Modifier and Type | Method and Description |
---|---|
void |
postComparison(Comparison comparison,
Monitor monitor)
This will be called by EMF Compare in order to execute the specified behavior after a comparison, from
a
comparison . |
void |
postConflicts(Comparison comparison,
Monitor monitor)
This will be called by EMF Compare in order to execute the specified behavior after the conflicts step,
from a
comparison . |
void |
postDiff(Comparison comparison,
Monitor monitor)
This will be called by EMF Compare in order to execute the specified behavior after the difference
step, from a
comparison . |
void |
postEquivalences(Comparison comparison,
Monitor monitor)
This will be called by EMF Compare in order to execute the specified behavior after the equivalences
step, from a
comparison . |
void |
postMatch(Comparison comparison,
Monitor monitor)
This will be called by EMF Compare in order to execute the specified behavior after the match step,
from a
comparison . |
void |
postRequirements(Comparison comparison,
Monitor monitor)
This will be called by EMF Compare in order to execute the specified behavior after the requirements
step, from a
comparison . |
void postMatch(Comparison comparison, Monitor monitor)
comparison
.comparison
- The comparison after the match step.monitor
- The monitor to report progress or to check for cancellationvoid postDiff(Comparison comparison, Monitor monitor)
comparison
.comparison
- The comparison after the difference step.monitor
- The monitor to report progress or to check for cancellationvoid postRequirements(Comparison comparison, Monitor monitor)
comparison
.comparison
- The comparison after the requirements step.monitor
- The monitor to report progress or to check for cancellationvoid postEquivalences(Comparison comparison, Monitor monitor)
comparison
.comparison
- The comparison after the equivalences step.monitor
- The monitor to report progress or to check for cancellationvoid postConflicts(Comparison comparison, Monitor monitor)
comparison
.comparison
- The comparison after the conflicts step.monitor
- The monitor to report progress or to check for cancellationvoid postComparison(Comparison comparison, Monitor monitor)
comparison
.comparison
- The comparison after the all steps.monitor
- The monitor to report progress or to check for cancellation
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.