Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
OperatorDescription.Declaration |
OperatorDescription.getDeclaration()
Returns information of the operator declaration.
|
Modifier and Type | Method and Description |
---|---|
Method |
OperatorHelper.toMethod(OperatorDescription.Declaration owner)
Returns a reflective object of the target operator helper method.
|
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.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.