Package ai.libs.jaicore.planning.core
Class EvaluatedPlan<V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.planning.core.Plan
-
- ai.libs.jaicore.planning.core.EvaluatedPlan<V>
-
- All Implemented Interfaces:
ai.libs.jaicore.basic.ScoredItem<V>,IEvaluatedPlan<V>,IPlan
- Direct Known Subclasses:
EvaluatedSearchGraphBasedPlan
public class EvaluatedPlan<V extends java.lang.Comparable<V>> extends Plan implements IEvaluatedPlan<V>
-
-
Constructor Summary
Constructors Constructor Description EvaluatedPlan(IPlan plan, V score)EvaluatedPlan(java.util.List<Action> plan, V score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetScore()-
Methods inherited from class ai.libs.jaicore.planning.core.Plan
equals, getActions, getAnnotations, getStateAfterApplicationGivenInitState, hashCode, setAnnotation, setAnnotation
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.jaicore.planning.core.interfaces.IPlan
getActions
-
-