Package | Description |
---|---|
upsimulator.core | |
upsimulator.rules.conditions | |
upsimulator.rules.results |
Modifier and Type | Class and Description |
---|---|
class |
PNumericObject
This class represents an object in numeric P system
|
Modifier and Type | Method and Description |
---|---|
PObject |
PObject.deepClone() |
Constructor and Description |
---|
PObject(PObject object) |
Modifier and Type | Class and Description |
---|---|
class |
InhibitorCondition
Inhibitor condition represents inhibitor of one rule
|
class |
ObjectCondition
Represents the object that will be consumed in reaction.
|
class |
PromoterCondition
Represents the promoter condition in one rule
|
Modifier and Type | Field and Description |
---|---|
static PObject |
RegularExpressionCondition.negativeObject |
static PObject |
RegularExpressionCondition.positiveObject |
Constructor and Description |
---|
ObjectCondition(PObject object,
int num) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectResult
Represents the object product in rules
|
Constructor and Description |
---|
ObjectResult(PObject obj) |