Class CigarElement

java.lang.Object
htsjdk.samtools.CigarElement
All Implemented Interfaces:
Serializable

public class CigarElement extends Object implements Serializable
One component of a cigar string. The component comprises the operator, and the number of bases to which the operator applies.
See Also:
  • Field Details

  • Constructor Details

    • CigarElement

      public CigarElement(int length, CigarOperator operator)
  • Method Details