Interface TimePointFuture

All Known Implementing Classes:
CalculatedTimePointFuture, DynamicCapFuture

public interface TimePointFuture
Time point which can be resolved at QubecTalk runtime.

Time point which can be calculated or "realized" during the execution of the QubecTalk runtime, using a machine for calculations if needed.

  • Method Summary

    Modifier and Type
    Method
    Description
    Realize the time point using the given machine.
  • Method Details

    • realize

      Realize the time point using the given machine.
      Parameters:
      machine - Machine to use for calculations if needed.
      Returns:
      The realized time point.