Uses of Class
bcds.phison.io.ZoneInfo

Packages that use ZoneInfo
bcds.phison This package defines essential graph entities, such as nodes, links and paths. 
bcds.phison.io Classes in this package deal with reading or writing files (topologies in different formats, demand type defintions, zone maps, etc.). 
 

Uses of ZoneInfo in bcds.phison
 

Methods in bcds.phison with parameters of type ZoneInfo
static double NetAvail.cableCutUnitLength(ZoneInfo z)
           
static double NetAvail.expectedCableCutsPerYear(double length, ZoneInfo z)
           
static double NetAvail.fiberAvail(double length, ZoneInfo z)
           
 

Uses of ZoneInfo in bcds.phison.io
 

Methods in bcds.phison.io that return ZoneInfo
 ZoneInfo<V,E> ZoneMap.getDefaultZone()
          Returns the default zone.
 ZoneInfo<V,E> ZoneMap.getLinkZone(E e)
          Returns the ZoneInfo to which the link e belongs.
 ZoneInfo<V,E> ZoneMap.getNodeZone(V v)
          Returns the ZoneInfo to which the node v belongs.
 ZoneInfo<V,E> ZoneMap.newDefaultZone()
          Returns a new ZoneInfo instance with the default zone id and "perfect" reliability data.
 

Methods in bcds.phison.io that return types with arguments of type ZoneInfo
 java.util.Map<java.lang.String,ZoneInfo<V,E>> ZoneMap.getZonesMap()
          Returns an unmodifiable view to the internal map used to hold the zones (and the elements in them).
 

Methods in bcds.phison.io with parameters of type ZoneInfo
 void ZoneMap.register(ZoneInfo<V,E> zinf)
          Registers a given zone, whose id zinf.id.
 

Constructors in bcds.phison.io with parameters of type ZoneInfo
ZoneInfo(java.lang.String new_id, ZoneInfo<V,E> b)
          Copy constructor.