This project has retired. For details please refer to its Attic page.
Algorithm (Lens 2.0.1-beta-incubating API)

org.apache.lens.ml
Annotation Type Algorithm


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Algorithm

The Interface Algorithm.


Required Element Summary
 String description
          Description.
 String name
          Name.
 

Element Detail

name

public abstract String name
Name.

Returns:
the string

description

public abstract String description
Description.

Returns:
the string


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.