org.drools.benchmark.waltz
Class Junction

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

public class Junction
extends Object


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

TEE

public static String TEE

FORK

public static String FORK

ARROW

public static String ARROW

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)

toString

public String toString()
Overrides:
toString in class Object

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)


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