Package | Description |
---|---|
upsimulator.core | |
upsimulator.exceptions | |
upsimulator.interfaces | |
upsimulator.rules.results |
Modifier and Type | Method and Description |
---|---|
Tunnel.TunnelType |
PTunnel.getType() |
Modifier and Type | Method and Description |
---|---|
Tunnel |
PMembrane.getTunnel(Tunnel.TunnelType type,
java.lang.String target) |
void |
PTunnel.setType(Tunnel.TunnelType type) |
Constructor and Description |
---|
PTunnel(Tunnel.TunnelType type) |
Constructor and Description |
---|
TunnelNotExistException(Membrane membrane,
Tunnel.TunnelType type) |
TunnelNotExistException(Membrane membrane,
Tunnel.TunnelType type,
java.lang.String tunnel) |
TunnelNotExistException(Membrane membrane,
Tunnel.TunnelType type,
java.lang.String tunnel,
Result result) |
Modifier and Type | Method and Description |
---|---|
Tunnel.TunnelType |
Tunnel.getType() |
static Tunnel.TunnelType |
Tunnel.TunnelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tunnel.TunnelType[] |
Tunnel.TunnelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Tunnel |
Membrane.getTunnel(Tunnel.TunnelType type,
java.lang.String target)
Get the tunnel from current to target
|
void |
Tunnel.setType(Tunnel.TunnelType type) |
Modifier and Type | Method and Description |
---|---|
Tunnel.TunnelType |
PositionResult.getMove() |
Modifier and Type | Method and Description |
---|---|
void |
PositionResult.setMove(Tunnel.TunnelType move) |
Constructor and Description |
---|
PositionResult(Tunnel.TunnelType move) |