public interface IQuantitativeMeasure
| Modifier and Type | Method and Description |
|---|---|
void |
addRun(RunRecord record)
It adds the run record with its information
|
RunRecord |
getRun(long runId)
It retrieves the run record with its information
|
double |
getRunInfo(long runId,
String Info)
It gets a specific information from a run record
|
List<RunRecord> |
getRuns()
It retrieves a set of run records with their information
|
void |
setRun(long runId,
RunRecord record)
It sets the run record with its information
|
RunRecord getRun(long runId)
runId - the id of the runvoid addRun(RunRecord record)
record - the run record including its informationList<RunRecord> getRuns()
void setRun(long runId,
RunRecord record)
runId - the id of the runrecord - the run record datadouble getRunInfo(long runId,
String Info)
runId - the id of the runInfo - The name of the requested informationCopyright © 2018. All rights reserved.