Package de.uni_trier.wi2.procake.data.io
Interface ModelIO
-
- All Known Implementing Classes:
ModelHandler,SimilarityModelHandler,TransformationConfigHandler
public interface ModelIOModelIO interface.
- Author:
- Rainer Maximini
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTComponent: "cake.data.io" (LogComponentIdentifier.COMPONENT)static StringCOMPONENT_KEYComponent-Key: "10" (LogComponentIdentifier.COMPONENT_KEY_MODEL_IO)static StringLOG_ATTRIBUTE_CLASS_NOT_FOUNDThe class for the specified attribute in the aggregate-class could not be found.static StringLOG_ATTRIBUTE_NAME_NOT_FOUNDThe aggregate class contains no such attribute.static StringLOG_CLASS_NOT_FOUNDClass not found.static StringLOG_ELEMENTCLASS_NOT_FOUNDElement class could not be found.static StringLOG_NO_OPEN_OBJECTNo open object to access in tag.static StringLOG_NO_SUCH_ATTRIBUTEClass contains no such attribute.static StringLOG_SUPERCLASS_NOT_FOUNDThe superclass could not be found.static StringLOG_UNEXPECTED_MODEL_FAILUREUnexpected model-failure.static StringLOG_UNKNOWN_ATTRIBUTE_VALUE_IN_SIMUnknown value in similarity measure.static StringLOG_UNKNOWN_OBJECT_CLASSUnable to recognize the DataClass in the specified tag.static StringLOG_UNKNOWN_SAX_EXCEPTIONUnknown SAX exception in the specified tag.static StringLOG_UNKNOWN_SIMILARITY_MEASUREUnknown similarity measure Component:COMPONENTKey: "1015" this Measure:SimilarityMeasurestatic StringLOG_WRONG_ELEMENTCLASSWrong element class.
-
-
-
Field Detail
-
COMPONENT
static final String COMPONENT
Component: "cake.data.io" (LogComponentIdentifier.COMPONENT)- See Also:
- Constant Field Values
-
COMPONENT_KEY
static final String COMPONENT_KEY
Component-Key: "10" (LogComponentIdentifier.COMPONENT_KEY_MODEL_IO)- See Also:
- Constant Field Values
-
LOG_ATTRIBUTE_CLASS_NOT_FOUND
static final String LOG_ATTRIBUTE_CLASS_NOT_FOUND
The class for the specified attribute in the aggregate-class could not be found.- Component:
COMPONENT - Key: "1014"
- this
- Aggregate Class:
AggregateClass - Attribute
- See Also:
- Constant Field Values
- Component:
-
LOG_ATTRIBUTE_NAME_NOT_FOUND
static final String LOG_ATTRIBUTE_NAME_NOT_FOUND
The aggregate class contains no such attribute.- Component:
COMPONENT - Key: "1013"
- this
- Aggregate Class:
AggregateClass - Attribute
- See Also:
- Constant Field Values
- Component:
-
LOG_CLASS_NOT_FOUND
static final String LOG_CLASS_NOT_FOUND
- See Also:
- Constant Field Values
-
LOG_ELEMENTCLASS_NOT_FOUND
static final String LOG_ELEMENTCLASS_NOT_FOUND
Element class could not be found.- See Also:
- Constant Field Values
-
LOG_NO_OPEN_OBJECT
static final String LOG_NO_OPEN_OBJECT
No open object to access in tag.- Component:
COMPONENT - Key: "1008"
- this
- Tag
- See Also:
- Constant Field Values
- Component:
-
LOG_NO_SUCH_ATTRIBUTE
static final String LOG_NO_SUCH_ATTRIBUTE
Class contains no such attribute.- Component:
COMPONENT - Key: "1010"
- this
- Attribute
- See Also:
- Constant Field Values
- Component:
-
LOG_SUPERCLASS_NOT_FOUND
static final String LOG_SUPERCLASS_NOT_FOUND
- See Also:
- Constant Field Values
-
LOG_UNEXPECTED_MODEL_FAILURE
static final String LOG_UNEXPECTED_MODEL_FAILURE
Unexpected model-failure.- Component:
COMPONENT - Key: "1017"
- this
- Failure
- See Also:
- Constant Field Values
- Component:
-
LOG_UNKNOWN_ATTRIBUTE_VALUE_IN_SIM
static final String LOG_UNKNOWN_ATTRIBUTE_VALUE_IN_SIM
Unknown value in similarity measure.- Component:
COMPONENT - Key: "1016"
- this
- Measure:
SimilarityMeasure - Attribute
- Value
- See Also:
- Constant Field Values
- Component:
-
LOG_UNKNOWN_OBJECT_CLASS
static final String LOG_UNKNOWN_OBJECT_CLASS
Unable to recognize the DataClass in the specified tag.- Component:
COMPONENT - Key: "1009"
- this
- Tag
- See Also:
- Constant Field Values
- Component:
-
LOG_UNKNOWN_SAX_EXCEPTION
static final String LOG_UNKNOWN_SAX_EXCEPTION
Unknown SAX exception in the specified tag.- Component:
COMPONENT - Key: "1007"
- this
- Tag
- Exception
- locator
- See Also:
- Constant Field Values
- Component:
-
LOG_UNKNOWN_SIMILARITY_MEASURE
static final String LOG_UNKNOWN_SIMILARITY_MEASURE
Unknown similarity measure- Component:
COMPONENT - Key: "1015"
- this
- Measure:
SimilarityMeasure
- See Also:
- Constant Field Values
- Component:
-
-