de.uni_paderborn.fujaba.parser
Interface ParserPostProcessor


public interface ParserPostProcessor

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.1 $ $Date: 2005/03/14 08:39:52 $
Author:
$Author: lowende $

Method Summary
 void execute()
          Starts the post processing.
 java.lang.String getName()
          The name of the process is displayed when the progress is started.
 boolean isActive()
          ParserPostProcessor will only be executed if it is active.
 

Method Detail

isActive

public boolean isActive()
ParserPostProcessor will only be executed if it is active.

Returns:
true if the post processor is active

execute

public void execute()
Starts the post processing.


getName

public java.lang.String getName()
The name of the process is displayed when the progress is started.

Returns:
the name of the process