Class Insertion

    • Constructor Detail

      • Insertion

        public Insertion()
      • Insertion

        public Insertion​(int position,
                         byte[] sequence)
    • Method Detail

      • getOperator

        public byte getOperator()
        Description copied from interface: ReadFeature
        Read features are distinguished by operator, similar to cigar operator.
        Specified by:
        getOperator in interface ReadFeature
        Returns:
        type of the read feature
      • getPosition

        public int getPosition()
        Specified by:
        getPosition in interface ReadFeature
        Returns:
        zero-based position in the read
      • setPosition

        public void setPosition​(int position)
        Specified by:
        setPosition in interface ReadFeature
      • getSequence

        public byte[] getSequence()
      • setSequence

        public void setSequence​(byte[] sequence)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object