summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/DataModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/DataModel.h')
-rw-r--r--src/uscxml/plugins/DataModel.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/uscxml/plugins/DataModel.h b/src/uscxml/plugins/DataModel.h
index df0143d..f229a94 100644
--- a/src/uscxml/plugins/DataModel.h
+++ b/src/uscxml/plugins/DataModel.h
@@ -91,6 +91,19 @@ public:
virtual bool isDeclared(const std::string& expr) = 0;
+ /**
+ * test147:
+ * <data id="Var1" expr="0"/>
+ *
+ * test150:
+ * <data id="Var3">
+ * [1,2,3]
+ * </data>
+ *
+ * test277:
+ * <data id="Var1" expr="return"/>
+ *
+ */
virtual void assign(const Arabica::DOM::Element<std::string>& assignElem,
const Arabica::DOM::Node<std::string>& node,
const std::string& content) = 0;