Module xl.core

Interface ShortAggregateState

All Superinterfaces:
AggregateState
All Known Implementing Classes:
AggregateStateImpl

public interface ShortAggregateState extends AggregateState
ShortAggregateState is the subinterface of AggregateState that is used for aggregate methods with return value of type short. Its precise usage is specified by the XL programming language.
Author:
Ole Kniemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    Returns the result of the aggregation.

    Methods inherited from interface de.grogra.xl.lang.AggregateState

    isFinished
  • Method Details

    • getShortResult

      short getShortResult()
      Returns the result of the aggregation. This is only valid after the aggregate method has been invoked for a last time with its finished argument set to true.
      Returns:
      aggregated value