|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) public @interface ComponentAnn
Annotation for DL-Learner components. Each component has to implement the interface as well as use this notation.
| Required Element Summary | |
|---|---|
String |
name
The name of this component. |
String |
shortName
The short name of this component, which should exclusively consist of lower case ASCII symbols without whitespace. |
double |
version
The version of this component. 1.0 indicates a stable component. |
| Optional Element Summary | |
|---|---|
String |
description
An optional description of the component. |
| Element Detail |
|---|
public abstract String name
ComponentManager#getName(Component)public abstract String shortName
public abstract double version
public abstract String description
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||