Package ai.libs.hasco.reduction
Class HASCOReductionSolutionEvaluator<V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.hasco.reduction.HASCOReductionSolutionEvaluator<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
-
-
Constructor Summary
Constructors Constructor Description HASCOReductionSolutionEvaluator(RefinementConfiguredSoftwareConfigurationProblem<V> configurationProblem, HASCOReduction<V> reduction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vevaluate(ai.libs.jaicore.planning.core.interfaces.IPlan plan)java.lang.StringgetLoggerName()voidsetLoggerName(java.lang.String name)java.lang.StringtoString()
-
-
-
Constructor Detail
-
HASCOReductionSolutionEvaluator
public HASCOReductionSolutionEvaluator(RefinementConfiguredSoftwareConfigurationProblem<V> configurationProblem, HASCOReduction<V> reduction)
-
-
Method Detail
-
evaluate
public V evaluate(ai.libs.jaicore.planning.core.interfaces.IPlan plan) throws java.lang.InterruptedException, org.api4.java.common.attributedobjects.ObjectEvaluationFailedException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getLoggerName
public java.lang.String getLoggerName()
- Specified by:
getLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
setLoggerName
public void setLoggerName(java.lang.String name)
- Specified by:
setLoggerNamein interfaceorg.api4.java.common.control.ILoggingCustomizable
-
-