Class AndMethod

  • Direct Known Subclasses:
    MinMethod, ProdMethod

    public abstract class AndMethod
    extends Operator
    Created by kronenthaler on 08/05/2017.
    • Constructor Summary

      Constructors 
      Constructor Description
      AndMethod()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AndMethod fromString​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • AndMethod

        public AndMethod()
    • Method Detail

      • fromString

        public static AndMethod fromString​(java.lang.String name)