| Package | Description | 
|---|---|
| com.asakusafw.vocabulary.flow.graph | 
 Internal graphical representation of Flow DSL. 
 | 
| com.asakusafw.vocabulary.flow.util | 
 Provides built-in Flow DSL vocabularies. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<FlowResourceDescription> | 
FlowPartDescription.getResources()  | 
List<FlowResourceDescription> | 
OutputDescription.getResources()  | 
List<FlowResourceDescription> | 
OperatorDescription.getResources()  | 
List<FlowResourceDescription> | 
InputDescription.getResources()  | 
List<FlowResourceDescription> | 
FlowElementDescription.getResources()
Returns the external resources of this element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OperatorDescription.Builder | 
OperatorDescription.Builder.addResource(FlowResourceDescription resource)
Adds a new external resource. 
 | 
| Constructor and Description | 
|---|
OperatorDescription(FlowElementDescription origin,
                   OperatorDescription.Declaration declaration,
                   List<FlowElementPortDescription> inputPorts,
                   List<FlowElementPortDescription> outputPorts,
                   List<FlowResourceDescription> resources,
                   List<OperatorDescription.Parameter> parameters,
                   List<FlowElementAttribute> attributes)
Creates a new instance. 
 | 
OperatorDescription(OperatorDescription.Declaration declaration,
                   List<FlowElementPortDescription> inputPorts,
                   List<FlowElementPortDescription> outputPorts,
                   List<FlowResourceDescription> resources,
                   List<OperatorDescription.Parameter> parameters,
                   List<FlowElementAttribute> attributes)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<FlowResourceDescription> | 
PseudElementDescription.getResources()  | 
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.