|
Drools examples 6.1.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.benchmark.waltz.Junction
public class Junction
Field Summary | |
---|---|
static String |
ARROW
|
static String |
FORK
|
static String |
L
|
static String |
TEE
|
Constructor Summary | |
---|---|
Junction()
|
|
Junction(int p1,
int p2,
int p3,
int basePoint,
String type)
|
Method Summary | |
---|---|
int |
getBasePoint()
|
int |
getP1()
|
int |
getP2()
|
int |
getP3()
|
String |
getType()
|
void |
setBasePoint(int basePoint)
|
void |
setP1(int p1)
|
void |
setP2(int p2)
|
void |
setP3(int p3)
|
void |
setType(String type)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static String TEE
public static String FORK
public static String ARROW
public static String L
Constructor Detail |
---|
public Junction()
public Junction(int p1, int p2, int p3, int basePoint, String type)
Method Detail |
---|
public int getP1()
public void setP1(int p1)
public int getP2()
public void setP2(int p2)
public String toString()
toString
in class Object
public int getBasePoint()
public void setBasePoint(int basePoint)
public int getP3()
public void setP3(int p3)
public String getType()
public void setType(String type)
|
Drools examples 6.1.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |