de.cau.cs.kieler.keg.diagram.custom.random
Interface IRandomGraphGenerator

All Known Implementing Classes:
RandomGraphGenerator

public interface IRandomGraphGenerator

The interface for KEG random graph generators.

Rating red

Method Summary
 Node generate(IPropertyHolder options)
          Generates a graph using the specified options.
 

Method Detail

generate

Node generate(IPropertyHolder options)
Generates a graph using the specified options.

Parameters:
options - the options
Returns:
the graph