public final class Measurement extends Object
Points, roughly equivalent to a relational DB table.Measurement.Builder| Modifier and Type | Class and Description |
|---|---|
static class |
Measurement.Builder
Creates instances of
Measurement. |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of this measurement.
|
List<Point> |
getPoints()
Gets the points in this measurement.
|
String |
toString() |
Copyright © 2020. All rights reserved.