public class GraphAnalyzerChartItem extends ChartItem
chartItemSpecification, CONTINUE, flowChartinstance, NEWITERATION, TERMINATE| Constructor and Description |
|---|
GraphAnalyzerChartItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(FlowChartInstance flowChartinstance,
ChartItemSpecification chartItemSpecification)
Initialize the chart item
|
int |
postprocess(int signal)
Cause the chart item to perform the postprocess tasks
|
int |
preprocess(int signal)
Cause the chart item to perform the preprocess tasks
|
int |
process(int signal)
Cause the chart item to perform the process task (for every sentence)
|
void |
terminate()
Terminates and cleans up the chart item
|
getChartElement, getChartItemSpecification, getFlowChartInstance, getOptionContainerIndex, setChartItemSpecification, setFlowChartInstancepublic GraphAnalyzerChartItem()
public void initialize(FlowChartInstance flowChartinstance, ChartItemSpecification chartItemSpecification) throws MaltChainedException
ChartIteminitialize in class ChartItemflowChartinstance - the flow chart instance that the chart item belongs tochartItemSpecification - a specification of the chart itemMaltChainedExceptionpublic int preprocess(int signal) throws MaltChainedException
ChartItempreprocess in class ChartItemsignal - returned by the previous chart itemMaltChainedExceptionpublic int process(int signal) throws MaltChainedException
ChartItemprocess in class ChartItemsignal - returned by the previous chart itemMaltChainedExceptionpublic int postprocess(int signal) throws MaltChainedException
ChartItempostprocess in class ChartItemsignal - returned by the previous chart itemMaltChainedExceptionpublic void terminate() throws MaltChainedException
ChartItemterminate in class ChartItemMaltChainedExceptionCopyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.