2 #ifndef _MADARA_COMPOSITE_CONST_ARRAY_H_ 3 #define _MADARA_COMPOSITE_CONST_ARRAY_H_ 5 #ifndef _MADARA_NO_KARL_ 70 #endif // _MADARA_NO_KARL_ This class encapsulates an entry in a KnowledgeBase.
std::deque< ComponentNode * > ComponentNodes
a vector of Component Nodes
virtual void accept(Visitor &visitor) const
Accepts a visitor subclassed from the Visitor class.
virtual madara::knowledge::KnowledgeRecord prune(bool &can_change)
Prunes the expression tree of unnecessary nodes.
virtual madara::knowledge::KnowledgeRecord evaluate(const madara::knowledge::KnowledgeUpdateSettings &settings)
Evaluates the expression tree.
virtual madara::knowledge::KnowledgeRecord item(void) const
Returns the printable character of the node.
Provides knowledge logging services to files and terminals.
A multi-threaded logger for logging to one or more destinations.
virtual ~CompositeConstArray(void)
Destructor.
Abstract base class for all visitors to all classes that derive from ComponentNode.
A composite node that contains an array of values.
Settings for applying knowledge updates.
Copyright (c) 2015 Carnegie Mellon University.
CompositeConstArray(logger::Logger &logger, const ComponentNodes &nodes)
Constructor.