idl.tmt.util
Class HTMLOutputUtil

java.lang.Object
  |
  +--idl.tmt.util.HTMLOutputUtil

public class HTMLOutputUtil
extends java.lang.Object

Author:
miles To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
(package private)  java.text.DecimalFormat df
           
(package private)  HardClustering hardC
           
(package private)  IndexedCollection ic
           
(package private)  java.io.File outputDir
           
(package private)  java.lang.String prefix
           
(package private)  SoftClustering softC
           
 
Constructor Summary
HTMLOutputUtil(IndexedCollection i, SoftClustering clustering, java.lang.String p, java.lang.String outputDir)
           
 
Method Summary
 void writeHTMLClusterPages()
           
 void writeHTMLIndexPage()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

prefix

java.lang.String prefix

outputDir

java.io.File outputDir

df

java.text.DecimalFormat df

ic

IndexedCollection ic

softC

SoftClustering softC

hardC

HardClustering hardC
Constructor Detail

HTMLOutputUtil

public HTMLOutputUtil(IndexedCollection i,
                      SoftClustering clustering,
                      java.lang.String p,
                      java.lang.String outputDir)
Method Detail

writeHTMLIndexPage

public void writeHTMLIndexPage()

writeHTMLClusterPages

public void writeHTMLClusterPages()