public class EvalBounds
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.ai_heuristic.eval.metric.ReplySet |
evaluation
Evaluation
|
org.ai_heuristic.eval.metric.ReplySet |
lower
Lower bound on the evaluation
|
java.lang.String |
name
Solution id or name
|
java.lang.String |
posNeg
If evaluation supports or prevents the result.
|
org.ai_heuristic.eval.metric.ReplySet |
upper
Upper bound on the evaluation
|
Constructor and Description |
---|
EvalBounds()
Create a new instance of EvalBounds.
|
EvalBounds(java.lang.Object theEvaluation)
Create a new instance of EvalBounds.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evalValue()
Get the evaluation value object, not the
ReplySet wrapper. |
java.lang.Object |
lowerValue()
Get the lower value object, not the
ReplySet wrapper. |
java.lang.String |
toString()
Return a string-based description of this evaluation.
|
java.lang.Object |
upperValue()
Get the upper value object, not the
ReplySet wrapper. |
public java.lang.String name
public java.lang.String posNeg
public org.ai_heuristic.eval.metric.ReplySet evaluation
public org.ai_heuristic.eval.metric.ReplySet upper
public org.ai_heuristic.eval.metric.ReplySet lower
public EvalBounds()
public EvalBounds(java.lang.Object theEvaluation)
theEvaluation
- the evaluation result. If not of type ReplySet
it gets wrapped in that object first.public java.lang.Object evalValue()
ReplySet
wrapper.public java.lang.Object lowerValue()
ReplySet
wrapper.public java.lang.Object upperValue()
ReplySet
wrapper.public java.lang.String toString()
toString
in class java.lang.Object