Package com.e1c.langtool
Interface IBasicProcessor
- All Known Subinterfaces:
FeatureValueCollector
- All Known Implementing Classes:
AbstractBslCommentTextProcessor,AdditionalIndexFeatureCollector,BslCommentClearableTextProcessor,BslCommentTextProcessor,BslFeaturesCollector,ChartFeaturesCollector,ChartProcessor,DcsExprNStrCleanupProcessor,DcsExprProcessor,DcsExprTextProcessor,DcsFeaturesCollector,DcsLoadingPostprocessor,DcsProcessor,DcsQlFeaturesCollector,DcsQlProcessor,DendrogramFeaturesCollector,DendrogramProcessor,DocCommentCollector,DocCommentProcessor,ExpressionsFeaturesCollector,ExternalDocCommentFieldProcessor,FormFeaturesCollector,FormProcessor,GanttChartFeaturesCollector,GanttChartProcessor,GeoSchemeProcessor,GeosFeaturesCollector,MdFeaturesCollector,MdObjectProcessor,ModuleProcessor,MoxelFeaturesCollector,MoxelLoadingPostprocessor,MoxelProcessor,PlannerFeaturesCollector,PlannerProcessor,QlFeaturesCollector,QlProcessor,RightQlFeaturesCollector,RightQlProcessor,RightsFeaturesCollector,RightsProcessor,RightTemplateFeaturesCollector,RightTemplateProcessor,SchemeFeaturesCollector,SchemeProcessor,StyleFeatureCollector,TimeScaleFeaturesCollector,TimeScaleProcessor,TopMdObjectCollector
public interface IBasicProcessor
The Interface is common for any kind of proccessors, the object that has some long time processing
without ability to calcucate the time or items of processing.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if is canceled.voidprocess(org.eclipse.core.runtime.IProgressMonitor monitor) Process until done or get canceled.
-
Method Details
-
isCanceled
boolean isCanceled()Checks if is canceled.- Returns:
- true, if is canceled
-
process
void process(org.eclipse.core.runtime.IProgressMonitor monitor) Process until done or get canceled.
-