| Package | Description |
|---|---|
| org.cloudbus.cloudsim.network |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphReaderBrite
This class is just an file-reader for the special brite-format! the brite-file is structured as
followed: Node-section: NodeID, xpos, ypos, indegree, outdegree, ASid, type(router/AS)
Edge-section: EdgeID, fromNode, toNode, euclideanLength, linkDelay, linkBandwith, AS_from, AS_to,
type
|