Class CanonizerBaseValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long[] mValue  
    • Constructor Summary

      Constructors 
      Constructor Description
      CanonizerBaseValue​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int bits, long data)  
      void add​(long data)  
      int compareTo​(CanonizerBaseValue b)  
      int getAtom()  
      void init​(int atom)  
      • Methods inherited from class java.lang.Object

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

      • mValue

        public long[] mValue
    • Constructor Detail

      • CanonizerBaseValue

        public CanonizerBaseValue​(int size)
        Parameters:
        size - depends on the maximum number of non-H neighbors and whether bond query features are present
    • Method Detail

      • init

        public void init​(int atom)
      • add

        public void add​(long data)
      • add

        public void add​(int bits,
                        long data)
      • getAtom

        public int getAtom()