public interface IReqEngine
We generally expect that a call to #computeRequirements(Comparison)
will complete every single
Diff
it finds with all required differences that can be detected on its
sides.
Clients can also subclass the default implementation
.
DefaultReqEngine
Modifier and Type | Method and Description |
---|---|
void |
computeRequirements(Comparison comparison,
Monitor monitor)
This is the entry point of the requirements computing process.
|
void computeRequirements(Comparison comparison, Monitor monitor)
It will complete the input comparison
by iterating over the
differences
it contains, filling in the requirements it can detect
for each distinct Diff.
comparison
- The comparison this engine is expected to complete.monitor
- The monitor to report progress or to check for cancellation
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.