Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.utilities.documentation
Annotation Type Title


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Title

Simple interface to provide a nicer title for the class.

Author:
Erich Schubert

Required Element Summary
 String value
          Title of the Algorithm
 

Element Detail

value

public abstract String value
Title of the Algorithm

Returns:
Title

Release 0.3 (2010-03-31_1612)