Class Edge

java.lang.Object
org.drools.benchmark.waltz.Edge

public class Edge extends Object
  • Field Details

  • Constructor Details

    • Edge

      public Edge()
    • Edge

      public Edge(int p1, int p2, boolean joined, String label, boolean plotted)
  • Method Details

    • getP1

      public int getP1()
    • setP1

      public void setP1(int p1)
    • getP2

      public int getP2()
    • setP2

      public void setP2(int p2)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isJoined

      public boolean isJoined()
    • setJoined

      public void setJoined(boolean joined)
    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getPlotted

      public boolean getPlotted()
    • setPlotted

      public void setPlotted(boolean plotted)