org.cishell.framework.algorithm
Interface AlgorithmProperty


public interface AlgorithmProperty

A standard set of properties and values used for creating a service metadata Dictionary that is provided when registering an AlgorithmFactory with the OSGi service registry. See the CIShell Specification 1.0 for documentation on each property.

Author:
Bruce Herr (bh2@bh2.net)

Field Summary
static String ADDITIONS_GROUP
           
static String ALGORITHM_TYPE
           
static String AUTHORS
           
static String CONVERSION
           
static String DEFAULT_PARENTAGE
           
static String DESCRIPTION
           
static String DOCUMENTATION_URL
           
static String END_GROUP
           
static String IMPLEMENTERS
           
static String IN_DATA
           
static String INTEGRATORS
           
static String LABEL
           
static String LOSSLESS
           
static String LOSSY
           
static String MENU_PATH
           
static String NULL_DATA
           
static String OUT_DATA
           
static String PARAMETERS_PID
           
static String PARENTAGE
           
static String REFERENCE
           
static String REFERENCE_URL
           
static String REMOTE
           
static String REMOTEABLE
           
static String START_GROUP
           
static String TYPE_CONVERTER
           
static String TYPE_DATASET
           
static String TYPE_VALIDATOR
           
static String WRITTEN_IN
           
 

Field Detail

IN_DATA

static final String IN_DATA
See Also:
Constant Field Values

OUT_DATA

static final String OUT_DATA
See Also:
Constant Field Values

NULL_DATA

static final String NULL_DATA
See Also:
Constant Field Values

PARAMETERS_PID

static final String PARAMETERS_PID
See Also:
Constant Field Values

PARENTAGE

static final String PARENTAGE
See Also:
Constant Field Values

DEFAULT_PARENTAGE

static final String DEFAULT_PARENTAGE
See Also:
Constant Field Values

ALGORITHM_TYPE

static final String ALGORITHM_TYPE
See Also:
Constant Field Values

TYPE_CONVERTER

static final String TYPE_CONVERTER
See Also:
Constant Field Values

TYPE_VALIDATOR

static final String TYPE_VALIDATOR
See Also:
Constant Field Values

TYPE_DATASET

static final String TYPE_DATASET
See Also:
Constant Field Values

REMOTEABLE

static final String REMOTEABLE
See Also:
Constant Field Values

REMOTE

static final String REMOTE
See Also:
Constant Field Values

LABEL

static final String LABEL
See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
See Also:
Constant Field Values

MENU_PATH

static final String MENU_PATH
See Also:
Constant Field Values

ADDITIONS_GROUP

static final String ADDITIONS_GROUP
See Also:
Constant Field Values

START_GROUP

static final String START_GROUP
See Also:
Constant Field Values

END_GROUP

static final String END_GROUP
See Also:
Constant Field Values

CONVERSION

static final String CONVERSION
See Also:
Constant Field Values

LOSSY

static final String LOSSY
See Also:
Constant Field Values

LOSSLESS

static final String LOSSLESS
See Also:
Constant Field Values

AUTHORS

static final String AUTHORS
See Also:
Constant Field Values

IMPLEMENTERS

static final String IMPLEMENTERS
See Also:
Constant Field Values

INTEGRATORS

static final String INTEGRATORS
See Also:
Constant Field Values

DOCUMENTATION_URL

static final String DOCUMENTATION_URL
See Also:
Constant Field Values

REFERENCE

static final String REFERENCE
See Also:
Constant Field Values

REFERENCE_URL

static final String REFERENCE_URL
See Also:
Constant Field Values

WRITTEN_IN

static final String WRITTEN_IN
See Also:
Constant Field Values