Class ChargeAdder


  • public class ChargeAdder
    extends java.lang.Object
    A class to add appropriate charge information to a structure.
    Author:
    Anthony Bradley
    • Constructor Summary

      Constructors 
      Constructor Description
      ChargeAdder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addCharges​(Structure structure)
      Function to add the charges to a given structure.
      • Methods inherited from class java.lang.Object

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

      • ChargeAdder

        public ChargeAdder()
    • Method Detail

      • addCharges

        public static void addCharges​(Structure structure)
        Function to add the charges to a given structure.