org.drools.benchmark.waltzdb
Class EdgeLabel

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

public class EdgeLabel
extends Object


Constructor Summary
EdgeLabel()
           
EdgeLabel(int p1, int p2, String labelName, String labelId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLabelId()
           
 String getLabelName()
           
 int getP1()
           
 int getP2()
           
 int hashCode()
           
 void setLabelId(String labelId)
           
 void setLabelName(String labelName)
           
 void setP1(int p1)
           
 void setP2(int p2)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeLabel

public EdgeLabel()

EdgeLabel

public EdgeLabel(int p1,
                 int p2,
                 String labelName,
                 String labelId)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

getLabelId

public String getLabelId()

setLabelId

public void setLabelId(String labelId)

getLabelName

public String getLabelName()

setLabelName

public void setLabelName(String labelName)

getP1

public int getP1()

setP1

public void setP1(int p1)

getP2

public int getP2()

setP2

public void setP2(int p2)


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