summaryrefslogtreecommitdiffstats
path: root/test/bindings/java/org/uscxml/apache/commons/scxml2/Evaluator.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/bindings/java/org/uscxml/apache/commons/scxml2/Evaluator.java')
-rw-r--r--test/bindings/java/org/uscxml/apache/commons/scxml2/Evaluator.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bindings/java/org/uscxml/apache/commons/scxml2/Evaluator.java b/test/bindings/java/org/uscxml/apache/commons/scxml2/Evaluator.java
new file mode 100644
index 0000000..5bd5642
--- /dev/null
+++ b/test/bindings/java/org/uscxml/apache/commons/scxml2/Evaluator.java
@@ -0,0 +1,7 @@
+package org.uscxml.apache.commons.scxml2;
+
+public abstract class Evaluator {
+
+ public abstract Context newContext(Object object);
+
+}