Uses of Interface
aim4.sim.StatCollector

Packages that use StatCollector
aim4.im.v2i.policy This package contains the implementation of various intersection control policies for the V2I intersection manager. 
aim4.im.v2i.RequestHandler This package contains the implementations of the request handlers of the V2I intersection manager. 
aim4.im.v2i.reservation This package contains the implementation of the reservation manager for the V2I intersection manager. 
 

Uses of StatCollector in aim4.im.v2i.policy
 

Methods in aim4.im.v2i.policy that return StatCollector
 StatCollector<?> TimeoutPolicy.getStatCollector()
          Get the statistic collector.
 StatCollector<?> Policy.getStatCollector()
          Get the statistic collector.
 StatCollector<BasePolicy> BasePolicy.getStatCollector()
          Get the statistic collector.
 StatCollector<AllStopPolicy> AllStopPolicy.getStatCollector()
          Get the statistic collector.
 

Constructors in aim4.im.v2i.policy with parameters of type StatCollector
BasePolicy(V2IManagerCallback im, RequestHandler requestHandler, StatCollector<BasePolicy> statCollector)
          Create a new base policy for a given V2IManagerCallback (implemented by a V2IManager) and a request handler.
 

Uses of StatCollector in aim4.im.v2i.RequestHandler
 

Classes in aim4.im.v2i.RequestHandler that implement StatCollector
static class BatchModeRequestHandler.RequestStatCollector
          The Request statistic collector.
 

Methods in aim4.im.v2i.RequestHandler that return StatCollector
 StatCollector<?> RequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> GoStraightRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> FCFSRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> BatchModeRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> ApproxStopSignRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> ApproxSimpleTrafficSignalRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> ApproxNPhasesTrafficSignalRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> Approx4PhasesTrafficSignalRequestHandler.getStatCollector()
          Get the statistic collector.
 StatCollector<?> AllStopRequestHandler.getStatCollector()
          Get the statistic collector.
 

Uses of StatCollector in aim4.im.v2i.reservation
 

Classes in aim4.im.v2i.reservation that implement StatCollector
static class ReservationGridManager.VinHistoryStatCollector
          The statistic collector for VIN history.
 

Methods in aim4.im.v2i.reservation that return StatCollector
 StatCollector<ReservationGridManager> ReservationGridManager.getStatCollector()
          Get the statistic collector.
 



Copyright © 2011. All Rights Reserved.