Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.application.internal
Class DocumentReferences

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.application.internal.DocumentReferences

public class DocumentReferences
extends Object

Build a reference documentation for all available parameters.

Author:
Erich Schubert

Field Summary
private static String CSSFILE
           
private static String MODIFICATION_WARNING
           
 
Constructor Summary
DocumentReferences()
           
 
Method Summary
private static Document documentParameters()
           
static ArrayList<Class<?>> findAllClassesWithReferences()
          Fin all classes that have the reference annotation
private static String linkForClassName(String name)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CSSFILE

private static final String CSSFILE
See Also:
Constant Field Values

MODIFICATION_WARNING

private static final String MODIFICATION_WARNING
See Also:
Constant Field Values
Constructor Detail

DocumentReferences

public DocumentReferences()
Method Detail

main

public static void main(String[] args)
Parameters:
args - Command line arguments

documentParameters

private static Document documentParameters()

linkForClassName

private static String linkForClassName(String name)

findAllClassesWithReferences

public static ArrayList<Class<?>> findAllClassesWithReferences()
Fin all classes that have the reference annotation

Returns:
All classes with the reference annotation.

Release 0.3 (2010-03-31_1612)