main
Interface InputFileModifier
- All Known Implementing Classes:
- DrawingParametersCustomizer, EdgeParametersCustomizer, EdgeQueryCustomizer, NodeParametersCustomizer, NodeQueryCustomizer, QueryCustomizer
public interface InputFileModifier
The InputFileModifier
interface should be implemented by any
class that wants to make changes to the input file via the
InputFileParser
. A class is an InputFileModifier
if
it implements this interface.
Method Summary |
void |
commit(InputFileParser inputFileParser)
Commits any changes to the InputFileParser that is passed
in. |
commit
void commit(InputFileParser inputFileParser)
- Commits any changes to the
InputFileParser
that is passed
in. Note: the changes made to an instance of InputFileParser
should be committed to the same instance of InputFileParser
.
This is not enforced.
- Parameters:
inputFileParser
- a InputFileParser