
Public Member Functions | |
| LowerBoundedDomain (const double &lower) | |
| bool | hasLowerBound () const |
| double | lowerBound () const |
| string | description () const |
Private Attributes | |
| double | lower_ |
Definition at line 127 of file SundanceFunctorDomain.hpp.
| LowerBoundedDomain::LowerBoundedDomain | ( | const double & | lower | ) |
Definition at line 78 of file SundanceFunctorDomain.cpp.
| string Sundance::LowerBoundedDomain::description | ( | ) | const [inline, virtual] |
Implements Sundance::FunctorDomain.
Definition at line 136 of file SundanceFunctorDomain.hpp.
References lowerBound(), and Sundance::toString().
| bool Sundance::LowerBoundedDomain::hasLowerBound | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FunctorDomain.
Definition at line 132 of file SundanceFunctorDomain.hpp.
| double Sundance::LowerBoundedDomain::lowerBound | ( | ) | const [inline, virtual] |
Reimplemented from Sundance::FunctorDomain.
Definition at line 134 of file SundanceFunctorDomain.hpp.
References lower_.
Referenced by description().
double Sundance::LowerBoundedDomain::lower_ [private] |