Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

As a best practice, add public final static constants for each column in the Feature.

ncsa.analysis.newAnalyses extension point

Each Analysis must register an extension with the ncsa.analysis.newAnalyses extension point. This registration allows the Analysis Framework to find all Analyses automatically.

NAME

DEFAULT VALUE

DESCRIPTION

id

(required)

This id MUST match the id given in the <analysis-description>

name

(required)

This is the "friendly name" of the Analysis and should be i18n

tag

(required)

The tag MUST match the tag in the ncsa.tools.ogrescript.ogreTasks extension point. No spaces allowed.

descriptor

(required)

This points to the descriptor file.

ncsa.tools.ogrescript.ogreTasks extension point

Each Analysis must register its implementing class with the ncsa.tools.ogrescript.ogreTasks extension point.

NAME

DEFAULT VALUE

DESCRIPTION

id

(required)

This id SHOULD match the fully qualified class name of the task

name

(required)

This is the "friendly name" of the Task and should be i18n

tag

(required)

The tag MUST match the tag in the ncsa.analysis.newAnalyses extension point. No spaces allowed.

class

(required)

This points to implementing class.