Package eu.bandm.tools.d2d2.postproc
Class Forget
java.lang.Object
eu.bandm.tools.d2d2.postproc.Forget
- All Implemented Interfaces:
PostProcessor
A post processor which applied to a parsed result element eliminates this completely from
the output result.
-
Field Summary
Fields inherited from interface eu.bandm.tools.d2d2.base.PostProcessor
method_name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ResultingStructure input) Process the given result element by simply returning constantly null.
-
Constructor Details
-
Forget
public Forget()
-
-
Method Details
-
process
Process the given result element by simply returning constantly null.- Specified by:
process
in interfacePostProcessor
-