public class Observations
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
lastMeasuredMetricValue
Used by MetricListener to propagate last measured metric value.
|
static double |
lastObservedCost
Used for user-defined cost.
|
static int |
lastObservedInputSize
Used to set current input size in side-channel analysis in order to generate correct input file.
|
static gov.nasa.jpf.symbc.numeric.Expression |
lastObservedSymbolicExpression
Used for maximization of user-defined cost.
|
Constructor and Description |
---|
Observations() |
Modifier and Type | Method and Description |
---|---|
static void |
reset() |
public static double lastObservedCost
public static gov.nasa.jpf.symbc.numeric.Expression lastObservedSymbolicExpression
public static int lastObservedInputSize
public static double lastMeasuredMetricValue