Package | Description |
---|---|
upsimulator.core | |
upsimulator.interfaces | |
upsimulator.rules.conditions | |
upsimulator.rules.results |
Modifier and Type | Class and Description |
---|---|
class |
PNumericObject
This class represents an object in numeric P system
|
class |
PObject
PObject represents the object in P systems.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Obj,java.lang.Number> |
PMembrane.getObjects() |
Modifier and Type | Method and Description |
---|---|
void |
PMembrane.addObject(Obj object,
java.lang.Number num) |
java.lang.Number |
PMembrane.getNumOf(Obj object) |
boolean |
PMembrane.reduceObject(Obj object,
java.lang.Number num) |
Modifier and Type | Method and Description |
---|---|
Obj |
Obj.deepClone()
Deep clone a
Obj . |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Obj,java.lang.Number> |
Membrane.getObjects()
Get all the objects contained in this membrane
|
Modifier and Type | Method and Description |
---|---|
void |
Membrane.addObject(Obj object,
java.lang.Number num)
Add object to this membrane
|
java.lang.Number |
Membrane.getNumOf(Obj object)
Get the quantity of object
|
boolean |
Membrane.reduceObject(Obj object,
java.lang.Number num)
Reduce object in this membrane
|
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 | Class and Description |
---|---|
class |
ObjectResult
Represents the object product in rules
|