Uses of Interface
com.e1c.langtool.collector.ICollectingParameters
Packages that use ICollectingParameters
Package
Description
-
Uses of ICollectingParameters in com.e1c.langtool.collector
Classes in com.e1c.langtool.collector that implement ICollectingParametersFields in com.e1c.langtool.collector declared as ICollectingParametersModifier and TypeFieldDescriptionstatic final ICollectingParametersICollectingParameters.DEFAULTThe default light parameters for collecting features from single object.Methods in com.e1c.langtool.collector with parameters of type ICollectingParametersModifier and TypeMethodDescriptionvoidIFeatureValueCollectingService.collectAll(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) Collects feature values and raw source object for the given project and process given actionBiConsumerfor each of all collected values from project.voidIFeatureValueCollectingService.collectAllByFile(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<org.eclipse.core.resources.IFile, Collection<FeatureValue>> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) CollectFeatureValuefrom all files of the project with using or updating resource cache.voidIFeatureValueCollectingService.collectFile(org.eclipse.core.resources.IFile file, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, org.eclipse.core.runtime.IProgressMonitor monitor) Collect allFeatureValuefrom file.FeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates a new set ofIFeatureCollectorobjects.IFeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates the collectors for the given source object.voidIFeatureValueCollectingService.forEachCollected(TranslationSource source, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor, BiConsumer<Object, FeatureValue> action) Collect feature values and raw source object for the given translation source with parameters and process given actionBiConsumerfor each collected.ProjectMultiThreadCollectingOperation.Builder.parameters(ICollectingParameters parameters) The collecting parameters. -
Uses of ICollectingParameters in com.e1c.langtool.generatestring
Methods in com.e1c.langtool.generatestring that return ICollectingParametersModifier and TypeMethodDescriptionprotected ICollectingParametersProjectGenerateTranslationStrings.createCollectingParameters()protected ICollectingParametersProjectObjectsGenerateTranslationStrings.createCollectingParameters() -
Uses of ICollectingParameters in com.e1c.langtool.internal.collector
Methods in com.e1c.langtool.internal.collector with parameters of type ICollectingParametersModifier and TypeMethodDescriptionvoidFeatureValueCollectingService.collectAll(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.collectAllByFile(org.eclipse.core.resources.IProject project, ICollectingParameters parameters, BiConsumer<org.eclipse.core.resources.IFile, Collection<FeatureValue>> action, ExecutorService executorService, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.collectFile(org.eclipse.core.resources.IFile file, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> action, org.eclipse.core.runtime.IProgressMonitor monitor) FeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) FeatureValueCollectingService.createCollectors(TranslationSource source, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.core.runtime.IProgressMonitor monitor) voidFeatureValueCollectingService.forEachCollected(TranslationSource source, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor, BiConsumer<Object, FeatureValue> action) -
Uses of ICollectingParameters in com.e1c.langtool.testing
Fields in com.e1c.langtool.testing declared as ICollectingParametersModifier and TypeFieldDescriptionstatic final ICollectingParametersTestingUtil.PARAMS_FULLstatic final ICollectingParametersTestingUtil.PARAMS_OBJECT_ONLY -
Uses of ICollectingParameters in com.e1c.langtool.ui
Methods in com.e1c.langtool.ui that return ICollectingParameters -
Uses of ICollectingParameters in com.e1c.langtool.ui.collector
Methods in com.e1c.langtool.ui.collector that return ICollectingParametersModifier and TypeMethodDescriptionSelectionCollectingRequester.getCollectingParameters()Gets the collecting parameters from the requestor.Methods in com.e1c.langtool.ui.collector with parameters of type ICollectingParametersModifier and TypeMethodDescriptionIDelegatingSelectionCollector.collectSelection(org.eclipse.ui.IWorkbenchPart part, ISelection selection, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor) Delegating collector from selection content to return collecting result by selected translatable objects.protected FeatureValueCollectingResultBaseDelegatedSelectionCollector.collectSource(TranslationSource source, ICollectingParameters parameters, org.eclipse.ui.IWorkbenchPart part, ISelection selection, org.eclipse.core.runtime.IProgressMonitor monitor) Collect source translating object. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.bp.scheme
Methods in com.e1c.langtool.v8.dt.bp.scheme with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic SchemeFeaturesCollectorSchemeFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.bp.scheme with parameters of type ICollectingParametersModifierConstructorDescriptionSchemeFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new scheme features collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.bsl
Methods in com.e1c.langtool.v8.dt.bsl with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic BslFeaturesCollectorBslFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.bsl with parameters of type ICollectingParametersModifierConstructorDescriptionBslFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.bsl.comment
Methods in com.e1c.langtool.v8.dt.bsl.comment with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic DocCommentCollectorDocCommentCollector.create(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, BslDocumentationComment object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.emf.ecore.EObject context, BmOperationContext typeComputationContext) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.bsl.comment with parameters of type ICollectingParametersModifierConstructorDescriptionprotectedDocCommentCollector(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, Object rootObject, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction, org.eclipse.emf.ecore.EObject context, BmOperationContext typeComputationContext) Instantiates a new doc comment collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.bsl.translator
Constructors in com.e1c.langtool.v8.dt.bsl.translator with parameters of type ICollectingParametersModifierConstructorDescriptionprotectedAbstractBslCommentTextProcessor(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, IDescriptionPart rootObject, List<org.eclipse.xtext.nodemodel.INode> lines, ICollectingParameters parameters, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, Method method, BmOperationContext typeComputationContext) Instantiates a new abstract bsl comment text processor.protectedAbstractBslCommentTextProcessor(org.eclipse.core.resources.IFile file, FeatureKey featureKeyPreffix, IDescriptionPart rootObject, List<org.eclipse.xtext.nodemodel.INode> lines, ICollectingParameters parameters, org.eclipse.emf.ecore.EObject context, IProjectTranslationProvider translationProvider, Function<org.eclipse.emf.ecore.EObject, String> eObjectReplaceProvider, BmOperationContext typeComputationContext, Method method) Instantiates a new abstract bsl comment text processor. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.bsl.validation
Methods in com.e1c.langtool.v8.dt.bsl.validation that return ICollectingParametersModifier and TypeMethodDescriptionprotected ICollectingParametersAbstractTranslationAmbiguityValidator.getParameters(org.eclipse.core.resources.IProject project) protected ICollectingParametersDynamicFeatureAccessTranslationCheck.getParameters(org.eclipse.core.resources.IProject project, ICheckParameters parameters) protected ICollectingParametersNstrLiteralValidator.getParameters(org.eclipse.core.resources.IProject project, ICheckParameters parameters) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.chart
Methods in com.e1c.langtool.v8.dt.chart with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic ChartFeaturesCollectorChartFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.chart with parameters of type ICollectingParametersModifierConstructorDescriptionChartFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new chart features collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.chart.dendrogram
Methods in com.e1c.langtool.v8.dt.chart.dendrogram with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic DendrogramFeaturesCollectorDendrogramFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.chart.dendrogram with parameters of type ICollectingParametersModifierConstructorDescriptionDendrogramFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new dendrogram features collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.chart.ganttchart
Methods in com.e1c.langtool.v8.dt.chart.ganttchart with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic GanttChartFeaturesCollectorGanttChartFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.chart.ganttchart with parameters of type ICollectingParametersModifierConstructorDescriptionGanttChartFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new gantt chart features collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.chart.timescale
Methods in com.e1c.langtool.v8.dt.chart.timescale with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic TimeScaleFeaturesCollectorTimeScaleFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.chart.timescale with parameters of type ICollectingParametersModifierConstructorDescriptionTimeScaleFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.check
Methods in com.e1c.langtool.v8.dt.check that return ICollectingParametersModifier and TypeMethodDescriptionprotected ICollectingParametersAbstractTranslationValidator.getParameters(org.eclipse.core.resources.IProject project, ICheckParameters parameters) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.collector
Methods in com.e1c.langtool.v8.dt.collector that return ICollectingParametersMethods in com.e1c.langtool.v8.dt.collector with parameters of type ICollectingParametersModifier and TypeMethodDescriptionV8FileFeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructors in com.e1c.langtool.v8.dt.collector with parameters of type ICollectingParametersModifierConstructorDescriptionCollectingContext(ICollectingParameters parameters, IFeatureValueCollectingService collectingService, IFeatureSettingsService settingsService, ITranslationFeatureKeyProvider featureKeyProvider, IComputedNameService computedNameService, String defaultLanguageCode, BiConsumer<Object, FeatureValue> addAction) CollectingContext(ICollectingParameters parameters, IFeatureValueCollectingService collectingService, IFeatureSettingsService settingsService, ITranslationFeatureKeyProvider featureKeyProvider, IComputedNameService computedNameService, String defaultLanguageCode, BiConsumer<Object, FeatureValue> addAction, org.eclipse.core.resources.IFile resourceFile) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.dcs
Methods in com.e1c.langtool.v8.dt.dcs with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic DcsFeaturesCollectorDcsFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.dcs with parameters of type ICollectingParametersModifierConstructorDescriptionDcsFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new dcs features collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.dcs.expressions
Methods in com.e1c.langtool.v8.dt.dcs.expressions with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic ExpressionsFeaturesCollectorExpressionsFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.dcs.expressions with parameters of type ICollectingParametersModifierConstructorDescriptionExpressionsFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.form
Methods in com.e1c.langtool.v8.dt.form with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic FormFeaturesCollectorFormFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.form with parameters of type ICollectingParametersModifierConstructorDescriptionFormFeaturesCollector(IBmObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.geos
Methods in com.e1c.langtool.v8.dt.geos with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic GeosFeaturesCollectorGeosFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.geos with parameters of type ICollectingParametersModifierConstructorDescriptionGeosFeaturesCollector(IBmObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.bp.scheme
Methods in com.e1c.langtool.v8.dt.internal.bp.scheme with parameters of type ICollectingParametersModifier and TypeMethodDescriptionSchemeFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.bsl
Methods in com.e1c.langtool.v8.dt.internal.bsl with parameters of type ICollectingParametersModifier and TypeMethodDescriptionBslFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) BslFileFeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.chart
Methods in com.e1c.langtool.v8.dt.internal.chart with parameters of type ICollectingParametersModifier and TypeMethodDescriptionChartFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.dcs
Methods in com.e1c.langtool.v8.dt.internal.dcs with parameters of type ICollectingParametersModifier and TypeMethodDescriptionDcsFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.dcs.expressions
Methods in com.e1c.langtool.v8.dt.internal.dcs.expressions with parameters of type ICollectingParametersModifier and TypeMethodDescriptionDcsExprFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.form
Methods in com.e1c.langtool.v8.dt.internal.form with parameters of type ICollectingParametersModifier and TypeMethodDescriptionFormFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.geos
Methods in com.e1c.langtool.v8.dt.internal.geos with parameters of type ICollectingParametersModifier and TypeMethodDescriptionGeosFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.moxel
Methods in com.e1c.langtool.v8.dt.internal.moxel with parameters of type ICollectingParametersModifier and TypeMethodDescriptionMoxelFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.planner
Methods in com.e1c.langtool.v8.dt.internal.planner with parameters of type ICollectingParametersModifier and TypeMethodDescriptionPlannerFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.ql
Methods in com.e1c.langtool.v8.dt.internal.ql with parameters of type ICollectingParametersModifier and TypeMethodDescriptionQlFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.right.ql
Methods in com.e1c.langtool.v8.dt.internal.right.ql with parameters of type ICollectingParametersModifier and TypeMethodDescriptionRightQlFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.right.templates
Methods in com.e1c.langtool.v8.dt.internal.right.templates with parameters of type ICollectingParametersModifier and TypeMethodDescriptionRightTemplateFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.rights
Methods in com.e1c.langtool.v8.dt.internal.rights with parameters of type ICollectingParametersModifier and TypeMethodDescriptionRightsFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.ui.refactoring
Methods in com.e1c.langtool.v8.dt.internal.ui.refactoring with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic Set<FeatureValue>Util.collectFeatureValues(Object object, IFeatureValueCollectingService collectingService, ICollectingParameters collectingParameters, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.internal.ui.selection
Methods in com.e1c.langtool.v8.dt.internal.ui.selection with parameters of type ICollectingParametersModifier and TypeMethodDescriptionMoxelPropertiesCollectorDelegate.collectSelection(org.eclipse.ui.IWorkbenchPart part, ISelection selection, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor) NavigatorSelectionCollectorDelegate.collectSelection(org.eclipse.ui.IWorkbenchPart part, ISelection selection, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor) XtextEditorSelectionCollectorDelegate.collectSelection(org.eclipse.ui.IWorkbenchPart part, ISelection selection, ICollectingParameters parameters, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.md
Methods in com.e1c.langtool.v8.dt.md with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic MdFeaturesCollectorMdFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.MdFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructors in com.e1c.langtool.v8.dt.md with parameters of type ICollectingParametersModifierConstructorDescriptionMdFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.md.aindex
Methods in com.e1c.langtool.v8.dt.md.aindex with parameters of type ICollectingParametersModifier and TypeMethodDescriptionAdditionalIndexFeatureCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Creates the new additional index feature collector.AdditionalIndexCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructors in com.e1c.langtool.v8.dt.md.aindex with parameters of type ICollectingParametersModifierConstructorDescriptionAdditionalIndexFeatureCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new additional index feature collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.md.style
Methods in com.e1c.langtool.v8.dt.md.style with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic StyleFeatureCollectorStyleFeatureCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.StyleFeatureCollectorFactory.createCollectors(Object obj, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Constructors in com.e1c.langtool.v8.dt.md.style with parameters of type ICollectingParametersModifierConstructorDescriptionprotectedStyleFeatureCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.moxel
Methods in com.e1c.langtool.v8.dt.moxel with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic MoxelFeaturesCollectorMoxelFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.moxel with parameters of type ICollectingParametersModifierConstructorDescriptionMoxelFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.planner
Methods in com.e1c.langtool.v8.dt.planner with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic PlannerFeaturesCollectorPlannerFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.planner with parameters of type ICollectingParametersModifierConstructorDescriptionPlannerFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Instantiates a new planner features collector. -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.ql
Methods in com.e1c.langtool.v8.dt.ql with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic DcsQlFeaturesCollectorDcsQlFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.static QlFeaturesCollectorQlFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.ql with parameters of type ICollectingParametersModifierConstructorDescriptionDcsQlFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) QlFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.resourcestorage
Methods in com.e1c.langtool.v8.dt.resourcestorage with parameters of type ICollectingParametersModifier and TypeMethodDescriptionFileFeatureCollectorFactory.createCollectors(Object object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.right.ql
Methods in com.e1c.langtool.v8.dt.right.ql with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic RightQlFeaturesCollectorRightQlFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.right.ql with parameters of type ICollectingParametersModifierConstructorDescriptionRightQlFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.right.templates
Methods in com.e1c.langtool.v8.dt.right.templates with parameters of type ICollectingParametersModifier and TypeMethodDescriptionRightTemplateFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.right.templates with parameters of type ICollectingParametersModifierConstructorDescriptionRightTemplateFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) -
Uses of ICollectingParameters in com.e1c.langtool.v8.dt.rights
Methods in com.e1c.langtool.v8.dt.rights with parameters of type ICollectingParametersModifier and TypeMethodDescriptionstatic RightsFeaturesCollectorRightsFeaturesCollector.create(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction) Low-level factory method.Constructors in com.e1c.langtool.v8.dt.rights with parameters of type ICollectingParametersModifierConstructorDescriptionRightsFeaturesCollector(org.eclipse.emf.ecore.EObject object, ICollectingParameters parameters, BiConsumer<Object, FeatureValue> addAction)