Uses of Class
bio.singa.simulation.model.agents.volumelike.VolumeLikeAgent
-
Packages that use VolumeLikeAgent Package Description bio.singa.simulation.features bio.singa.simulation.model.agents.volumelike -
-
Uses of VolumeLikeAgent in bio.singa.simulation.features
Methods in bio.singa.simulation.features that return VolumeLikeAgent Modifier and Type Method Description VolumeLikeAgentContainmentRegion. retrieveAreaAgent(Simulation simulation) -
Uses of VolumeLikeAgent in bio.singa.simulation.model.agents.volumelike
Methods in bio.singa.simulation.model.agents.volumelike that return VolumeLikeAgent Modifier and Type Method Description static VolumeLikeAgentVolumeLikeAgentFactory. createCellCortex(Membrane cellMembrane, bio.singa.mathematics.topology.grids.rectangular.MooreRectangularDirection innerDirection, javax.measure.Quantity<javax.measure.quantity.Length> width, javax.measure.Quantity<javax.measure.quantity.Length> distance)Methods in bio.singa.simulation.model.agents.volumelike that return types with arguments of type VolumeLikeAgent Modifier and Type Method Description List<VolumeLikeAgent>VolumeLayer. getAgents()Methods in bio.singa.simulation.model.agents.volumelike with parameters of type VolumeLikeAgent Modifier and Type Method Description voidVolumeLayer. addAgent(VolumeLikeAgent agent)Method parameters in bio.singa.simulation.model.agents.volumelike with type arguments of type VolumeLikeAgent Modifier and Type Method Description voidVolumeLayer. addAgents(Collection<VolumeLikeAgent> agents)
-