public class DelayMatrix_Float extends Object
| Modifier and Type | Field and Description |
|---|---|
protected float[][] |
mDelayMatrix
matrix holding delay information between any two nodes
|
protected int |
mTotalNodeNum
number of nodes in the distance-aware-topology
|
| Constructor and Description |
|---|
DelayMatrix_Float(TopologicalGraph graph,
boolean directed)
this constructor creates an correct initialized Float-Delay-Matrix
|
protected float[][] mDelayMatrix
protected int mTotalNodeNum
public DelayMatrix_Float(TopologicalGraph graph, boolean directed)
graph - the topological graph as source-informationdirected - true if an directed matrix should be computed, false otherwiseCopyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.