java.lang.Object
com.genologics.ri.step.InputOutputMap
- All Implemented Interfaces:
Serializable
Input-output-map is a child element of Step and relates one of the Step
inputs to one of the outputs that was produced for that input.
There will be a distinct input-output-map for each pairing of Step input to Step output.
If an input is not mapped to any outputs, the input will be listed with no outputs.
- Since:
- 2.18
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInputOutputMap
(LimsEntityLinkable<Artifact> input, LimsEntityLinkable<Artifact> output) InputOutputMap
(Linkable<Artifact> input, Linkable<Artifact> output) InputOutputMap
(ArtifactLink input, ArtifactLink output) -
Method Summary
Modifier and TypeMethodDescriptiongetInput()
void
setInput
(LimsEntityLinkable<Artifact> link) void
void
setInput
(ArtifactLink value) void
setOutput
(LimsEntityLinkable<Artifact> link) void
void
setOutput
(ArtifactLink value)
-
Field Details
-
input
-
output
-
-
Constructor Details
-
InputOutputMap
public InputOutputMap() -
InputOutputMap
-
InputOutputMap
-
InputOutputMap
-
-
Method Details
-
getInput
-
setInput
-
setInput
-
setInput
-
getOutput
-
setOutput
-
setOutput
-
setOutput
-