114 |
|
|
115 |
void setVarStatus(const VarStatus &); ///< make this one private, just for friend Simulation? |
void setVarStatus(const VarStatus &); ///< make this one private, just for friend Simulation? |
116 |
const VarStatus getVarStatus() const; |
const VarStatus getVarStatus() const; |
117 |
|
|
118 |
|
void setLowerBound(const double &); |
119 |
|
void setUpperBound(const double &); |
120 |
|
void setNominal(const double &); |
121 |
|
const double getLowerBound() const; |
122 |
|
const double getUpperBound() const; |
123 |
|
const double getNominal() const; |
124 |
}; |
}; |
125 |
|
|
126 |
#endif |
#endif |