@SimulationSupport public class BasicProcessProvider extends ProcessProvider
ProcessProvider.
 This provider ignores any configurations specified in profile,
 and performs as a default gate process.| Constructor and Description | 
|---|
BasicProcessProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
configure(ProcessProfile profile)
Configures this provider. 
 | 
<T> void | 
execute(DriverFactory drivers,
       ProcessScript<T> script)
Execute a gate process for the specified process script. 
 | 
protected void configure(ProcessProfile profile)
BaseProviderconfigure in class BaseProvider<ProcessProfile>profile - the profilepublic <T> void execute(DriverFactory drivers, ProcessScript<T> script) throws IOException
ProcessProviderexecute in class ProcessProviderT - the type of data model object to be processeddrivers - provides drivers for the executionscript - target scriptIOException - if failed to execute gate processCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.