20 #ifndef HEDGEHOG_NODE_H 21 #define HEDGEHOG_NODE_H 27 #ifndef DOXYGEN_SHOULD_SKIP_THIS 33 #endif // DOXYGEN_SHOULD_SKIP_THIS 45 virtual std::shared_ptr<core::CoreNode> core() = 0;
59 #endif //HEDGEHOG_NODE_H
virtual bool canTerminate()
Determine if the node can terminate.
Node Behavior definition.
virtual std::string extraPrintingInformation() const
Adds node information to print in the dot file.