23 #ifndef __RINA_NEIGHBORTABLE_H_
24 #define __RINA_NEIGHBORTABLE_H_
std::list< NeighborTableEntry > NeighborEntries
Application Process Name class.
void addNewNeighbor(const APN &apn, const APN &neighbor)
void parseConfig(cXMLElement *config)
NeighborEntries::const_iterator NeiEntryCItem
std::list< APN > APNList
APNList represents the list of APNs.
void addNeighborEntry(const APN &apn)
void updateDisplayString()
virtual void initialize()
const APNList * findNeighborsByApn(const APN &apn)
const char * ELEM_NEIGHBOR
virtual void handleMessage(cMessage *msg)
void removeNeighborEntry(const APN &apn)
const char * ELEM_NEIGHTAB
NeighborTableEntry * findNeighborEntryByApn(const APN &apn)
const APNList * findApnsByNeighbor(const APN &neighbor)
NeighborEntries::iterator NeiEntryItem