Package | Description |
---|---|
com.asakusafw.info.graph |
Graph like structure models.
|
com.asakusafw.info.operator |
Asakusa operator DSL information models.
|
com.asakusafw.info.operator.view |
Views of operator graphs.
|
com.asakusafw.info.plan |
Asakusa execution plan information models.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.getElement(int index)
Returns the element node of this node.
|
Node |
Wire.getParent() |
Node |
Node.getParent() |
Node |
Port.getParent() |
Node |
Node.newElement()
Adds a new element node.
|
Node |
Node.withElement(Consumer<? super Node> configure)
Adds a new node port.
|
Node |
Node.withInput(Consumer<? super Input> configure)
Adds a new input port.
|
Node |
Node.withOutput(Consumer<? super Output> configure)
Adds a new output port.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
Node.getElements()
Returns the element nodes of this node.
|
Modifier and Type | Method and Description |
---|---|
Node |
Node.withElement(Consumer<? super Node> configure)
Adds a new node port.
|
Modifier and Type | Method and Description |
---|---|
Node |
OperatorGraphAttribute.getRoot()
Returns the root node.
|
Constructor and Description |
---|
OperatorGraphAttribute(Node root)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Node |
OperatorView.getEntity()
Returns the entity element.
|
Node |
OperatorGraphView.getRoot()
Returns the root node.
|
Modifier and Type | Method and Description |
---|---|
Node |
PlanAttribute.getRoot()
Returns the root node.
|
Constructor and Description |
---|
PlanAttribute(Node root)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.