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 | Interface and Description |
---|---|
interface |
FlowElementDescription
A description of flow elements.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowElement
Represents a node in flow graph.
|
class |
FlowElementInput
Represents an input port of
FlowElement . |
class |
FlowElementOutput
Represents an output port of
FlowElement . |
class |
FlowElementPort
An abstract super class of I/O ports of
FlowElement . |
class |
FlowElementPortDescription
A description of I/O port of flow elements.
|
class |
FlowPartDescription
A description of flow-part.
|
class |
InputDescription
A description of flow input.
|
class |
OperatorDescription
A description of user/code operator.
|
class |
OutputDescription
A description of flow output.
|
Modifier and Type | Class and Description |
---|---|
class |
PseudElementDescription
Represents definition of a pseudo-element on the flow DSL.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.