Class CalculatedTimePointFuture

java.lang.Object
org.kigalisim.lang.time.CalculatedTimePointFuture
All Implemented Interfaces:
TimePointFuture

public class CalculatedTimePointFuture extends Object implements TimePointFuture
A future timepoint which resolves to a calculated value.

A future timepoint which resolves to a value calculated through a PushDownMachine and expects that value to not yet have units.

  • Constructor Details

    • CalculatedTimePointFuture

      public CalculatedTimePointFuture(Operation operation)
      Create a new CalculatedTimePointFuture.
      Parameters:
      operation - The calculation to perform to resolve this future.
  • Method Details