Class EnactorConfigurator
java.lang.Object
org.openprovenance.prov.template.library.ptm.client.configurator.EnactorConfigurator
- All Implemented Interfaces:
TableConfigurator<ProcessorArgsInterface<?>>
public class EnactorConfigurator
extends Object
implements TableConfigurator<ProcessorArgsInterface<?>>
The table configurator EnactorConfigurator
-
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
-
EnactorConfigurator
-
-
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[]
-