Uses of Class
vanetsim.scenario.KnownRSU

Packages that use KnownRSU
vanetsim.scenario   
 

Uses of KnownRSU in vanetsim.scenario
 

Methods in vanetsim.scenario that return KnownRSU
 KnownRSU[] KnownRSUsList.getFirstKnownRSU()
          Gets an hashed array with known RSUs (array length depends on the HASH_SIZE).
 KnownRSU KnownRSU.getNext()
          Returns the KnownRSU after this one.
 KnownRSU KnownRSU.getPrevious()
          Returns the KnownRSU before this one.
 

Methods in vanetsim.scenario with parameters of type KnownRSU
 void KnownRSU.setNext(KnownRSU next)
          Sets the KnownRSU after this one.
 void KnownRSU.setPrevious(KnownRSU previous)
          Sets the KnownRSU before this one.