org.drools.examples.benchmarks.waltz.model
Class Line

java.lang.Object
  extended byorg.drools.examples.benchmarks.waltz.model.Line

public class Line
extends java.lang.Object

Lines have the line label followed by the 2 points defining the line. (literalize line p1 p2)

 

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

Constructor Detail

Line

public Line(int p1,
            int p2)
Method Detail

getP1

public int getP1()

getP2

public int getP2()

toString

public java.lang.String toString()