public interface JobflowMirror extends JobflowInfo, Mirror
Element.Attribute
Modifier and Type | Method and Description |
---|---|
PortMirror<? extends ImporterDescription> |
findInput(String name)
Returns an input of this jobflow.
|
PortMirror<? extends ExporterDescription> |
findOutput(String name)
Returns an output of this jobflow.
|
Collection<? extends PortMirror<? extends ImporterDescription>> |
getInputs()
Returns the input ports of the jobflow.
|
Collection<? extends PortMirror<? extends ExporterDescription>> |
getOutputs()
Returns the output ports of the jobflow.
|
getId, getTasks
getBlockers
findAttribute, getAttributes
Collection<? extends PortMirror<? extends ImporterDescription>> getInputs()
Collection<? extends PortMirror<? extends ExporterDescription>> getOutputs()
PortMirror<? extends ImporterDescription> findInput(String name)
name
- the input namenull
if it is not foundPortMirror<? extends ExporterDescription> findOutput(String name)
name
- the output namenull
if it is not foundCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.