Modifier and Type | Method and Description |
---|---|
static ActivationSets |
ProbabilisticPsystemFactory.getActivationSets(IRule r,
CellLikeMembrane m) |
Constructor and Description |
---|
ParteIzquierda(IRule r,
CellLikeMembrane m)
Deprecated.
|
ProbabilisticLeftHandRule(IRule rule,
CellLikeMembrane membrane) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.String> |
StaticMethods.getParents(CellLikeMembrane m) |
static java.util.Map<java.lang.String,java.lang.String> |
StaticMethods.getParents(CellLikeMembrane m,
java.util.Map<java.lang.String,java.lang.String> map) |
Modifier and Type | Class and Description |
---|---|
class |
CellLikeNoSkinMembrane
This class represents cell-like membranes which are not skin membranes
|
class |
CellLikeSkinMembrane
This class represents cell-like skin membranes
|
Modifier and Type | Method and Description |
---|---|
static CellLikeMembrane |
CellLikeMembraneFactory.getCellLikeMembrane(Label label)
Based on Simple Factory idiom, creates a membrane which label is passed
as a parameter
|
static CellLikeMembrane |
CellLikeMembraneFactory.getCellLikeMembrane(Label label,
CellLikeMembrane parentMembrane)
Based on Simple Factory idiom, creates a membrane which parent and label
are passed as parameters
|
CellLikeMembrane |
CellLikeNoSkinMembrane.getParentMembrane()
Gets the parent membrane
|
Modifier and Type | Method and Description |
---|---|
static CellLikeMembrane |
CellLikeMembraneFactory.getCellLikeMembrane(Label label,
CellLikeMembrane parentMembrane)
Based on Simple Factory idiom, creates a membrane which parent and label
are passed as parameters
|