| Package | Description |
|---|---|
| dataflow.model |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterList |
DataFlowMethod.Builder.inputParameters |
| Modifier and Type | Method and Description |
|---|---|
ParameterList |
ParameterList.Builder.build() |
ParameterList |
DataFlowMethod.getInputParameters() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterList> |
NodeCall.getIn() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterList.connectTo(ParameterList otherParams) |
NodeCall.Builder |
NodeCall.Builder.in(ParameterList in) |
DataFlowMethod.Builder |
DataFlowMethod.Builder.inputParameters(ParameterList inputParameters) |
void |
NodeCall.setIn(ParameterList in) |
void |
DataFlowMethod.setInputParameters(ParameterList inputParameters) |
Copyright © 2019. All rights reserved.