Class VolumeLayer
- java.lang.Object
-
- bio.singa.simulation.model.agents.volumelike.VolumeLayer
-
public class VolumeLayer extends Object
- Author:
- cl
-
-
Constructor Summary
Constructors Constructor Description VolumeLayer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAgent(VolumeLikeAgent agent)voidaddAgents(Collection<VolumeLikeAgent> agents)List<VolumeLikeAgent>getAgents()
-
-
-
Method Detail
-
addAgent
public void addAgent(VolumeLikeAgent agent)
-
addAgents
public void addAgents(Collection<VolumeLikeAgent> agents)
-
getAgents
public List<VolumeLikeAgent> getAgents()
-
-