public class VertexSelectorParameter extends Object
Constructor and Description |
---|
VertexSelectorParameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled()
Returns whether or not the selector is enabled.
|
OperatorView |
select(JobflowInfo jobflow,
OperatorGraphView plan)
Returns the target vertex.
|
public String name
public boolean isEnabled()
true
if the selector is enabled, otherwise false
public OperatorView select(JobflowInfo jobflow, OperatorGraphView plan)
jobflow
- the owner jobflowplan
- the execution planCommandConfigurationException
- if there is no such a vertexCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.