org.drools.benchmark.waltz
Class Line

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

public class Line
extends Object


Constructor Summary
Line()
           
Line(int p1, int p2)
           
 
Method Summary
 int getP1()
           
 int getP2()
           
 void setP1(int p1)
           
 void setP2(int p2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Line

public Line()

Line

public Line(int p1,
            int p2)
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


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