Holds a boolean expression and a vector of AttributeInfo objects that describe the attribute/value pairs contained in the expression
![]() | Condition () Default constructor |
![]() | Condition (const string& constraint, const vector<AttributeInfo>& attributes) |
![]() | ~Condition () Destroys this object |
![]() | operator= (const Condition& condition) Assignement operator |
![]() | parseConstraint (Expression& expr) const |
![]() | getConstraint () const |
![]() | getAttributeInfos () const |
![]() | isValid () const |
![]() | writeObject (AkentiOutputStream& drain) const |
![]() | readObject (AkentiInputStream& source) |
![]() | toXML (DOMElement* cond) const Populates the XML element cond from this Condition |
![]() | fromXML (const DOMElement* cond) Initializes this Condition from the XML element cond |
![]() | paramString () const Used for debugging |
Holds a boolean expression and a vector of AttributeInfo objects that describe the attribute/value pairs contained in the expression.Condition { string constraint; vector<AttributeInfo> attributeInfos; }
Condition(const string& constraint, const vector<AttributeInfo>& attributes)
~Condition()
void operator=(const Condition& condition)
bool parseConstraint(Expression& expr) const
const string& getConstraint() const
const vector <AttributeInfo> & getAttributeInfos() const
bool isValid() const
void writeObject(AkentiOutputStream& drain) const
void readObject(AkentiInputStream& source)
void toXML(DOMElement* cond) const
void fromXML(const DOMElement* cond)
string paramString() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de