Class DynamicCapFuture

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

public class DynamicCapFuture extends Object implements TimePointFuture
A future timepoint which resolves to a dynamic cap value.

A future timepoint which is determined at compile time, resolving to a dynamic cap value like beginning or onwards.

  • Constructor Details

    • DynamicCapFuture

      public DynamicCapFuture(String value)
      Create a new DynamicCapFuture.
      Parameters:
      value - The dynamic cap value to which this should resolve.
  • Method Details