public final class CellLikeNoSkinMembrane extends CellLikeMembrane
Modifier and Type | Method and Description |
---|---|
void |
dissolve()
Dissolves the membrane
|
ChangeableMembrane |
divide()
Divides the membrane and returns the newly obtained membrane
|
CellLikeMembrane |
getParentMembrane()
Gets the parent membrane
|
getAllMembranes, getChildMembranes, isSkinMembrane, toString
getId, getMultiSet, setCharge
equals, getCharge, getChargeSymbol, getLabel, getLabelObj, hashCode
public CellLikeMembrane getParentMembrane()
public void dissolve() throws java.lang.UnsupportedOperationException
ChangeableMembrane
dissolve
in class CellLikeMembrane
java.lang.UnsupportedOperationException
- if dissolution is no supportedCellLikeMembrane.dissolve()
public ChangeableMembrane divide() throws java.lang.UnsupportedOperationException
ChangeableMembrane
divide
in class CellLikeMembrane
java.lang.UnsupportedOperationException
- if division is no supportedCellLikeMembrane.divide()