|
(Event+Time).Variant Operators
2.3
Operators for Timed Discrete Event Systems in Dioids
|
Class for series generators. More...
#include <FactorySeries.h>
Public Member Functions | |
| FactorySeries (unsigned int nbTerms, const etvo::gd &slopeR, bool fixedSlope=true, int gap=5, bool fixedOff=true, const etvo::gd &off=gd(0, 0), int range=0, int percentePoly=10, int percentEps=2) | |
| Constructor for the factory. More... | |
| virtual etvo::series | create () const |
Public Member Functions inherited from etvo::Factory< etvo::series > | |
| virtual std::vector< etvo::series > | createN (unsigned int n) const |
Class for series generators.
| etvo::FactorySeries::FactorySeries | ( | unsigned int | nbTerms, |
| const etvo::gd & | slopeR, | ||
| bool | fixedSlope = true, |
||
| int | gap = 5, |
||
| bool | fixedOff = true, |
||
| const etvo::gd & | off = gd(0, 0), |
||
| int | range = 0, |
||
| int | percentePoly = 10, |
||
| int | percentEps = 2 |
||
| ) |
Constructor for the factory.
| nbTerms | : induce the number of monomials |
| slopeR | : set the asymptotic slope |
| fixedSlope | : if true, slopeR is the slope |
| gap | : jump between elements |
| fixedOff | : set if the given offset is fixed or not |
| off | : offset (first monomial) : if offset is not fixed, the range of the variation |