de.jiac.micro.sunspot.aodv
Class AODVAgentElement

java.lang.Object
  extended by de.jiac.micro.sunspot.aodv.AODVAgentElement
All Implemented Interfaces:
IAgentElement, ISensor, ILifecycleAware, IMessageListener

public class AODVAgentElement
extends Object
implements ISensor, ILifecycleAware, IMessageListener

Version:
$Revision:$
Author:
Marcel Patzlaff

Constructor Summary
AODVAgentElement()
           
 
Method Summary
 void cleanup()
           
 void initialise()
           
 void processMessage(IMessage message)
           
 void setShortTermMemory(IShortTermMemory stm)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AODVAgentElement

public AODVAgentElement()
Method Detail

setShortTermMemory

public void setShortTermMemory(IShortTermMemory stm)
Specified by:
setShortTermMemory in interface ISensor

processMessage

public void processMessage(IMessage message)
Specified by:
processMessage in interface IMessageListener

cleanup

public void cleanup()
Specified by:
cleanup in interface ILifecycleAware

initialise

public void initialise()
Specified by:
initialise in interface ILifecycleAware

start

public void start()
Specified by:
start in interface ILifecycleAware

stop

public void stop()
Specified by:
stop in interface ILifecycleAware


Copyright © 2008-2011 DAI-Labor. All Rights Reserved.