|
void | output (std::ostream &out) const override |
| output to stream. More...
|
|
void | update (const Ice::Current &c=Ice::emptyCurrent) override |
| Update state f the ConditionRoot object based on the child. More...
|
|
void | updateWithData (const Ice::Current &c=Ice::emptyCurrent) override |
|
void | addChild (const TermImplBasePtr &child, const Ice::Current &c=Ice::emptyCurrent) override |
| Add child to term. More...
|
|
TermImplSequence | getChilds (const Ice::Current &c=Ice::emptyCurrent) override |
| retrieve childs of this term in the expression tree. More...
|
|
StringVariantBaseMap | getDatafields (const Ice::Current &) const override |
|
TermImplBasePtr | getParent (const Ice::Current &c=Ice::emptyCurrent) override |
| retrieve parent of this term in the expression tree. More...
|
|
TermType | getType (const Ice::Current &c=Ice::emptyCurrent) const override |
| Retrieve type of term. More...
|
|
bool | getValue (const Ice::Current &c=Ice::emptyCurrent) const override |
| retrieve current value of term. More...
|
|
void | removeChildren () |
|
void | update (const Ice::Current &c=Ice::emptyCurrent) override |
| Updates the parent in the expression tree. More...
|
|
void | updateWithData (const Ice::Current &c=Ice::emptyCurrent) override |
|
| ~TermImpl () override |
| Destructor of TermImpl. More...
|
|
|
| ConditionRoot () |
| Creates an empty ConditionRoot. More...
|
|
| ConditionRoot (const EventListenerInterfacePrx &listener, const EventBasePtr &event, const std::string &description, bool onlyFireOnce, const DatafieldRefList &refs) |
| Creates and initializes a ConditionRoot. More...
|
|
void | __decRef () override |
| Overwritten version of reference counting from GCShared. More...
|
|
void | __incRef () override |
| Overwritten version of reference counting from GCShared. More...
|
|
void | resetParent (const Ice::Current &c=Ice::emptyCurrent) override |
| Reset the parent of this term. More...
|
|
void | setParent (const TermImplBasePtr &parent, const Ice::Current &c=Ice::emptyCurrent) override |
| Sets the parent for this term in the expression tree. More...
|
|
ConditionRoot Condition roots are top-level nodes of the expression tree.
Condition roots are the root node of expression tree. They have an event as member, which is fires once the expression described by the tree is fulfilled.
Definition at line 60 of file ConditionRoot.h.