class Condition |
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; * } *
Alphabetic index HTML hierarchy of classes or Java