Class SMCollectionMappingImpl.AStarSolution

  • All Implemented Interfaces:
    Comparable<de.uni_trier.wi2.procake.similarity.base.collection.impl.SMCollectionMappingImpl.AStarComparable>
    Enclosing class:
    SMCollectionMappingImpl

    public class SMCollectionMappingImpl.AStarSolution
    extends Object
    represents a possible solution for a mapping scenario
    • Field Detail

      • queryCollection

        public List<DataObject> queryCollection
        list of yet unmapped queryItems
      • caseCollection

        public List<DataObject> caseCollection
        list of yet unmapped caseItems
      • g_Numerator

        public double g_Numerator
        sim-calc: the numerator of g (refer to A-Star for more detail)
      • g_h_Denominator

        public double g_h_Denominator
        sim-calc: the denominator of g and h (refer to A-Star for more detail)
      • h_Numerator

        public double h_Numerator
        sim-calc: the numerator of h (refer to A-Star for more detail)
    • Constructor Detail

      • AStarSolution

        public AStarSolution()