public class NetRoad
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) NetDirectionalLocation |
netEdgeLocation |
(package private) int |
ownerID |
| Constructor and Description |
|---|
NetRoad()
Default constructor, sets ownerID to -1 and
instantiates a default NetEdgeLocation
|
| Modifier and Type | Method and Description |
|---|---|
NetDirectionalLocation |
getNetEdgeLocation() |
int |
getOwnerID() |
void |
setNetEdgeLocation(NetDirectionalLocation netEdgeLocation) |
void |
setOwnerID(int ownerID) |
int ownerID
NetDirectionalLocation netEdgeLocation
public NetRoad()
public int getOwnerID()
public void setOwnerID(int ownerID)
ownerID - the ownerID to setpublic NetDirectionalLocation getNetEdgeLocation()
public void setNetEdgeLocation(NetDirectionalLocation netEdgeLocation)
netEdgeLocation - the netEdgeLocation to set