Class VolumeLikeAgent
- java.lang.Object
-
- bio.singa.simulation.model.agents.volumelike.VolumeLikeAgent
-
public class VolumeLikeAgent extends Object
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description VolumeLikeAgent(bio.singa.mathematics.geometry.model.Polygon area, CellRegion cellRegion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bio.singa.mathematics.geometry.model.PolygongetArea()CellRegiongetCellRegion()voidsetArea(bio.singa.mathematics.geometry.model.Polygon area)voidsetCellRegion(CellRegion cellRegion)
-
-
-
Constructor Detail
-
VolumeLikeAgent
public VolumeLikeAgent(bio.singa.mathematics.geometry.model.Polygon area, CellRegion cellRegion)
-
-
Method Detail
-
getArea
public bio.singa.mathematics.geometry.model.Polygon getArea()
-
setArea
public void setArea(bio.singa.mathematics.geometry.model.Polygon area)
-
getCellRegion
public CellRegion getCellRegion()
-
setCellRegion
public void setCellRegion(CellRegion cellRegion)
-
-