public class FlowPartSelectorParameter extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
The target flow-part class name.
|
| Constructor and Description |
|---|
FlowPartSelectorParameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
Returns whether or not the selector is enabled.
|
OperatorView |
select(JobflowInfo jobflow,
OperatorGraphView graph)
Returns the target flow-part operator view.
|
public String name
public boolean isEnabled()
true if the selector is enabled, otherwise falsepublic OperatorView select(JobflowInfo jobflow, OperatorGraphView graph)
jobflow - the owner jobflowgraph - the target graphCommandConfigurationException - if there is no such a flow-partCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.