public class JsonReachabilitySensorData extends JsonLPObject
| Modifier and Type | Field and Description |
|---|---|
long |
CreationTime
The creation time of this data as UNIX timestamp.
|
ReasonerDimension |
Dimension
The context dimension, for which this data is meant, as
ReasonerDimension. |
java.lang.String |
Name
The name of the sensor agent, which produces this data, as
String. |
java.lang.Integer |
Size
The size of the value vector
Values as Integer. |
java.util.Map<java.lang.Integer,java.lang.Double> |
Values
The measured values as
Map of Integer (index) to Double (value). |
Id, Ontology, Version| Constructor and Description |
|---|
JsonReachabilitySensorData()
Public default constructor to create new instances of this class.
|
toStringpublic java.lang.String Name
String.public ReasonerDimension Dimension
ReasonerDimension.public java.util.Map<java.lang.Integer,java.lang.Double> Values
Map of Integer (index) to Double (value).public java.lang.Integer Size
Values as Integer.public long CreationTime