public class Topology extends Object
Constructor and Description |
---|
Topology(int N,
int[][] connectivity,
double[][] distance) |
Modifier and Type | Method and Description |
---|---|
int[][] |
getConnectivity() |
double[][] |
getDistance() |
int |
getN() |
static Topology |
getTopology(int topologyNumber) |
public int getN()
public int[][] getConnectivity()
public double[][] getDistance()
public static Topology getTopology(int topologyNumber)
Copyright © 2017–2018. All rights reserved.