Package types.temporal.generated
Interface GeneratedTNumber
- All Superinterfaces:
GeneratedTemporal
- All Known Subinterfaces:
GeneratedTBigint,GeneratedTFloat,GeneratedTInt
Generated OO surface for
.
invalid reference
TNumber
Derived from the MEOS object model (objectModel.classes.TNumber) by ObjectLayerGenerator. Each method carries the canonical camelCase name from the object model and delegates to the matching GeneratedFunctions wrapper, supplying the receiver through getInner() and wrapping the result back into the object layer. A class adopts the surface by implementing this interface; the hand class provides the contract methods getInner, getCustomType and getTemporalType.
-
Nested Class Summary
Nested classes/interfaces inherited from interface types.temporal.generated.GeneratedTemporal
GeneratedTemporal.Match, GeneratedTemporal.TimeSplit -
Method Summary
Modifier and TypeMethodDescriptiondefault Temporalabs()default Temporaldefault Temporaldefault Temporaldefault Temporaldefault Temporaldefault doubleintegral()default Temporaldefault TemporalminusSpanset(SpanSet<?> ss) default TemporalsplitEachNTboxes(int elem_count) splitNTboxes(int box_count) tboxes()default TBoxtoTbox()default Temporaltrend()default doubletwavg()Methods inherited from interface types.temporal.generated.GeneratedTemporal
afterTimestamptz, appendTinstant, appendTsequence, asHEXWKB, asMFJSON, asTinstant, asTsequence, asTsequenceset, asWKB, atMax, atMin, atTimestamptz, atTstzset, atTstzspan, atTstzspanset, atValues, averageHausdorffDistance, basetypeName, beforeTimestamptz, cmp, copy, deleteTimestamptz, deleteTstzset, deleteTstzspan, deleteTstzspanset, derivative, duration, dyntimewarpDistance, dyntimewarpPath, endInstant, endSequence, endTimestamptz, eq, extKalmanFilter, frechetDistance, frechetPath, fromHEXWKB, fromWKB, ge, getCustomType, getInner, getTemporalType, gt, hash, hashExtended, hausdorffDistance, insert, instantN, instants, interp, lcssDistance, le, lowerInc, lt, maxInstant, merge, mergeArray, minInstant, minusMax, minusMin, minusTimestamptz, minusTstzset, minusTstzspan, minusTstzspanset, minusValues, ne, numInstants, numSequences, numTimestamps, round, scaleTime, segmDuration, segments, sequenceN, sequences, setInterp, shiftScaleTime, shiftTime, simplifyDp, simplifyMaxDist, simplifyMinDist, simplifyMinTdelta, spans, splitEachNSpans, splitNSpans, startInstant, startSequence, startTimestamptz, stops, subtype, time, timeBins, timeSplit, timestamps, timestamptzN, toTstzspan, tprecision, tsample, update, upperInc
-
Method Details
-
abs
-
angularDifference
-
atSpan
-
atSpanset
-
atTbox
-
deltaValue
-
integral
default double integral() -
minusSpan
-
minusSpanset
-
minusTbox
-
splitEachNTboxes
-
splitNTboxes
-
tboxes
-
toTbox
-
trend
-
twavg
default double twavg()
-