@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)
BaseProvider
configure
in class BaseProvider<ProcessProfile>
profile
- the profilepublic <T> void execute(DriverFactory drivers, ProcessScript<T> script) throws IOException
ProcessProvider
execute
in class ProcessProvider
T
- 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.