Interface LogComponentIdentifier
-
public interface LogComponentIdentifier
Interface with constants required for the Logger.
Caution: Do not mix-up with de.uni_trier.wi2.procake.data.LogComponentIdentifier, which is responsible for DataModel- Author:
- thimm
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPONENT
Component: "cake.data.similarity"static String
COMPONENT_KEY_DISTANCECALCULATOR
Component-Key for DistanceCalculator: "01"static String
COMPONENT_KEY_SIMILARITYMEASURE
Component-Key for SimilarityMeasure: "03"static String
COMPONENT_KEY_SIMILARITYMODEL
Component-Key for SimilarityModel: "00"static String
COMPONENT_KEY_SIMILARITYVALUATOR
Component-Key for SimilarityValuator: "04"static String
COMPONENT_KEY_SMAGGREGATE
Component-Key for SMAggregate: "02"
-
-
-
Field Detail
-
COMPONENT
static final String COMPONENT
Component: "cake.data.similarity"- See Also:
- Constant Field Values
-
COMPONENT_KEY_SIMILARITYMODEL
static final String COMPONENT_KEY_SIMILARITYMODEL
Component-Key for SimilarityModel: "00"- See Also:
- Constant Field Values
-
COMPONENT_KEY_DISTANCECALCULATOR
static final String COMPONENT_KEY_DISTANCECALCULATOR
Component-Key for DistanceCalculator: "01"- See Also:
- Constant Field Values
-
COMPONENT_KEY_SMAGGREGATE
static final String COMPONENT_KEY_SMAGGREGATE
Component-Key for SMAggregate: "02"- See Also:
- Constant Field Values
-
COMPONENT_KEY_SIMILARITYMEASURE
static final String COMPONENT_KEY_SIMILARITYMEASURE
Component-Key for SimilarityMeasure: "03"- See Also:
- Constant Field Values
-
COMPONENT_KEY_SIMILARITYVALUATOR
static final String COMPONENT_KEY_SIMILARITYVALUATOR
Component-Key for SimilarityValuator: "04"- See Also:
- Constant Field Values
-
-