Class MMConstraint


  • public class MMConstraint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MMConstraint​(int[] indexes, double value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(int steps, javajs.util.BS bsAtoms, int[] atomMap)  
      • Methods inherited from class java.lang.Object

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

      • indexes

        public int[] indexes
      • value

        public double value
      • type

        public int type
      • minList

        public int[] minList
      • nAtoms

        public int nAtoms
    • Constructor Detail

      • MMConstraint

        public MMConstraint​(int[] indexes,
                            double value)
    • Method Detail

      • set

        public void set​(int steps,
                        javajs.util.BS bsAtoms,
                        int[] atomMap)