Class Membrane
- java.lang.Object
-
- bio.singa.simulation.model.agents.surfacelike.Membrane
-
public class Membrane extends Object
- Author:
- cl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddSegment(MembraneSegment membraneSegment)voidaddSegment(AutomatonNode node, bio.singa.mathematics.geometry.edges.LineSegment segment)booleanequals(Object o)StringgetIdentifier()CellRegiongetInnerRegion()CellRegiongetMembraneRegion()List<MembraneSegment>getSegments()inthashCode()voidsetInnerRegion(CellRegion innerRegion)voidsetMembraneRegion(CellRegion membraneRegion)
-
-
-
Constructor Detail
-
Membrane
public Membrane(String identifier)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
-
addSegment
public void addSegment(AutomatonNode node, bio.singa.mathematics.geometry.edges.LineSegment segment)
-
addSegment
public void addSegment(MembraneSegment membraneSegment)
-
getSegments
public List<MembraneSegment> getSegments()
-
getInnerRegion
public CellRegion getInnerRegion()
-
setInnerRegion
public void setInnerRegion(CellRegion innerRegion)
-
getMembraneRegion
public CellRegion getMembraneRegion()
-
setMembraneRegion
public void setMembraneRegion(CellRegion membraneRegion)
-
-