Interface GeneratedTNumber

All Superinterfaces:
GeneratedTemporal
All Known Subinterfaces:
GeneratedTBigint, GeneratedTFloat, GeneratedTInt

public interface GeneratedTNumber extends GeneratedTemporal
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.

  • Method Details

    • abs

      default Temporal abs()
    • angularDifference

      default Temporal angularDifference()
    • atSpan

      default Temporal atSpan(Span<?> span)
    • atSpanset

      default Temporal atSpanset(SpanSet<?> ss)
    • atTbox

      default Temporal atTbox(TBox box)
    • deltaValue

      default Temporal deltaValue()
    • integral

      default double integral()
    • minusSpan

      default Temporal minusSpan(Span<?> span)
    • minusSpanset

      default Temporal minusSpanset(SpanSet<?> ss)
    • minusTbox

      default Temporal minusTbox(TBox box)
    • splitEachNTboxes

      default List<TBox> splitEachNTboxes(int elem_count)
    • splitNTboxes

      default List<TBox> splitNTboxes(int box_count)
    • tboxes

      default List<TBox> tboxes()
    • toTbox

      default TBox toTbox()
    • trend

      default Temporal trend()
    • twavg

      default double twavg()