Class GanttChartFeaturesCollector
java.lang.Object
com.e1c.langtool.v8.dt.chart.ganttchart.GanttChartProcessor
com.e1c.langtool.v8.dt.chart.ganttchart.GanttChartFeaturesCollector
- All Implemented Interfaces:
FeatureValueCollector,IBasicProcessor
public class GanttChartFeaturesCollector
extends GanttChartProcessor
implements FeatureValueCollector
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.chart.ganttchart.GanttChartProcessor
monitor -
Constructor Summary
ConstructorsConstructorDescriptionGanttChartFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new gantt chart features collector. -
Method Summary
Modifier and TypeMethodDescriptionstatic GanttChartFeaturesCollectorcreate(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.protected <T extends org.eclipse.emf.ecore.EObject>
voidProcesses concrete object of Rights objectMethods inherited from class com.e1c.langtool.v8.dt.chart.ganttchart.GanttChartProcessor
isCanceled, isProcessChildObjects, isSupported, process, setProcessChildObjectsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.IBasicProcessor
isCanceled, process
-
Constructor Details
-
GanttChartFeaturesCollector
public GanttChartFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new gantt chart features collector.- Parameters:
object- the object
-
-
Method Details
-
create
public static GanttChartFeaturesCollector create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.- Parameters:
object- the EObject of newly created collector- Throws:
IllegalArgumentException- if the object is null
-
doProcess
Description copied from class:GanttChartProcessorProcesses concrete object of Rights object- Specified by:
doProcessin classGanttChartProcessor- Parameters:
object- processing object, can't benull
-