Package org.jdrupes.vmoperator.vmconlet
Class TimeSeries.Entry
java.lang.Object
org.jdrupes.vmoperator.vmconlet.TimeSeries.Entry
- Enclosing class:
TimeSeries
The Class Entry.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTime()
Returns the entry’s time.Number[]
Returns the values.boolean
valuesEqual
(TimeSeries.Entry other) Returnstrue
if both entries have the same values.
-
Constructor Details
-
Entry
Instantiates a new entry.- Parameters:
time
- the timenumbers
- the numbers
-
-
Method Details
-
getTime
Returns the entry’s time.- Returns:
- the instant
-
getValues
Returns the values.- Returns:
- the number[]
-
valuesEqual
Returnstrue
if both entries have the same values.- Parameters:
other
- the other- Returns:
- true, if successful
-