GraphLab Project

Uses of Interface
graphlab.plugins.graphgenerator.core.SimpleGeneratorInterface

Packages that use SimpleGeneratorInterface
graphlab.plugins.graphgenerator   
graphlab.plugins.graphgenerator.generators   
 

Uses of SimpleGeneratorInterface in graphlab.plugins.graphgenerator
 

Methods in graphlab.plugins.graphgenerator with parameters of type SimpleGeneratorInterface
static GraphModel GraphGenerator.getGraph(boolean isDirected, SimpleGeneratorInterface gi)
          generates and return a graph from the given interface, not showing it on GUI
 

Uses of SimpleGeneratorInterface in graphlab.plugins.graphgenerator.generators
 

Classes in graphlab.plugins.graphgenerator.generators that implement SimpleGeneratorInterface
 class CircleGenerator
           
 class CmnGenerator
          User: Houshmand
 class CompleteGraphGenerator
           
 class GeneralizedPetersonGenerator
           
 class HelmGraph
          Author: Mohsen Khaki
 class KenserGraphGenerator
           
 class KmnGenerator
          User: root
 class KmnoGenerator
          Author: Saman Feghhi
 class PathGenerator
           
 class PmnGenerator
          User: Houshmand
 class RandomGenerator
          User: root
 class RandomTreeGenerator
          User: root
 class StarGenerator
          User: root
 class TreeGenerator
           
 class WheelGenerator
           
 


GraphLab Project