Class Neighbors

All Implemented Interfaces:
Serializable

public class Neighbors extends Base
Represents Neighbors attributes (which implicity refers droplet structure)
Since:
v2.0
Author:
Jeevanandam M. (jeeva@myjeeva.com)
See Also:
  • Constructor Details

    • Neighbors

      public Neighbors()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Base
    • getNeighbors

      public List<Droplet> getNeighbors()
      Returns:
      the neighbors
    • setNeighbors

      public void setNeighbors(List<Droplet> neighbors)
      Parameters:
      neighbors - the neighbors to set