Class LinkNodesWithinRoutingRange

  • All Implemented Interfaces:
    it.unibo.alchemist.model.LinkingRule , java.io.Serializable

    
    public final class LinkNodesWithinRoutingRange<T>
    extends AbstractLocallyConsistentLinkingRule<T, P>
                        
    • 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
      Neighborhood<T> computeNeighborhood(Node<T> center, Environment<T, GeoPosition> environment)
      • Methods inherited from class it.unibo.alchemist.model.linkingrules.AbstractLocallyConsistentLinkingRule

        isLocallyConsistent, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LinkNodesWithinRoutingRange

        LinkNodesWithinRoutingRange(double r)
        Parameters:
        r - range
    • Method Detail

      • computeNeighborhood

         Neighborhood<T> computeNeighborhood(Node<T> center, Environment<T, GeoPosition> environment)