| java.lang.Object com.versant.core.metric.Metric com.versant.core.metric.BaseMetric
BaseMetric | public class BaseMetric extends Metric (Code) | | A metric not derived from other metrics.
|
Method Summary | |
public double | get(MetricDataSource dataSet, int firstSampleNo, int lastSampleNo, int calc, double seconds) Get the value of this metric for the given range of samples in the
data set. | public int | getDefaultCalc() | final public int | getIndex() | public void | setIndex(int index) |
get | public double get(MetricDataSource dataSet, int firstSampleNo, int lastSampleNo, int calc, double seconds)(Code) | | Get the value of this metric for the given range of samples in the
data set.
Parameters: dataSet - The raw data Parameters: firstSampleNo - The first sample Parameters: lastSampleNo - The last sample (inclusive) Parameters: calc - The duration of the sample range in seconds |
getDefaultCalc | public int getDefaultCalc()(Code) | | |
getIndex | final public int getIndex()(Code) | | |
setIndex | public void setIndex(int index)(Code) | | |
|
|