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 Detail

      • 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