org.drools.benchmark.waltzdb
Class Edge

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

public class Edge
extends Object


Constructor Summary
Edge()
           
Edge(int p1, int p2)
           
Edge(int p1, int p2, boolean joined)
           
Edge(String type, int p1, int p2, boolean joined)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getP1()
           
 int getP2()
           
 String getType()
           
 int hashCode()
           
 boolean isJoined()
           
 void setJoined(boolean joined)
           
 void setP1(int p1)
           
 void setP2(int p2)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Edge

public Edge()

Edge

public Edge(String type,
            int p1,
            int p2,
            boolean joined)

Edge

public Edge(int p1,
            int p2,
            boolean joined)

Edge

public Edge(int p1,
            int p2)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

isJoined

public boolean isJoined()

setJoined

public void setJoined(boolean joined)

getP1

public int getP1()

setP1

public void setP1(int p1)

getP2

public int getP2()

setP2

public void setP2(int p2)

getType

public String getType()

setType

public void setType(String type)


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