public class OperatorGraphView extends Object
| Constructor and Description |
|---|
OperatorGraphView(OperatorGraphAttribute graph)
Creates a new instance.
|
OperatorGraphView(PlanAttribute plan)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperatorView> |
getOperatorMap(OperatorSpec.OperatorKind kind)
Returns the element operators.
|
Collection<OperatorView> |
getOperators()
Returns the element operators.
|
Collection<OperatorView> |
getOperators(OperatorSpec.OperatorKind kind)
Returns the element operators.
|
Node |
getRoot()
Returns the root node.
|
public OperatorGraphView(OperatorGraphAttribute graph)
graph - the source graphpublic OperatorGraphView(PlanAttribute plan)
plan - the source execution planpublic Node getRoot()
public Collection<OperatorView> getOperators()
public Collection<OperatorView> getOperators(OperatorSpec.OperatorKind kind)
kind - the operator kindpublic Map<String,OperatorView> getOperatorMap(OperatorSpec.OperatorKind kind)
kind - the operator kindCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.