LingoClusteringAlgorithm 继承 ProcessingComponentBase 实现 IProcessingComponent
ProcessingComponentBase的生命周期有方法:
public void init(IControllerContext context)
{
}
public void beforeProcessing() throws ProcessingException
{
}
public void process() throws ProcessingException
{
}
public void afterProcessing()
{
}