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

被折叠的 条评论
为什么被折叠?



