Modifier and Type | Class and Description |
---|---|
class |
CreationPsystemFactory
This class is intended to give support for P-systems in which only membrane
creation, evolution, dissolution and communication are allowed
|
class |
DivisionPsystemFactory
This class is intended to give support for P-systems in which only membrane
division, evolution, dissolution and communication are allowed
|
Modifier and Type | Class and Description |
---|---|
class |
ProbabilisticPsystemFactory
This class is intended to give support for Probabilistic P systems
|
Modifier and Type | Class and Description |
---|---|
class |
EvolutionCommunicationPsystemFactory |
class |
EvSymportAntiportPsystemFactory
This class is intended to give support for P-systems in which only membrane
communication and evolution are allowed
|
class |
SymportAntiportPsystemFactory
This class is intended to give support for P-systems in which only membrane
communication is allowed
|
class |
TransitionPsystemFactory
This class is intended to give support for P-systems in which only membrane
communication, evolution and cooperation are allowed
|
Modifier and Type | Class and Description |
---|---|
class |
SpikingPsystemFactory |
Modifier and Type | Class and Description |
---|---|
class |
TissueLikePsystemFactory |
class |
TSCSPsystemFactory |
Modifier and Type | Method and Description |
---|---|
IPsystemFactory |
Psystem.getAbstractPsystemFactory()
Gets the current AbstractPsystemFactory instance
|
Modifier and Type | Method and Description |
---|---|
void |
Psystem.setAbstractPsystemFactory(IPsystemFactory apf)
Sets an specific instance of PsystemFactotyInterface as the current
factory to be used
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPsystemFactory
This class is intended to be extended by a P-system factory for each
supported model.
|
Modifier and Type | Method and Description |
---|---|
static IPsystemFactory |
AbstractPsystemFactory.createAbstractPsystemFactory(java.lang.String modelName)
Creates an AbstractPsystemFactory instance according to the model name
given
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCellLikePsystemFactory |