java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.filter.extraction.MwbEdge

class MwbEdge extends Object
Helper class for MaxWeightBipartiteExtractor. The edge of a graph.
  • Field Details

    • source

      private MwbNode source
      Attribute for storing the graph : source node of the edge
    • target

      private MwbNode target
      Attribute for storing the graph : target node of the edge
    • correspondence

      private Correspondence correspondence
      Payload of the edge: this is just used for later extraction of the correct alignment and for the weight of the edge.
    • weight

      private int weight
  • Constructor Details

  • Method Details

    • getSource

      public MwbNode getSource()
    • getTarget

      public MwbNode getTarget()
    • getWeight

      public int getWeight()
    • getCorrespondence

      public Correspondence getCorrespondence()
    • reverse

      public void reverse()