Package | Description |
---|---|
upsimulator.core | |
upsimulator.exceptions | |
upsimulator.interfaces | |
upsimulator.rules.results |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Result,java.lang.Integer> |
PTunnel.getHeldResults() |
java.util.List<Result> |
PRule.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
PRule.addResult(Result result) |
void |
PTunnel.holdResult(Result result,
int times) |
Constructor and Description |
---|
TunnelNotExistException(Membrane membrane,
Tunnel.TunnelType type,
java.lang.String tunnel,
Result result) |
Modifier and Type | Method and Description |
---|---|
Result |
Result.deepClone()
Deep clone a result
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Result,java.lang.Integer> |
Tunnel.getHeldResults() |
java.util.List<Result> |
Rule.getResults()
Get the result list of this rule
|
Modifier and Type | Method and Description |
---|---|
void |
Rule.addResult(Result result)
Add new result
|
void |
Tunnel.holdResult(Result result,
int times) |
Modifier and Type | Class and Description |
---|---|
class |
DelayedResult |
class |
MembraneCreateResult
Create a sub-membrane in one membrane
|
class |
MembraneDissolveAllResult
Dissolve a membrane by calling
Membrane.delete() . |
class |
MembraneDissolveResult |
class |
MembraneDivisionResult |
class |
MembranePropertyResult
Represents a membrane property result
|
class |
MembraneStatusResult
Represents the membrane status condition in tissue-like P system.
|
class |
ObjectResult
Represents the object product in rules
|
class |
PositionResult
A object result to a target membrane
|
Modifier and Type | Method and Description |
---|---|
Result |
DelayedResult.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
MembraneCreateResult.addResult(Result result) |
void |
DelayedResult.setResult(Result result) |
Constructor and Description |
---|
DelayedResult(Result result,
int delay) |