java.lang.Object
com.genologics.ri.artifact.DemuxDetails
- All Implemented Interfaces:
Serializable
Demultiplexing of the Artifact showing all pooling steps that this artifact has been part of.
- Since:
- 2.26
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<DemuxArtifact>The artifacts in this demux details.protected PoolStepThe pool step of this demux details. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the list of artifacts.Gets the pool step.voidsetPoolStep(PoolStep poolStep) Sets the pool step.voidsetPoolStep(Linkable<ProcessStep> poolStep) Sets the pool step from a Linkable.
-
Field Details
-
poolStep
The pool step of this demux details. -
artifacts
The artifacts in this demux details.
-
-
Constructor Details
-
DemuxDetails
public DemuxDetails()Default constructor.
-
-
Method Details
-
getPoolStep
Gets the pool step.- Returns:
- The pool step.
-
setPoolStep
Sets the pool step.- Parameters:
poolStep- The pool step.
-
setPoolStep
Sets the pool step from a Linkable.- Parameters:
poolStep- The linkable pool step.
-
getArtifacts
Gets the list of artifacts. Creates an empty list if it doesn't exist.- Returns:
- The list of demux artifacts.
-