Package | Description |
---|---|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
Modifier and Type | Method and Description |
---|---|
PortInfo |
FlowElementBuilder.defineInput(String name,
Source<?> upstream)
Defines a new input for operator.
|
PortInfo |
FlowElementBuilder.defineInput(String name,
Source<?> upstream,
FlowElementAttribute... attributes)
Defines a new input for operator.
|
PortInfo |
FlowElementBuilder.defineOutput(String name,
Source<?> typeRef)
Defines a new output for operator.
|
PortInfo |
FlowElementBuilder.defineOutput(String name,
Source<?> typeRef,
FlowElementAttribute... attributes)
Defines a new output for operator.
|
PortInfo |
FlowElementBuilder.defineOutput(String name,
Type type)
Defines a new output for operator.
|
PortInfo |
FlowElementBuilder.defineOutput(String name,
Type type,
FlowElementAttribute... attributes)
Defines a new output for operator.
|
protected PortInfo |
PortInfo.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 |
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 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.
|
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.