org.apache.oodt.pcs.input
Interface PGEDataParseKeys
- All Known Implementing Classes:
- PGEConfigFileWriter, PGEDataHandler
public interface PGEDataParseKeys
A collection of metadata keys relating to the PGEDataHandler
- Version:
- $Revision$
- Author:
- mattmann
PARSING_VEC
static final int PARSING_VEC
- See Also:
- Constant Field Values
PARSING_SCALAR
static final int PARSING_SCALAR
- See Also:
- Constant Field Values
PARSING_MATRIX
static final int PARSING_MATRIX
- See Also:
- Constant Field Values
UNSET
static final int UNSET
- See Also:
- Constant Field Values
GROUP_TAG_NAME
static final String GROUP_TAG_NAME
- See Also:
- Constant Field Values
SCALAR_TAG_NAME
static final String SCALAR_TAG_NAME
- See Also:
- Constant Field Values
VECTOR_TAG_NAME
static final String VECTOR_TAG_NAME
- See Also:
- Constant Field Values
MATRIX_TAG_NAME
static final String MATRIX_TAG_NAME
- See Also:
- Constant Field Values
PGE_INPUT_TAG_NAME
static final String PGE_INPUT_TAG_NAME
- See Also:
- Constant Field Values
VECTOR_ELEMENT_TAG
static final String VECTOR_ELEMENT_TAG
- See Also:
- Constant Field Values
MATRIX_ROW_TAG
static final String MATRIX_ROW_TAG
- See Also:
- Constant Field Values
MATRIX_COL_TAG
static final String MATRIX_COL_TAG
- See Also:
- Constant Field Values
NAME_ATTR
static final String NAME_ATTR
- See Also:
- Constant Field Values
ROWS_ATTR
static final String ROWS_ATTR
- See Also:
- Constant Field Values
COLS_ATTR
static final String COLS_ATTR
- See Also:
- Constant Field Values
Copyright © 1999-2011 Apache OODT. All Rights Reserved.