Package org.drools.benchmark.waltz
Class Junction
- java.lang.Object
-
- org.drools.benchmark.waltz.Junction
-
public class Junction extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBasePoint()intgetP1()intgetP2()intgetP3()StringgetType()voidsetBasePoint(int basePoint)voidsetP1(int p1)voidsetP2(int p2)voidsetP3(int p3)voidsetType(String type)StringtoString()
-
-
-
Field Detail
-
TEE
public static final String TEE
- See Also:
- Constant Field Values
-
FORK
public static final String FORK
- See Also:
- Constant Field Values
-
ARROW
public static final String ARROW
- See Also:
- Constant Field Values
-
L
public static String L
-
-
Constructor Detail
-
Junction
public Junction()
-
Junction
public Junction(int p1, int p2, int p3, int basePoint, String type)
-
-
Method Detail
-
getP1
public int getP1()
-
setP1
public void setP1(int p1)
-
getP2
public int getP2()
-
setP2
public void setP2(int p2)
-
getBasePoint
public int getBasePoint()
-
setBasePoint
public void setBasePoint(int basePoint)
-
getP3
public int getP3()
-
setP3
public void setP3(int p3)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-