GTemporal Class Reference

[libgfc Index] [libgfc Hierarchy] [Headers]


Base class for all Temporal ADTs More...

#include <src/gadt.h>

Inherits: GADT

Public Members


Detailed Description

Base class for all Temporal ADTs


Result scale(int) [public virtual]

change the temporal scale of this value

int before(const GTemporal& a) const [public virtual]

check if this temporal value is Earlier Than 'a'

int after(const GTemporal& a) const [public virtual]

check if this temporal value is Later than 'a'

int during(const GTemporal& a) const [public virtual]

check if this temporal value is during 'a'

int overlap(const GTemporal& a) const [public virtual]

check if this temporal value overlaps 'a'


Documentation generated by lqian@lqian-sun on Wed Jul 14 09:36:10 EDT 1999
Kdoc