Class Predicates

    • Constructor Detail

      • Predicates

        public Predicates​(double attribVal,
                          double symb,
                          double val)
    • Method Detail

      • getAttributeValue

        public double getAttributeValue()
      • getSymbol

        public double getSymbol()
      • getValue

        public double getValue()
      • setAttributeValue

        public void setAttributeValue​(double attributeValue)
      • setSymbol

        public void setSymbol​(double symbol)
      • setValue

        public void setValue​(double value)
      • evaluate

        public boolean evaluate​(Instance inst)
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent