#include <BcpsObject.h>
Inheritance diagram for BcpsConstraint:


Public Member Functions | |
| BcpsConstraint () | |
| Default constructor. | |
| BcpsConstraint (double lbh, double ubh, double lbs, double ubs) | |
| Useful constructor. | |
| virtual | ~BcpsConstraint () |
| Desctructor constructor. | |
| BcpsConstraint (const BcpsConstraint &rhs) | |
| Copy constructor. | |
| virtual BcpsObject_t | getObjType () const |
Definition at line 353 of file BcpsObject.h.
| BcpsConstraint::BcpsConstraint | ( | ) | [inline] |
Default constructor.
Definition at line 357 of file BcpsObject.h.
References BcpsKnowledgeTypeConstraint, and AlpsKnowledge::setType().
| BcpsConstraint::BcpsConstraint | ( | double | lbh, | |
| double | ubh, | |||
| double | lbs, | |||
| double | ubs | |||
| ) | [inline] |
Useful constructor.
Definition at line 360 of file BcpsObject.h.
References BcpsKnowledgeTypeConstraint, and AlpsKnowledge::setType().
| virtual BcpsConstraint::~BcpsConstraint | ( | ) | [inline, virtual] |
| BcpsConstraint::BcpsConstraint | ( | const BcpsConstraint & | rhs | ) | [inline] |
| virtual BcpsObject_t BcpsConstraint::getObjType | ( | ) | const [inline, virtual] |
1.4.7