module libsweatyballs.engine.collector;

/**
* Collector
*
* Description: Collect statistics from the Router and the Switch
* and make these available to the engine on demand
*/
public final class Collector
{
    
}