public class EpidemicCommunityAlgorithm extends DecentralizedCommunityAlgorithm
| Constructor and Description |
|---|
EpidemicCommunityAlgorithm() |
EpidemicCommunityAlgorithm(org.graphstream.graph.Graph graph) |
EpidemicCommunityAlgorithm(org.graphstream.graph.Graph graph,
String marker) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeNode(org.graphstream.graph.Node node)
Perform computation of one iteration of the algorithm on a given node
using the epidemic label propagation algorithm.
|
attributeChanged, compute, edgeAdded, edgeAttributeAdded, edgeAttributeChanged, edgeAttributeRemoved, edgeRemoved, getMarker, getRandom, graphAttributeAdded, graphAttributeChanged, graphAttributeRemoved, graphCleared, init, init, nodeAdded, nodeAttributeAdded, nodeAttributeChanged, nodeAttributeRemoved, nodeRemoved, setMarker, setRandom, staticMode, stepBegins, terminatepublic EpidemicCommunityAlgorithm()
public EpidemicCommunityAlgorithm(org.graphstream.graph.Graph graph)
public EpidemicCommunityAlgorithm(org.graphstream.graph.Graph graph,
String marker)
public void computeNode(org.graphstream.graph.Node node)
computeNode in class DecentralizedCommunityAlgorithmnode - Copyright © 2015. All rights reserved.