Class IndexHTML
java.lang.Object
|
+--IndexHTML
- All Implemented Interfaces:
- java.io.Serializable
- public class IndexHTML
- extends java.lang.Object
- implements java.io.Serializable
The class `IndexHTML' synthesises the file "index.html" for a CCUS
experiment on my website.
- See Also:
- Serialized Form
Method Summary |
static void |
generateHead(java.io.PrintWriter indexHTML,
java.lang.String name,
java.lang.String model1,
java.lang.String model2)
Generates the head of index.html, plugging in the two models. |
static void |
generateTail(java.io.PrintWriter indexHTML,
java.lang.String name)
Generates the tail of index.html. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexHTML
public IndexHTML()
generateHead
public static void generateHead(java.io.PrintWriter indexHTML,
java.lang.String name,
java.lang.String model1,
java.lang.String model2)
- Generates the head of index.html, plugging in the two models.
- Parameters:
indexHTML
- The PrintWriter object for index.html.name
- The name of the experiment.model1
- Filename of the first model.model2
- Filename of the second model.
generateTail
public static void generateTail(java.io.PrintWriter indexHTML,
java.lang.String name)
- Generates the tail of index.html.
- Parameters:
indexHTML
- The PrintWriter object for index.html.name
- The name of the experiment.