C# Class TemporalNetworksTest.ExampleData

This is a class that builds some sample temporal networks that will be used as test cases
Show file Open project: IngoScholtes/TemporalNetworks Class Usage Examples

Public Methods

Method Description
GetTestNetwork ( ) : TemporalNetwork

Returns a test network

GetTestNetwork2 ( ) : TemporalNetwork

Returns a second test network

GetTestNetwork3 ( ) : TemporalNetwork

Returns a test network suitable for testing the AggregateWindow method

GetTestNetwork4 ( ) : TemporalNetwork

Returns a test network suitable for testing the AggregateWindow method

GetTestNetwork5 ( ) : TemporalNetwork

Returns a test network in which node B should have betweenness preference 0

GetTestNetwork6 ( ) : TemporalNetwork

Returns a test network in which node B should have betweenness preference 0

GetTestNetwork_weighted_1 ( ) : TemporalNetwork

Returns a second test network

GetTestNetwork_weighted_2 ( ) : TemporalNetwork

Method Details

GetTestNetwork() public static method

Returns a test network
public static GetTestNetwork ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork2() public static method

Returns a second test network
public static GetTestNetwork2 ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork3() public static method

Returns a test network suitable for testing the AggregateWindow method
public static GetTestNetwork3 ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork4() public static method

Returns a test network suitable for testing the AggregateWindow method
public static GetTestNetwork4 ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork5() public static method

Returns a test network in which node B should have betweenness preference 0
public static GetTestNetwork5 ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork6() public static method

Returns a test network in which node B should have betweenness preference 0
public static GetTestNetwork6 ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork_weighted_1() public static method

Returns a second test network
public static GetTestNetwork_weighted_1 ( ) : TemporalNetwork
return TemporalNetwork

GetTestNetwork_weighted_2() public static method

public static GetTestNetwork_weighted_2 ( ) : TemporalNetwork
return TemporalNetwork