org.lucci.madhoc.node_memory
Class NodeMemory

java.lang.Object
  extended by org.lucci.madhoc.network.Application
      extended by org.lucci.madhoc.node_memory.NodeMemory
All Implemented Interfaces:
Configurable

public class NodeMemory
extends Application

Author:
luc.hogie

Constructor Summary
NodeMemory()
           
 
Method Summary
 void configure()
           
 void doIt(double time)
           
 java.util.Collection getKnownComputers()
           
 double getLastMeetingData(Station c)
           
 java.lang.String getName()
           
 boolean hasAlreadyMet(Station c)
           
 
Methods inherited from class org.lucci.madhoc.network.Application
getComputer, getHTMLDescription, getIcon, getIncomingMessages, getMonitor, getNeighborApplications, getSimulatedTime, sendMessage, sendMessage, setComputer, setMonitor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeMemory

public NodeMemory()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Application

doIt

public void doIt(double time)
Specified by:
doIt in class Application

hasAlreadyMet

public boolean hasAlreadyMet(Station c)

getLastMeetingData

public double getLastMeetingData(Station c)

getKnownComputers

public java.util.Collection getKnownComputers()

configure

public void configure()
               throws java.lang.Throwable
Throws:
java.lang.Throwable