|
Optika Development
|
#include <Optika_StandardConditions.hpp>


Public Member Functions | |
| NotCondition (Teuchos::RCP< Condition > condition) | |
| virtual | ~NotCondition () |
| bool | isConditionTrue () |
| bool | containsAtLeasteOneParameter () |
| Dependency::ParameterParentMap | getAllParameters () |
A Not condition returns the result of performing a logical NOT on a given condition.
| Optika::NotCondition::NotCondition | ( | Teuchos::RCP< Condition > | condition | ) |
Constructs a Not Condition
| condition | The condition to be evaluated. |
| virtual Optika::NotCondition::~NotCondition | ( | ) | [inline, virtual] |
Deconstructs a Not Condition.
| bool Optika::NotCondition::containsAtLeasteOneParameter | ( | ) | [virtual] |
Determines whether or not the evaluation of a parameter occurs somewhere in this condition.
Implements Optika::Condition.
| Dependency::ParameterParentMap Optika::NotCondition::getAllParameters | ( | ) | [virtual] |
Gets all of the parameters that are evaluated in this condition.
Implements Optika::Condition.
| bool Optika::NotCondition::isConditionTrue | ( | ) | [virtual] |
Determins whether or not a condition is true.
Implements Optika::Condition.
1.7.4