public abstract class TopologyManipulationScheme
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
selfReferentialTopology |
Constructor and Description |
---|
TopologyManipulationScheme(boolean selfReferentialTopology) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSelfReferential() |
abstract void |
manipulateTopology(SimulationContainer simulationContainer,
SocialGraph socialGraph)
Method to describe how the topology of a SocialGraph changes over time.
|
public TopologyManipulationScheme(boolean selfReferentialTopology)
public abstract void manipulateTopology(SimulationContainer simulationContainer, SocialGraph socialGraph)
simulationContainer
- The container the simulation runs insocialGraph
- The graph which edges are to be manipulatedpublic boolean isSelfReferential()