Package 

Class Circle

  • All Implemented Interfaces:
    it.unibo.alchemist.loader.deployments.Deployment , java.lang.Iterable

    
    public final class Circle<P extends Position<out P>>
    extends AbstractRandomDeployment<P>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Circle(Environment<out Object, P> pm, RandomGenerator rand, int nodes, double centerX, double centerY, double radius)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

        stream
      • Methods inherited from class it.unibo.alchemist.loader.deployments.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