Class DemuxDetails

java.lang.Object
com.genologics.ri.artifact.DemuxDetails
All Implemented Interfaces:
Serializable

public class DemuxDetails extends Object implements Serializable
Demultiplexing of the Artifact showing all pooling steps that this artifact has been part of.
Since:
2.26
See Also:
  • Field Details

    • poolStep

      protected PoolStep poolStep
      The pool step of this demux details.
    • artifacts

      protected List<DemuxArtifact> artifacts
      The artifacts in this demux details.
  • Constructor Details

    • DemuxDetails

      public DemuxDetails()
      Default constructor.
  • Method Details

    • getPoolStep

      public PoolStep getPoolStep()
      Gets the pool step.
      Returns:
      The pool step.
    • setPoolStep

      public void setPoolStep(PoolStep poolStep)
      Sets the pool step.
      Parameters:
      poolStep - The pool step.
    • setPoolStep

      public void setPoolStep(Linkable<ProcessStep> poolStep)
      Sets the pool step from a Linkable.
      Parameters:
      poolStep - The linkable pool step.
    • getArtifacts

      public List<DemuxArtifact> getArtifacts()
      Gets the list of artifacts. Creates an empty list if it doesn't exist.
      Returns:
      The list of demux artifacts.