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 |
---|---|
FlowElementKind |
FlowPartDescription.getKind() |
FlowElementKind |
OutputDescription.getKind() |
FlowElementKind |
OperatorDescription.getKind() |
FlowElementKind |
InputDescription.getKind() |
FlowElementKind |
FlowElementDescription.getKind()
Returns the kind of this element.
|
static FlowElementKind |
FlowElementKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowElementKind[] |
FlowElementKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FlowElementKind |
PseudElementDescription.getKind() |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.