Package de.uni_trier.wi2.procake.data.io
Interface LogComponentIdentifier
-
public interface LogComponentIdentifierInterface with constants required for the Logger.
Caution: Do not mix up withLogComponentIdentifier, which is responsible for the SimilarityModel/Measures.- Author:
- thimm
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTComponent: "cake.data.io"static StringCOMPONENT_KEY_MODEL_IOComponent-Key for ModelIO: "10"
-
-
-
Field Detail
-
COMPONENT
static final String COMPONENT
Component: "cake.data.io"- See Also:
- Constant Field Values
-
COMPONENT_KEY_MODEL_IO
static final String COMPONENT_KEY_MODEL_IO
Component-Key for ModelIO: "10"- See Also:
- Constant Field Values
-
-