public class Junction extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ARROW |
static String |
FORK |
static String |
L |
static String |
TEE |
Constructor and Description |
---|
Junction() |
Junction(int p1,
int p2,
int p3,
int basePoint,
String type) |
Modifier and Type | Method and Description |
---|---|
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() |
public static final String TEE
public static final String FORK
public static final String ARROW
public static String L
public Junction()
public Junction(int p1, int p2, int p3, int basePoint, String type)
public int getP1()
public void setP1(int p1)
public int getP2()
public void setP2(int p2)
public int getBasePoint()
public void setBasePoint(int basePoint)
public int getP3()
public void setP3(int p3)
public String getType()
public void setType(String type)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.