public class Membrane extends CellSection
| Constructor and Description |
|---|
Membrane(String identifier,
String name,
EnclosedCompartment innerCompartment) |
| Modifier and Type | Method and Description |
|---|---|
static Membrane |
forCompartment(EnclosedCompartment enclosedCompartment) |
EnclosedCompartment |
getInnerCompartment() |
void |
initializeNodes(AutomatonGraph automatonGraph) |
addNode, equals, getContent, getIdentifier, getName, hashCode, setContentpublic Membrane(String identifier, String name, EnclosedCompartment innerCompartment)
public static Membrane forCompartment(EnclosedCompartment enclosedCompartment)
public EnclosedCompartment getInnerCompartment()
public void initializeNodes(AutomatonGraph automatonGraph)
Copyright © 2017. All rights reserved.