Package | Description |
---|---|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
Modifier and Type | Method and Description |
---|---|
DataInfo |
FlowElementBuilder.defineData(String name,
Data data)
Defines a new data for operator.
|
DataInfo |
FlowElementBuilder.defineData(String name,
Type type,
Object value)
Defines a new argument for operator.
|
protected DataInfo |
DataInfo.getSelf() |
Modifier and Type | Method and Description |
---|---|
protected FlowElementDescription |
FlowNodeBuilder.build(List<PortInfo> inputPorts,
List<PortInfo> outputPorts,
List<DataInfo> arguments,
List<AttributeInfo> attributes) |
protected FlowElementDescription |
OperatorNodeBuilder.build(List<PortInfo> inputPorts,
List<PortInfo> outputPorts,
List<DataInfo> arguments,
List<AttributeInfo> attributes) |
protected abstract FlowElementDescription |
FlowElementBuilder.build(List<PortInfo> inputPorts,
List<PortInfo> outputPorts,
List<DataInfo> arguments,
List<AttributeInfo> attributes)
Builds a flow from operator input/output/arguments.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.