public class CellLikeMembraneFactory
extends java.lang.Object
Constructor and Description |
---|
CellLikeMembraneFactory() |
Modifier and Type | Method and Description |
---|---|
static CellLikeMembrane |
getCellLikeMembrane(Label label)
Based on Simple Factory idiom, creates a membrane which label is passed
as a parameter
|
static CellLikeMembrane |
getCellLikeMembrane(Label label,
CellLikeMembrane parentMembrane)
Based on Simple Factory idiom, creates a membrane which parent and label
are passed as parameters
|
public static CellLikeMembrane getCellLikeMembrane(Label label)
label
- the label of the membrane to createpublic static CellLikeMembrane getCellLikeMembrane(Label label, CellLikeMembrane parentMembrane)
label
- the label of the membrane to createparentMembrane
- the parent membrane of the membrane to create