Interface EnvironmentSupportingDeformableCells
-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.Environment
,java.io.Serializable
,java.lang.Iterable
public interface EnvironmentSupportingDeformableCells<P extends Position<out P>> implements Environment<T, P>
Environment supporting deformable cells.
-
-
Method Summary
Modifier and Type Method Description abstract double
getMaxDiameterAmongCircularDeformableCells()
-
Methods inherited from class it.unibo.alchemist.model.Environment
addGlobalReaction, addLayer, addNode, addTerminator, getDimensions, getDistanceBetweenNodes, getGlobalReactions, getIncarnation, getLayer, getLayers, getLinkingRule, getNeighborhood, getNodeByID, getNodeCount, getNodes, getNodesWithinRange, getOffset, getPosition, getSimulation, getSize, getSizeInDistanceUnits, isTerminated, makePosition, moveNodeToPosition, removeGlobalReaction, removeNode, setLinkingRule, setSimulation
-
Methods inherited from class java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMaxDiameterAmongCircularDeformableCells
abstract double getMaxDiameterAmongCircularDeformableCells()
- Returns:
the biggest among the deformable cell's diameter, when not stressed.
-
-
-
-