java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.structurelevel.hierarchical.agony.AgonyGraphEdge

class AgonyGraphEdge extends Object
Helper class for Agony.
  • Field Details

  • Constructor Details

    • AgonyGraphEdge

      public AgonyGraphEdge(int id)
  • Method Details

    • getParent

      public AgonyGraphNode getParent()
    • setParent

      public void setParent(AgonyGraphNode parent)
    • getChild

      public AgonyGraphNode getChild()
    • setChild

      public void setChild(AgonyGraphNode child)
    • getId

      public int getId()
    • setId

      public void setId(int id)
    • isBound

      public boolean isBound()
    • setBound

      public void setBound(boolean bound)