java.lang.Object
com.genologics.ri.process.InputOutputMap
- All Implemented Interfaces:
Serializable
Input-output-map is a child element of Process and relates one of the Process
inputs to one of the outputs that was produced for that input.
There will be a distinct input-output-map for each pairing of Process input to Process output.
If an input is not mapped to any outputs, the input will be listed with no outputs.
- 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
-