AlwaysTimed<T> constructor
const
AlwaysTimed<T> (
- Formula<
T> operand, - TimeInterval interval
Creates a timed always formula G_I φ.
Implementation
const AlwaysTimed(this.operand, this.interval);