Class HASCOReductionSolutionEvaluator<V extends java.lang.Comparable<V>>

  • All Implemented Interfaces:
    org.api4.java.common.attributedobjects.IGetter<ai.libs.jaicore.planning.core.interfaces.IPlan,​V>, org.api4.java.common.attributedobjects.IObjectEvaluator<ai.libs.jaicore.planning.core.interfaces.IPlan,​V>, org.api4.java.common.control.ILoggingCustomizable

    public class HASCOReductionSolutionEvaluator<V extends java.lang.Comparable<V>>
    extends java.lang.Object
    implements org.api4.java.common.attributedobjects.IObjectEvaluator<ai.libs.jaicore.planning.core.interfaces.IPlan,​V>, org.api4.java.common.control.ILoggingCustomizable
    • Method Detail

      • evaluate

        public V evaluate​(ai.libs.jaicore.planning.core.interfaces.IPlan plan)
                   throws java.lang.InterruptedException,
                          org.api4.java.common.attributedobjects.ObjectEvaluationFailedException
        Specified by:
        evaluate in interface org.api4.java.common.attributedobjects.IObjectEvaluator<ai.libs.jaicore.planning.core.interfaces.IPlan,​V extends java.lang.Comparable<V>>
        Throws:
        java.lang.InterruptedException
        org.api4.java.common.attributedobjects.ObjectEvaluationFailedException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getLoggerName

        public java.lang.String getLoggerName()
        Specified by:
        getLoggerName in interface org.api4.java.common.control.ILoggingCustomizable
      • setLoggerName

        public void setLoggerName​(java.lang.String name)
        Specified by:
        setLoggerName in interface org.api4.java.common.control.ILoggingCustomizable