Package | Description |
---|---|
upsimulator.core | |
upsimulator.interfaces | |
upsimulator.rules.results |
Modifier and Type | Class and Description |
---|---|
class |
PTunnel
PTunnel is a connection between membranes, used to transfer results.
|
Modifier and Type | Method and Description |
---|---|
Tunnel |
PMembrane.getTunnel(Tunnel.TunnelType type,
java.lang.String target) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Tunnel> |
PMembrane.getTunnels() |
Modifier and Type | Method and Description |
---|---|
void |
PMembrane.addTunnel(Tunnel t) |
Modifier and Type | Method and Description |
---|---|
Tunnel |
Membrane.getTunnel(Tunnel.TunnelType type,
java.lang.String target)
Get the tunnel from current to target
|
Tunnel |
Result.selectTunnel(Membrane current)
Select which tunnel this result will go through
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tunnel> |
Membrane.getTunnels()
Get all the tunnels of current membrane
|
Modifier and Type | Method and Description |
---|---|
void |
Membrane.addTunnel(Tunnel t)
Add a tunnel between two membranes.
|
default void |
Membrane.removeTunnel(Tunnel t)
Remove a tunnel from this membranes.
|
Modifier and Type | Method and Description |
---|---|
Tunnel |
PositionResult.selectTunnel(Membrane current) |
Tunnel |
ObjectResult.selectTunnel(Membrane current) |
Tunnel |
MembranePropertyResult.selectTunnel(Membrane current) |
Tunnel |
MembraneDivisionResult.selectTunnel(Membrane current) |
Tunnel |
MembraneDissolveResult.selectTunnel(Membrane current) |
Tunnel |
MembraneDissolveAllResult.selectTunnel(Membrane current) |
Tunnel |
MembraneCreateResult.selectTunnel(Membrane current) |
Tunnel |
DelayedResult.selectTunnel(Membrane current) |