Interface MatchingAlgorithm.Matching<E>

    • Method Detail

      • getWeight

        double getWeight()
        Returns the weight of the matching.
        Returns:
        the weight of the matching
      • getEdges

        java.util.Set<E> getEdges()
        Get the edges of the matching.
        Returns:
        the edges of the matching