Package | Description |
---|---|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
Modifier and Type | Method and Description |
---|---|
PortDirection |
FlowElementPortDescription.getDirection()
Returns the port direction.
|
static PortDirection |
PortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortDirection[] |
PortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FlowElementPortDescription(String name,
Type dataType,
PortDirection direction)
Creates a new instance.
|
FlowElementPortDescription(String name,
Type dataType,
PortDirection direction,
ShuffleKey shuffleKey,
FlowElementAttribute... attributes)
Creates a new instance.
|
FlowElementPortDescription(String name,
Type dataType,
PortDirection direction,
ShuffleKey shuffleKey,
List<? extends FlowElementAttribute> attributes)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.