|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--ch.elca.dependency.core.FilterApplicator
Enables the application of a user defined filter to the
RawModel. All the logic of the filter management is
capsuled in this class.
| Constructor Summary | |
FilterApplicator()
|
|
| Method Summary | |
void |
apply(java.util.ArrayList filters,
RawModel rm,
DependencyModel fm)
The filter is applied to the RawModel for getting the new
DependencyModel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilterApplicator()
| Method Detail |
public void apply(java.util.ArrayList filters,
RawModel rm,
DependencyModel fm)
throws FilterApplicationException
RawModel for getting the new
DependencyModel. The Object of the DependencyModel
stays the same, but the content of the object may change.
rm - RawModel generated at the inintialisation.fm - DependencyModel which is modeified by this class.
FilterApplicationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||