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.


Required Element Summary
 String value
          Title of the Algorithm
 

Element Detail

value

public abstract String value
Title of the Algorithm

Returns:
Title

Release 0.4.0 (2011-09-20_1324)