Class InventorChain


  • public class InventorChain
    extends java.lang.Object
    Created by thomas on 9/23/16.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int[] mAtom  
      protected int[] mBond  
    • Constructor Summary

      Constructors 
      Constructor Description
      InventorChain​(int chainLength)  
    • Field Detail

      • mAtom

        protected int[] mAtom
      • mBond

        protected int[] mBond
    • Constructor Detail

      • InventorChain

        public InventorChain​(int chainLength)
    • Method Detail

      • getChainLength

        protected int getChainLength()
      • getRingAtoms

        protected int[] getRingAtoms()
      • getRingBonds

        protected int[] getRingBonds()