org.grinvin.generators.graphs

Class AbstractGraphGeneratorInstance

Implemented Interfaces:
GraphGeneratorInstance

public abstract class AbstractGraphGeneratorInstance
extends java.lang.Object
implements GraphGeneratorInstance

Abstract super class of all graph generator instances.

Constructor Summary

AbstractGraphGeneratorInstance(AbstractGraphGenerator agg)

Method Summary

protected static void
createCyclicEmbedding(GraphBundle bundle)
Auxiliary method that creates a cyclic embedding for the given bundle.
String
getDescription()
String
getId()
String
getName()

Constructor Details

AbstractGraphGeneratorInstance

public AbstractGraphGeneratorInstance(AbstractGraphGenerator agg)

Method Details

createCyclicEmbedding

protected static void createCyclicEmbedding(GraphBundle bundle)
Auxiliary method that creates a cyclic embedding for the given bundle.

getDescription

public String getDescription()
Specified by:
getDescription in interface GraphGeneratorInstance

getId

public String getId()
Specified by:
getId in interface GraphGeneratorInstance

getName

public String getName()
Specified by:
getName in interface GraphGeneratorInstance