Class NucleotideImpl

    • Field Detail

      • type

        public static final GroupType type
        this is a "nucleotide", a special occurance of a Hetatom.
    • Constructor Detail

      • NucleotideImpl

        public NucleotideImpl()
    • Method Detail

      • getO3Prime

        public Atom getO3Prime()
        Returns the O3' atom if present, otherwise null
        Returns:
        O3' atom or null
      • getO5Prime

        public Atom getO5Prime()
        Returns the O5' atom if present, otherwise null
        Returns:
        O5' atom or null
      • getP

        public Atom getP()
        Returns the P atom if present, otherwise null
        Returns:
        P atom or null
      • clone

        public java.lang.Object clone()
        Description copied from class: HetatomImpl
        returns and identical copy of this Group object .
        Specified by:
        clone in interface Group
        Overrides:
        clone in class HetatomImpl
        Returns:
        and identical copy of this Group object