Package | Description |
---|---|
com.asakusafw.info.cli.common |
Common classes for CLI.
|
com.asakusafw.info.operator.view |
Views of operator graphs.
|
Modifier and Type | Method and Description |
---|---|
OperatorView |
VertexSelectorParameter.select(JobflowInfo jobflow,
OperatorGraphView plan)
Returns the target vertex.
|
OperatorView |
FlowPartSelectorParameter.select(JobflowInfo jobflow,
OperatorGraphView graph)
Returns the target flow-part operator view.
|
Modifier and Type | Method and Description |
---|---|
OperatorView |
InputView.getOwner()
Returns the owner of this port.
|
OperatorView |
OutputView.getOwner()
Returns the owner of this port.
|
Modifier and Type | Method and Description |
---|---|
Map<String,OperatorView> |
OperatorGraphView.getOperatorMap(OperatorSpec.OperatorKind kind)
Returns the element operators.
|
Collection<OperatorView> |
OperatorGraphView.getOperators()
Returns the element operators.
|
Collection<OperatorView> |
OperatorGraphView.getOperators(OperatorSpec.OperatorKind kind)
Returns the element operators.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.