bcds.phison.sim
Class Consts

java.lang.Object
  extended by bcds.phison.sim.Consts

public abstract class Consts
extends java.lang.Object

Define constants used by some classes associated to Sim.

It is envisioned the disappearance of these costants, particularly COST_TYPE, but for that to happen, there should be a way to specify cost functions generically.

Author:
Juan Segovia S.

Nested Class Summary
static class Consts.COST_TYPE
          Identifies the edge cost function.
static class Consts.DEBUG
          Extra flags the user can pass to the simulator.
static class Consts.TRAF_TYPE
          Type of traffic.
 
Constructor Summary
Consts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Consts

public Consts()