Class DendrogramFeaturesCollector
java.lang.Object
com.e1c.langtool.v8.dt.chart.dendrogram.DendrogramProcessor
com.e1c.langtool.v8.dt.chart.dendrogram.DendrogramFeaturesCollector
- All Implemented Interfaces:
FeatureValueCollector,IBasicProcessor
public class DendrogramFeaturesCollector
extends DendrogramProcessor
implements FeatureValueCollector
-
Field Summary
Fields inherited from class com.e1c.langtool.v8.dt.chart.dendrogram.DendrogramProcessor
monitor -
Constructor Summary
ConstructorsConstructorDescriptionDendrogramFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new dendrogram features collector. -
Method Summary
Modifier and TypeMethodDescriptionstatic DendrogramFeaturesCollectorcreate(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.dendrogram.DendrogramProcessor
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
-
DendrogramFeaturesCollector
public DendrogramFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new dendrogram features collector.- Parameters:
object- the object
-
-
Method Details
-
create
public static DendrogramFeaturesCollector 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:DendrogramProcessorProcesses concrete object of Rights object- Specified by:
doProcessin classDendrogramProcessor- Parameters:
object- processing object, can't benull
-