Package | Description |
---|---|
org.springframework.cloud.dataflow.core.dsl |
Base package for processing DeploymentUnit(Stream/Job) DSL.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphGeneratorVisitor
Visitor that produces a Graph representation of a parsed task definition.
|
class |
TaskValidatorVisitor
Visitor for a parsed task that verifies it is coherent.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitionNode.accept(TaskVisitor visitor) |
void |
TaskNode.accept(TaskVisitor visitor)
Walk the AST for the parsed task, calling the visitor for each element of interest.
|
void |
TaskAppNode.accept(TaskVisitor visitor) |
void |
SplitNode.accept(TaskVisitor visitor) |
abstract void |
LabelledTaskNode.accept(TaskVisitor visitor) |
void |
FlowNode.accept(TaskVisitor visitor) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.