Package 

Class Point

  • All Implemented Interfaces:
    it.unibo.alchemist.loader.displacements.Displacement , java.lang.Iterable

    
    public final class Point<P extends Position<out P>>
     implements Displacement<P>
                        

    A single node in a single point.

    • Constructor Summary

      Constructors 
      Constructor Description
      Point(Environment<out Object, P> pm, double x, double y)
    • Method Summary

      Modifier and Type Method Description
      Stream<P> stream()
      • Methods inherited from class it.unibo.alchemist.loader.displacements.Displacement

        iterator
      • 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

      • Point

        Point(Environment<out Object, P> pm, double x, double y)
        Parameters:
        pm - The Environment
        x - x coordinate
        y - y coordinate