Class MinBond

    • Constructor Summary

      Constructors 
      Constructor Description
      MinBond​(int rawIndex, int index, int atomIndex1, int atomIndex2, int order, int type, java.lang.Integer key)  
    • Field Detail

      • rawIndex

        public int rawIndex
      • index

        public int index
      • order

        public int order
      • isAromatic

        public boolean isAromatic
      • isAmide

        public boolean isAmide
    • Constructor Detail

      • MinBond

        MinBond​(int rawIndex,
                int index,
                int atomIndex1,
                int atomIndex2,
                int order,
                int type,
                java.lang.Integer key)
    • Method Detail

      • getOtherAtom

        public int getOtherAtom​(int index)