de.uniba.wiai.lspi.chord.com
Class ResponsibleNode

java.lang.Object
  extended by de.uniba.wiai.lspi.chord.com.ResponsibleNode

public class ResponsibleNode
extends java.lang.Object

This should connect potential responsible nodes for the particular floor.

Version:
0.99b
Author:
bojanm

Constructor Summary
ResponsibleNode(Node node, Floor floor)
           
 
Method Summary
 Floor getFloor()
           
 Node getNode()
           
 void setFloor(Floor floor)
           
 void setNode(Node node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponsibleNode

public ResponsibleNode(Node node,
                       Floor floor)
Method Detail

getNode

public Node getNode()

setNode

public void setNode(Node node)

getFloor

public Floor getFloor()

setFloor

public void setFloor(Floor floor)