Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / tools / resources / SpaceEntry.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/resources/SpaceEntry.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/resources/SpaceEntry.java
new file mode 100644 (file)
index 0000000..145188a
--- /dev/null
@@ -0,0 +1,17 @@
+// SpaceEntry.java\r
+// $Id: SpaceEntry.java,v 1.1 2010/06/15 12:20:16 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 1996.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.tools.resources ;\r
+\r
+public interface SpaceEntry {\r
+\r
+  /**\r
+   * Get the Key. This key must be unique and unchanged\r
+   * during the all life.\r
+   * @return an int.\r
+   */\r
+  public Integer getEntryKey();\r
+\r
+}\r