See: Description
Interface | Description |
---|---|
IDomainModel |
IDomainModel defines common methods for all domain model classes.
|
Class | Description |
---|---|
CollectorProcessDefinition |
CollectorProcessDefinition - Represents a process that queries a Sensor and
produces measurements.
|
CollectorProcessDefinitionList |
CollectorProcessDefinitionList - Encapsulates an ArrayList of
CollectorProcessDefinitions so Restlet can convert it to a JSON object.
|
Depository |
Depository - Stores measurements from Sensors of the matching measurement
type.
|
DepositoryList |
DepositoryList - Attempt at getting a list across the wire.
|
DescriptiveStats |
DescriptiveStats - A simple calculated historical min, average, and max for a depository, sensor, timestamp
and number of samples.
|
InterpolatedValue |
InterpolatedValue - represents an interpolated value derived from
measurements.
|
InterpolatedValueList |
MeasuredValueList - a list of measured values.
|
InterpolatedValueValueComparator |
InterpolatedValueValueComparator - Comparator of InterpolatedValues that compares the value.
|
IntervalValue |
IntervalValue - represents an interval value derived by subtracting two
InterpolatedValues.
|
Labels |
Labels Strings used to create the HTTP URLs and requests.
|
Measurement |
Measurement - represents a measurement from a sensor.
|
MeasurementList |
MeasurementList - Attempt at getting a list across the wire.
|
MeasurementPruningDefinition |
MeasurementPruningDefinition - Represents the information about a process
that down samples the measurements for a particular Depository and Sensor.
|
MeasurementPruningDefinitionList |
MeasurementPruningDefinitionList - Encapsulates an ArrayList of
MeasurementPruningDefinitions so Restlet can convert it to a JSON object.
|
MeasurementRateSummary |
MeasurementRateSummary a summary of the Measurements created by a given
Sensor in a Depository.
|
MeasurementType |
MeasurementType - Defines the type of a Measurement.
|
MeasurementTypeList |
MeasurementTypeList - Attempt at getting a list across the wire.
|
Organization |
Organization - A group of users used to create a namespace for WattDepot
entities.
|
OrganizationList |
OrganizationList - a list of organizations.
|
Property |
Property - Key value pair.
|
Sensor |
Sensor - Represents the device making measurements.
|
SensorGroup |
SensorGroup represents a group of Sensors.
|
SensorGroupList |
SensorGroupList - Attempt at getting a list across the wire.
|
SensorList |
SensorList - List of Sensors.
|
SensorMeasurementSummary |
SensorMeasurementSummary a summary of the Measurements created by a given
Sensor in a depository.
|
SensorModel |
SensorModel - Information about a Sensor.
|
SensorModelList |
SensorModelList - List of SensorModels.
|
SensorStatus |
SensorStatus represents the status of a given Sensor.
|
SensorStatusList |
SensorStatusList - List of SensorStatuses.
|
UserInfo |
User - represents a user of WattDepot.
|
UserInfoList |
UserInfoList - A list of UserInfo instances.
|
UserPassword |
UserPassword - UserId and encrypted password pair.
|
XYInterpolatedValue |
Two value InterpolatedValue.
|
XYInterpolatedValueList |
XYInterpolatedValueList - A list of XYInterpolatedValues.
|
Enum | Description |
---|---|
SensorStatusEnum |
Enumeration of valid Sensor Statuses.
|
Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.