Modifier and Type | Method and Description |
---|---|
XProcPortInfo |
XProcPipelineInfo.getInputPort(String name)
Gets the input port.
|
XProcPortInfo |
XProcPipelineInfo.getOutputPort(String name)
Gets the output port.
|
static XProcPortInfo |
XProcPortInfo.newInputPort(String name,
boolean isSequence,
boolean isRequired,
boolean isPrimary)
Instantiates a new
XProcPortInfo for an input port. |
static XProcPortInfo |
XProcPortInfo.newOutputPort(String name,
boolean isSequence,
boolean isPrimary)
Instantiates a new
XProcPortInfo for an output port. |
static XProcPortInfo |
XProcPortInfo.newParameterPort(String name,
boolean isPrimary)
Instantiates a new
XProcPortInfo for a parameter input port. |
Modifier and Type | Method and Description |
---|---|
Iterable<XProcPortInfo> |
XProcPipelineInfo.getInputPorts()
Gets the input ports.
|
Iterable<XProcPortInfo> |
XProcPipelineInfo.getOutputPorts()
Gets the output ports.
|
Modifier and Type | Method and Description |
---|---|
XProcPipelineInfo.Builder |
XProcPipelineInfo.Builder.withPort(XProcPortInfo port)
With port.
|
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.