(Event+Time).Variant Operators
2.3
Operators for Timed Discrete Event Systems in Dioids
|
Abstract base class to handle Idempotent Semiring terms. More...
#include <ISterm.h>
Public Member Functions | |
ISterm (bool isEpsilon=false) | |
default constructor : an epsilon term | |
ISterm (int epsNTop) | |
constructor to specify the type of ISterm | |
bool | isEpsilon () const |
bool | isTop () const |
bool | isExtreme () const |
void | setEpsilon () |
void | setTop () |
bool | operator== (const ISterm &) const |
Protected Attributes | |
char | _epsNTop |
_epsNTop = -1 epsilon 0 not extrem (normal) +1 Top | |
Abstract base class to handle Idempotent Semiring terms.
Attribute _epsNTop describes epsilon (-1) Top(+1) and Not extrem (0)