Class InventorCharge


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

      Fields 
      Modifier and Type Field Description
      int atom  
      int charge  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • atom

        public int atom
      • charge

        public int charge
    • Constructor Detail

      • InventorCharge

        public InventorCharge​(InventorFragment fragment,
                              int atom,
                              int charge)