Class Runt::Collection
In: lib/runt/temporalexpression.rb
Parent: Object

Base class for TExpr classes that can be composed of other TExpr objects imlpemented using the Composite(GoF) pattern.

Methods

add   display   new   overlap?   to_s  

Included Modules

TExpr

Attributes

expressions  [R] 

Public Class methods

Public Instance methods

Will return true if the supplied object overlaps with the range used to create this instance

[Validate]