Package | Description |
---|---|
com.asakusafw.info |
Asakusa DSL core information models.
|
com.asakusafw.info.cli.common |
Common classes for CLI.
|
Modifier and Type | Method and Description |
---|---|
List<? extends JobflowInfo> |
BatchInfo.getJobflows()
Returns the jobflows.
|
Constructor and Description |
---|
BatchInfo(String id,
String description,
String comment,
Collection<? extends JobflowInfo> jobflows,
Collection<? extends Attribute> attributes)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
JobflowInfo |
JobflowInfoParameter.getUniqueJobflow()
Returns the target jobflow, and must be it is unique in the current context.
|
Modifier and Type | Method and Description |
---|---|
List<JobflowInfo> |
JobflowInfoParameter.getJobflows()
Returns the target jobflows.
|
Modifier and Type | Method and Description |
---|---|
OperatorView |
VertexSelectorParameter.select(JobflowInfo jobflow,
OperatorGraphView plan)
Returns the target vertex.
|
OperatorView |
FlowPartSelectorParameter.select(JobflowInfo jobflow,
OperatorGraphView graph)
Returns the target flow-part operator view.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.