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

Class for series generators. More...

#include <FactorySeries.h>

Inheritance diagram for etvo::FactorySeries:
etvo::Factory< etvo::series >

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::seriescreateN (unsigned int n) const
 

Detailed Description

Class for series generators.

Author
BC LARIS
Version
2.0

Constructor & Destructor Documentation

◆ FactorySeries()

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.

Parameters
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

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