public abstract class NetVertexObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) NetDirectionalLocation |
netDirectionalLocation |
(package private) int |
owner |
| Constructor and Description |
|---|
NetVertexObject()
Default constructor, sets owner to -1 and
instantiates a default NetEdgeLocation
|
| Modifier and Type | Method and Description |
|---|---|
NetDirectionalLocation |
getNetDirectionalLocation() |
int |
getOwner() |
void |
setNetEdgeLocation(NetDirectionalLocation netDirectionalLocation) |
void |
setOwner(int owner) |
int owner
NetDirectionalLocation netDirectionalLocation
public NetVertexObject()
public int getOwner()
public void setOwner(int owner)
owner - the owner to setpublic NetDirectionalLocation getNetDirectionalLocation()
public void setNetEdgeLocation(NetDirectionalLocation netDirectionalLocation)
netDirectionalLocation - the netEdgeLocation to set