Class PharmacophoreTree.BiGramInt

  • Enclosing class:
    PharmacophoreTree

    public static class PharmacophoreTree.BiGramInt
    extends java.lang.Object
    container of an undirected edge
    Author:
    joel
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] edge  
      int order  
    • Constructor Summary

      Constructors 
      Constructor Description
      BiGramInt​(int[] edge)  
      BiGramInt​(int[] edge, int order)  
      BiGramInt​(int i, int j)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • edge

        public int[] edge
      • order

        public int order
    • Constructor Detail

      • BiGramInt

        public BiGramInt​(int[] edge)
      • BiGramInt

        public BiGramInt​(int[] edge,
                         int order)
      • BiGramInt

        public BiGramInt​(int i,
                         int j)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object