-
- All Implemented Interfaces:
-
it.unibo.alchemist.model.interfaces.Environment,java.io.Serializable,java.lang.Iterable
public interface EnvironmentSupportingDeformableCells<P extends Position<out P>> implements Environment<Double, P>
Environment supporting deformable cells.
-
-
Method Summary
Modifier and Type Method Description abstract doublegetMaxDiameterAmongCircularDeformableCells()-
Methods inherited from class it.unibo.alchemist.model.interfaces.Environment
addLayer, addNode, addTerminator, getDimensions, getDistanceBetweenNodes, getIncarnation, getLayer, getLayers, getLinkingRule, getNeighborhood, getNodeByID, getNodeCount, getNodes, getNodesWithinRange, getOffset, getPosition, getSimulation, getSize, getSizeInDistanceUnits, isTerminated, makePosition, moveNodeToPosition, 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()
-
-
-
-