|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.examples.benchmarks.waltz.model.Line
public class Line
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 |
---|
public Line(int p1, int p2)
Method Detail |
---|
public int getP1()
public int getP2()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |