Class EnactorConfigurator2
java.lang.Object
org.openprovenance.prov.template.library.ptm.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<?> ptm_expanding(Ptm_expandingBuilder builder) Gets configurationfinal ProcessorArgsInterface<?> ptm_mexpanding(Ptm_mexpandingBuilder builder) Gets configuration
-
Constructor Details
-
EnactorConfigurator2
-
-
Method Details
-
ptm_expanding
Gets configuration- Specified by:
ptm_expandingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template ptm_expanding- Returns:
- java.lang.String[]
-
ptm_mexpanding
Gets configuration- Specified by:
ptm_mexpandingin interfaceTableConfigurator<ProcessorArgsInterface<?>>- Parameters:
builder- builder for template ptm_mexpanding- Returns:
- java.lang.String[]
-