Class Circle

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class it.unibo.alchemist.model.deployments.AbstractRandomDeployment

        stream
      • Methods inherited from class it.unibo.alchemist.model.Deployment

        getAssociatedLinkingRule, iterator, stream
      • 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
    • Constructor Detail

      • Circle

        Circle(Environment<out Object, P> pm, RandomGenerator rand, int nodes, double centerX, double centerY, double radius)
        Parameters:
        pm - the Environment
        rand - the RandomGenerator
        nodes - the number of nodes
        centerX - the center x of the circle
        centerY - the center y of the circle
        radius - the radius of the circle
    • Method Detail