Package | Description |
---|---|
upsimulator.core | |
upsimulator.interfaces | |
upsimulator.rules.conditions | |
upsimulator.rules.results |
Modifier and Type | Method and Description |
---|---|
java.util.List<Condition> |
PRule.getConditions() |
Modifier and Type | Method and Description |
---|---|
void |
PRule.addCondition(Condition condition) |
Modifier and Type | Method and Description |
---|---|
Condition |
Condition.deepClone()
Deep clone this condition
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Condition> |
Rule.getConditions()
Get the condition list of this rule
|
Modifier and Type | Method and Description |
---|---|
void |
Rule.addCondition(Condition condition)
Add new condition
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanCondition
The boolean relationship of dimensions of rule
|
class |
InhibitorCondition
Inhibitor condition represents inhibitor of one rule
|
class |
MembranePropertyCondition
Membrane property represents the property condition of one rule
|
class |
MembraneStatusCondition
Represents the membrane status condition in tissue-like P system
|
class |
ObjectCondition
Represents the object that will be consumed in reaction.
|
class |
ObjectConditionsWithTarget |
class |
PriorityCondition
Represent minimum priority condition in P system.
|
class |
ProbabilisticCondition |
class |
PromoterCondition
Represents the promoter condition in one rule
|
class |
RegularExpressionCondition |
Modifier and Type | Method and Description |
---|---|
Condition |
RegularExpressionCondition.deepClone() |
Condition |
ProbabilisticCondition.deepClone() |
Modifier and Type | Class and Description |
---|---|
class |
MembraneDivisionResult |
class |
MembranePropertyResult
Represents a membrane property result
|
class |
MembraneStatusResult
Represents the membrane status condition in tissue-like P system.
|
class |
PositionResult
A object result to a target membrane
|