add package.html
authorAdam Megacz <adam.megacz@sun.com>
Wed, 29 Apr 2009 21:58:09 +0000 (21:58 +0000)
committerAdam Megacz <adam.megacz@sun.com>
Wed, 29 Apr 2009 21:58:09 +0000 (21:58 +0000)
testCode/edu/berkeley/fleet/api/package.html [new file with mode: 0644]

diff --git a/testCode/edu/berkeley/fleet/api/package.html b/testCode/edu/berkeley/fleet/api/package.html
new file mode 100644 (file)
index 0000000..30815b1
--- /dev/null
@@ -0,0 +1,11 @@
+<body>
+<p>
+API for the FleetCode; see the class {@link edu.berkeley.fleet.api.Fleet} for a starting point and drill down from there.
+</p>
+
+<p>
+<b>Note:</b> all <tt>Instruction</tt> objects and their constituent parts
+(<tt>Path</tt>, <tt>Destination</tt>, etc) are immutable,
+like <tt>java.lang.String</tt>.
+</p>
+</body>