|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbcds.phison.sim.SimGlobals<V,E>
public class SimGlobals<V,E>
Provides "contextual" data to users of the core simulator, for example modules.
Field Summary | |
---|---|
NetAvail<V,E> |
av
Objet to compute availabilities. |
java.util.Map<E,java.lang.Integer> |
cap
Capacity of links in graph g. |
java.util.Map<E,java.lang.Double> |
dist
Distance between nodes (link length), or, in more general terms, the cost of each link. |
DemandTypesReader |
dtypes
For handling "demand types". |
java.util.Set<V> |
egress_set
|
Environ |
env
Environment parameters. |
SimGraph<V,E> |
g
The graph to which the rest of the fields refer. |
java.util.Map<java.lang.String,V> |
id_to_node
|
java.util.Set<V> |
ingress_set
Ingress/egress sets. |
java.util.Map<java.lang.String,java.lang.String> |
node_label_to_id
|
PmRegistry<V,E> |
pmreg
Registry of processing modules. |
java.util.Random |
rnd_gen
Random number generator that processing modules can use. |
SimStatsCollector |
stats
Statistics collector. |
TED<V,E> |
ted
Traffic engineering database. |
java.util.Map<SimplePair<V,V>,java.lang.Double> |
trf_mat
|
ZoneMap<V,E> |
za
Zonemap (areas). |
Constructor Summary | |
---|---|
SimGlobals()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SimGraph<V,E> g
public java.util.Map<E,java.lang.Integer> cap
public java.util.Map<E,java.lang.Double> dist
public TED<V,E> ted
public java.util.Set<V> ingress_set
public java.util.Set<V> egress_set
public java.util.Map<SimplePair<V,V>,java.lang.Double> trf_mat
public ZoneMap<V,E> za
public NetAvail<V,E> av
public DemandTypesReader dtypes
public Environ env
public PmRegistry<V,E> pmreg
public java.util.Map<java.lang.String,java.lang.String> node_label_to_id
public java.util.Map<java.lang.String,V> id_to_node
public java.util.Random rnd_gen
public SimStatsCollector stats
Constructor Detail |
---|
public SimGlobals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |