RepastHPC  2.3.1
Public Member Functions | List of all members
repast::KEBuilder< V, E, Ec, EcM > Class Template Reference

Buils KE type networks. More...

#include <NetworkBuilder.h>

Public Member Functions

void build (repast::Properties &props, repast::Graph< V, E, Ec, EcM > *graph)
 Builds the network. More...
 

Detailed Description

template<typename V, typename E, typename Ec, typename EcM>
class repast::KEBuilder< V, E, Ec, EcM >

Buils KE type networks.

See Klemm and Eguiluz, "Growing scale-free network with small world behavior" in Phys. Rev. E 65.

Member Function Documentation

◆ build()

template<typename V , typename E , typename Ec , typename EcM >
void repast::KEBuilder< V, E, Ec, EcM >::build ( repast::Properties props,
repast::Graph< V, E, Ec, EcM > *  graph 
)

Builds the network.

The graph should contains the vertices the build the network with and props should contain the M values.

Parameters
propsa Properties containing a property "ke.model.m" that specifies the M value.
graphthe graph to build the network

The documentation for this class was generated from the following file: