GraphLab Project

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

Packages that use GraphGeneratorInterface
graphlab.plugins.graphgenerator   
graphlab.plugins.graphgenerator.core.extension   
graphlab.plugins.graphgenerator.generators   
graphlab.samples.extensions   
 

Uses of GraphGeneratorInterface in graphlab.plugins.graphgenerator
 

Methods in graphlab.plugins.graphgenerator with parameters of type GraphGeneratorInterface
static void GraphGenerator.generateGraph(GraphGeneratorInterface gen, BlackBoard blackboard, java.awt.Rectangle rect)
          generates and adds a graph from gen to current working graph
static void GraphGenerator.generateInRectangularBounds(GraphGeneratorInterface gen, BlackBoard blackboard)
          first request a GUI rectangular region from user and then generates and adds a graph from gen to current working graph
 

Uses of GraphGeneratorInterface in graphlab.plugins.graphgenerator.core.extension
 

Subinterfaces of GraphGeneratorInterface in graphlab.plugins.graphgenerator.core.extension
 interface GraphGeneratorExtension
          represents a Graph Generator
 

Uses of GraphGeneratorInterface in graphlab.plugins.graphgenerator.generators
 

Classes in graphlab.plugins.graphgenerator.generators that implement GraphGeneratorInterface
 class BananaTreeGenerator
           
 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 PrismGraph
           
 class RandomGenerator
          User: root
 class RandomTreeGenerator
          User: root
 class StarGenerator
          User: root
 class TreeGenerator
           
 class WheelGenerator
           
 

Uses of GraphGeneratorInterface in graphlab.samples.extensions
 

Classes in graphlab.samples.extensions that implement GraphGeneratorInterface
 class BinaryTreeGenerator
           
 


GraphLab Project