Documentation of 'edu.uci.ics.jung.algorithms.generators.EvolvingGraphGenerator' Java class
EvolvingGraphGenerator
edu.uci.ics.jung.algorithms.generators

Interface EvolvingGraphGenerator<V,E>

  • All Superinterfaces:
    GraphGenerator<V,E>, com.google.common.base.Supplier<Graph<V,E>>
    All Known Implementing Classes:
    BarabasiAlbertGenerator


    public interface EvolvingGraphGenerator<V,E>
    extends GraphGenerator<V,E>
    An interface for algorithms that generate graphs that evolve iteratively.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void evolveGraph(int numSteps)
      Instructs the algorithm to evolve the graph N steps.
      int numIterations()
      Retrieves the total number of steps elapsed.
      • Methods inherited from interface com.google.common.base.Supplier

        get
    • Method Detail

      • evolveGraph

        void evolveGraph(int numSteps)
        Instructs the algorithm to evolve the graph N steps.
        Parameters:
        numSteps - number of steps to iterate from the current state
      • numIterations

        int numIterations()
        Retrieves the total number of steps elapsed.
        Returns:
        number of elapsed steps

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.