Package | Description |
---|---|
com.asakusafw.vocabulary.flow.builder |
Flow connection APIs (for internal use only).
|
Modifier and Type | Class and Description |
---|---|
class |
FlowNodeBuilder
Builds fragment graph node internally.
|
class |
OperatorNodeBuilder
Builds operator internally.
|
Modifier and Type | Method and Description |
---|---|
static FlowElementBuilder |
FlowElementBuilder.createFlow(Class<? extends FlowDescription> flowDescriptionClass,
Class<?>... constructorParameterTypes)
Creates a new instance for flow description class.
|
static FlowElementBuilder |
FlowElementBuilder.createOperator(Class<? extends Annotation> annotationType,
Class<?> operatorClass,
Class<?> implementationClass,
String methodName,
Class<?>... methodParameterTypes)
Creates a new instance for operator method.
|
static FlowElementBuilder |
FlowElementBuilder.createOperator(Class<? extends Annotation> annotationType,
Class<?> operatorClass,
String methodName,
Class<?>... methodParameterTypes)
Creates a new instance for operator method.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.