(Event+Time).Variant Operators  2.3
Operators for Timed Discrete Event Systems in Dioids
etvo::ISterm Class Reference

Abstract base class to handle Idempotent Semiring terms. More...

#include <ISterm.h>

Inheritance diagram for etvo::ISterm:
etvo::poly etvo::polyEd etvo::polyTg etvo::series etvo::seriesEd etvo::seriesET etvo::seriesTg

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
 

Detailed Description

Abstract base class to handle Idempotent Semiring terms.

Attribute _epsNTop describes epsilon (-1) Top(+1) and Not extrem (0)

Author
BC LH JT LARIS
Version
2.0

The documentation for this class was generated from the following files: