Class MinBond

    • 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,
                Integer key)
    • Method Detail

      • getOtherAtom

        public int getOtherAtom​(int index)