Interface ChallengeConstants
-
- All Known Subinterfaces:
Challenge<T>
- All Known Implementing Classes:
ChallengeCommon,ChallengeUtil,ProvenanceChallenge1Template
public interface ChallengeConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringALIGN_WARPstatic StringCONVERTstatic StringFILEstatic StringPC1_NSstatic StringPC1_PREFIXstatic StringPRIM_NSstatic StringPRIM_PREFIXstatic StringRESLICEstatic StringROLE_H1static StringROLE_H2static StringROLE_H3static StringROLE_H4static StringROLE_HDRstatic StringROLE_HDR_REFstatic StringROLE_I1static StringROLE_I2static StringROLE_I3static StringROLE_I4static StringROLE_IMGstatic StringROLE_IMG_REFstatic StringROLE_INstatic StringROLE_OUTstatic StringROLE_PARAMstatic StringSLICERstatic StringSOFTMEANstatic StringSTRINGstatic StringVALUE
-
-
-
Field Detail
-
PC1_NS
static final String PC1_NS
- See Also:
- Constant Field Values
-
PC1_PREFIX
static final String PC1_PREFIX
- See Also:
- Constant Field Values
-
PRIM_NS
static final String PRIM_NS
- See Also:
- Constant Field Values
-
PRIM_PREFIX
static final String PRIM_PREFIX
- See Also:
- Constant Field Values
-
ALIGN_WARP
static final String ALIGN_WARP
- See Also:
- Constant Field Values
-
SOFTMEAN
static final String SOFTMEAN
- See Also:
- Constant Field Values
-
RESLICE
static final String RESLICE
- See Also:
- Constant Field Values
-
SLICER
static final String SLICER
- See Also:
- Constant Field Values
-
CONVERT
static final String CONVERT
- See Also:
- Constant Field Values
-
STRING
static final String STRING
- See Also:
- Constant Field Values
-
FILE
static final String FILE
- See Also:
- Constant Field Values
-
VALUE
static final String VALUE
- See Also:
- Constant Field Values
-
ROLE_HDR_REF
static final String ROLE_HDR_REF
- See Also:
- Constant Field Values
-
ROLE_IMG_REF
static final String ROLE_IMG_REF
- See Also:
- Constant Field Values
-
ROLE_HDR
static final String ROLE_HDR
- See Also:
- Constant Field Values
-
ROLE_IMG
static final String ROLE_IMG
- See Also:
- Constant Field Values
-
ROLE_IN
static final String ROLE_IN
- See Also:
- Constant Field Values
-
ROLE_OUT
static final String ROLE_OUT
- See Also:
- Constant Field Values
-
ROLE_PARAM
static final String ROLE_PARAM
- See Also:
- Constant Field Values
-
ROLE_H4
static final String ROLE_H4
- See Also:
- Constant Field Values
-
ROLE_I4
static final String ROLE_I4
- See Also:
- Constant Field Values
-
ROLE_H3
static final String ROLE_H3
- See Also:
- Constant Field Values
-
ROLE_I3
static final String ROLE_I3
- See Also:
- Constant Field Values
-
ROLE_H2
static final String ROLE_H2
- See Also:
- Constant Field Values
-
ROLE_I2
static final String ROLE_I2
- See Also:
- Constant Field Values
-
ROLE_H1
static final String ROLE_H1
- See Also:
- Constant Field Values
-
ROLE_I1
static final String ROLE_I1
- See Also:
- Constant Field Values
-
-