]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo/src/it/unibo/cs/helm/uwobo/Key.java
This commit was manufactured by cvs2svn to create branch 'start'.
[helm.git] / helm / uwobo / src / it / unibo / cs / helm / uwobo / Key.java
diff --git a/helm/uwobo/src/it/unibo/cs/helm/uwobo/Key.java b/helm/uwobo/src/it/unibo/cs/helm/uwobo/Key.java
new file mode 100644 (file)
index 0000000..22df4a4
--- /dev/null
@@ -0,0 +1,9 @@
+package it.unibo.cs.helm.uwobo;
+
+import java.util.*;
+
+public class Key {
+        public String  name;
+        public HashMap params;
+};
+