20.01.2014 Views

SIS - Application Programmatic Interface, Reference Manual - ICS ...

SIS - Application Programmatic Interface, Reference Manual - ICS ...

SIS - Application Programmatic Interface, Reference Manual - ICS ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>SIS</strong>-<strong>Application</strong> <strong>Programmatic</strong> <strong>Interface</strong>, <strong>Reference</strong> <strong>Manual</strong><br />

exists at least one element into time interval tm1 that is greater than or equal<br />

to at least one element that belongs to time interval tm2.<br />

int MBEQ(sessionID, set_id_expr1, set_id_expr2)<br />

Mathematic comparison between the bounds of time intervals contained in<br />

sets set_id_expr1 and set_id_expr2. If at least one time interval (tm1)<br />

(contained in set, set_id_expr1) fulfills the following condition in comparison<br />

to the time interval (tm2) (contained in set, set_id_expr2): For-every t1∈ tm1,<br />

t2∈ tm2: t1 = t2 returns TRUE else returns FALSE. This means that every<br />

element into time interval tm1 must be equal to every element that belongs to<br />

time interval tm2.<br />

int MBLT(sessionID, set_id_expr1, set_id_expr2 )<br />

Mathematic comparison between the bounds of time intervals contained in<br />

sets set_id_expr1 and set_id_expr2. If at least one time interval (tm1)<br />

(contained in set, set_id_expr1) fulfills the following condition in comparison<br />

to the time interval (tm2) (contained in set, set_id_expr2): Forevery t1∈ tm1,<br />

t2∈ tm2: t1 < t2 returns TRUE else returns FALSE. This means that every<br />

element into time interval tm1 must be less than every element that belongs to<br />

time interval tm2.<br />

int MBLE(sessionID, set_id_expr1, set_id_expr2)<br />

Mathematic comparison between the bounds of time intervals contained in<br />

sets set_id_expr1 and set_id_expr2. If at least one time interval (tm1)<br />

(contained in set, set_id_expr1) fulfills the following condition in comparison<br />

to the time interval (tm2) (contained in set, set_id_expr2): Forevery t1∈ tm1,<br />

t2∈ tm2: t1 t2 returns TRUE else returns FALSE. This means that every<br />

element into time interval tm1 must be greater than every element that belongs<br />

to time interval tm2.<br />

int MBGE(sessionID, set_id_expr1, set_id_expr2)<br />

Mathematic comparison between the bounds of time intervals contained in<br />

sets set_id_expr1 and set_id_expr2. If at least one time interval (tm1)<br />

(contained in set, set_id_expr1) fulfills the following condition in comparison<br />

to the time interval (tm2) (contained in set, set_id_expr2): Forevery t1∈ tm1,<br />

t2∈ tm2: t1 >= t2 returns TRUE else returns FALSE. This means that every<br />

element into time interval tm1 must be greater than or equal to every element<br />

that belongs to time interval tm2.<br />

August 2002/v2.2.2 -23- <strong>ICS</strong>-FORTH

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!