Class EnactorConfigurator2
java.lang.Object
org.openprovenance.prov.template.library.plead.client.configurator2.EnactorConfigurator2
- All Implemented Interfaces:
TableConfigurator<ProcessorArgsInterface<?>>
- Direct Known Subclasses:
SqlEnactorConfigurator3
public class EnactorConfigurator2
extends Object
implements TableConfigurator<ProcessorArgsInterface<?>>
The table configurator EnactorConfigurator2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ProcessorArgsInterface<?> plead_approving(Plead_approvingBuilder builder) Gets configurationfinal ProcessorArgsInterface<?> plead_filtering(Plead_filteringBuilder builder) Gets configurationfinal ProcessorArgsInterface<?> plead_splitting(Plead_splittingBuilder builder) Gets configurationfinal ProcessorArgsInterface<?> plead_training(Plead_trainingBuilder builder) Gets configurationfinal ProcessorArgsInterface<?> Gets configurationfinal ProcessorArgsInterface<?> Gets configurationfinal ProcessorArgsInterface<?> plead_validating(Plead_validatingBuilder builder) Gets configuration
-
Constructor Details
-
EnactorConfigurator2
-
-
Method Details
-
plead_transforming
Gets configuration- Specified by:
plead_transformingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_transforming- Returns:
- java.lang.String[]
-
plead_filtering
Gets configuration- Specified by:
plead_filteringin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_filtering- Returns:
- java.lang.String[]
-
plead_training
Gets configuration- Specified by:
plead_trainingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_training- Returns:
- java.lang.String[]
-
plead_validating
Gets configuration- Specified by:
plead_validatingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_validating- Returns:
- java.lang.String[]
-
plead_approving
Gets configuration- Specified by:
plead_approvingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_approving- Returns:
- java.lang.String[]
-
plead_splitting
Gets configuration- Specified by:
plead_splittingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_splitting- Returns:
- java.lang.String[]
-
plead_transforming_composite
public final ProcessorArgsInterface<?> plead_transforming_composite(Plead_transforming_compositeBuilder builder) Gets configuration- Specified by:
plead_transforming_compositein interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template plead_transforming_composite- Returns:
- java.lang.String[]
-