org.drools.benchmark.waltz
Class Edge

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

public class Edge
extends Object


Field Summary
static String B
           
static String MINUS
           
static String NIL
           
static String PLUS
           
 
Constructor Summary
Edge()
           
Edge(int p1, int p2, boolean joined, String label, boolean plotted)
           
 
Method Summary
 String getLabel()
           
 int getP1()
           
 int getP2()
           
 boolean getPlotted()
           
 boolean isJoined()
           
 void setJoined(boolean joined)
           
 void setLabel(String label)
           
 void setP1(int p1)
           
 void setP2(int p2)
           
 void setPlotted(boolean plotted)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NIL

public static final String NIL
See Also:
Constant Field Values

B

public static final String B
See Also:
Constant Field Values

PLUS

public static final String PLUS
See Also:
Constant Field Values

MINUS

public static final String MINUS
See Also:
Constant Field Values
Constructor Detail

Edge

public Edge()

Edge

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

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)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.