Class GraphGenerationAlgorithms

java.lang.Object
es.uam.eps.ir.relison.examples.graphgen.GraphGenerationAlgorithms

public class GraphGenerationAlgorithms
extends java.lang.Object
A list containing the names of graph generation algorithms.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String BARABASI
    Identifier for preferential attachment graph generators.
    static java.lang.String COMPLETE
    Identifier for complete graph generators.
    static java.lang.String EMPTY
    Identifier for empty graph generators.
    static java.lang.String ERDOS
    Identifier for random Erdos graph generators.
    static java.lang.String WATTS
    Identifier for Watts-Strogatz graph generators.
  • Constructor Summary

    Constructors 
    Constructor Description
    GraphGenerationAlgorithms()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait