SNConfiguration
public SNConfiguration(java.lang.String socialGraph,
java.util.HashMap<java.lang.String,java.lang.Object> socialGraphParameters,
java.lang.String sNTopologyManipulationScheme,
java.util.HashMap<java.lang.String,java.lang.Object> sNTopologyManipulationSchemeParameters,
java.lang.String sNEdgeWeightMappingScheme,
java.util.HashMap<java.lang.String,java.lang.Object> sNEdgeWeightMappingSchemeParameters)
An SNConfiguration contains the information relevant for the configuration of the social network in the simulation.
It is based on information in the social network configuration file, as extracted by the SNLoader
- Parameters:
socialGraph
- The qualifier for the socialGraph to use
socialGraphParameters
- The parameters relevant for the socialGraph to use
sNTopologyManipulationScheme
- The qualifier for the TopologyManipulationScheme to use
sNTopologyManipulationSchemeParameters
- The parameters relevant for the TopologyManipulationScheme to use
sNEdgeWeightMappingScheme
- The qualifier for the EdgeWeightMappingScheme to use
sNEdgeWeightMappingSchemeParameters
- The parameters for the EdgeWeightMappingScheme to use