Package | Description |
---|---|
shared.definitions | |
shared.model | |
shared.networking.transport |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.fromString(java.lang.String s) |
static Direction |
Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Direction.toString(Direction type) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Coordinate> |
Translate.GetEdgeCoordinates(Coordinate hex,
Direction direction)
Helper function for fromNetMap function
|
private Coordinate |
Translate.GetVertexCoordinate(Coordinate hex,
Direction direction)
Helper function for fromNetMap function
|
Modifier and Type | Field and Description |
---|---|
(package private) Direction |
NetPort.direction |
(package private) Direction |
NetDirectionalLocation.direction |
Modifier and Type | Method and Description |
---|---|
Direction |
NetPort.getDirection() |
Direction |
NetDirectionalLocation.getDirection() |
Modifier and Type | Method and Description |
---|---|
void |
NetPort.setDirection(Direction direction) |
void |
NetDirectionalLocation.setDirection(Direction direction) |