8#ifndef FMTSerie_H_INCLUDED
9#define FMTSerie_H_INCLUDED
30 FMTSerie(
const std::string& p_serie,
int p_length);
The class keep information of a serie of actions in a given order.
Definition: FMTSerie.hpp:22
bool operator!=(const FMTSerie &p_RHS) const
Check if two series are not equal.
std::string getSerie() const
Return the string of the serie.
bool operator==(const FMTSerie &p_RHS) const
Check if two series are equal.
bool operator<(const FMTSerie &p_RHS) const
Check if this serie is less then the p_RHS serie.
FMTSerie(const std::string &p_serie, int p_length)
Initialize a FMTSerie using the string description and the length of the serie.
bool operator>(const FMTSerie &p_RHS) const
Check if this serie is greater then the p_RHS serie.
int getLength() const
Return the length of the serie.
The Core namespace provides classes for simulating stands/strata growth/harvest through time.
Definition: FMTaction.hpp:31