public class Baseline extends Object
| Constructor and Description |
|---|
Baseline() |
Baseline(double min,
double max,
double mean,
long computeTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getComputeTime() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
void |
setComputeTime(long computeTime) |
void |
setMax(double max) |
void |
setMean(double mean) |
void |
setMin(double min) |
public Baseline()
public Baseline(double min,
double max,
double mean,
long computeTime)
public double getMin()
public void setMin(double min)
public double getMax()
public void setMax(double max)
public double getMean()
public void setMean(double mean)
public long getComputeTime()
public void setComputeTime(long computeTime)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.