GraphLab Project

graphlab.plugins.graphgenerator.core.extension
Interface GraphGeneratorExtension

All Superinterfaces:
BasicExtension, Extension, GraphGeneratorInterface
All Known Implementing Classes:
BananaTreeGenerator, BinaryTreeGenerator, CircleGenerator, CmnGenerator, CompleteGraphGenerator, GeneralizedPetersonGenerator, HelmGraph, KenserGraphGenerator, KmnGenerator, KmnoGenerator, PathGenerator, PmnGenerator, PrismGraph, RandomGenerator, RandomTreeGenerator, StarGenerator, TreeGenerator, WheelGenerator

public interface GraphGeneratorExtension
extends Extension, GraphGeneratorInterface

represents a Graph Generator

Author:
azin azadi

Method Summary
 
Methods inherited from interface graphlab.platform.extension.Extension
getDescription, getName
 
Methods inherited from interface graphlab.plugins.graphgenerator.core.GraphGeneratorInterface
generateGraph
 


GraphLab Project