GraphLab Project

Uses of Interface
graphlab.platform.parameter.Parametrizable

Packages that use Parametrizable
graphlab.extensions.actions   
graphlab.extensions.io   
graphlab.extensions.reports   
graphlab.plugins.connector   
graphlab.plugins.graphgenerator.generators   
graphlab.plugins.main.saveload.image   
graphlab.plugins.reports.basicreports   
graphlab.samples.extensions   
graphlab.ui   
 

Uses of Parametrizable in graphlab.extensions.actions
 

Classes in graphlab.extensions.actions that implement Parametrizable
 class GraphPower
           
 

Uses of Parametrizable in graphlab.extensions.io
 

Classes in graphlab.extensions.io that implement Parametrizable
 class LatexCAD
           
 class LatexWriter
           
 

Uses of Parametrizable in graphlab.extensions.reports
 

Classes in graphlab.extensions.reports that implement Parametrizable
 class ColoringReport
           
 

Uses of Parametrizable in graphlab.plugins.connector
 

Classes in graphlab.plugins.connector that implement Parametrizable
 class ConnectorReportExtension
           
 

Uses of Parametrizable in graphlab.plugins.graphgenerator.generators
 

Classes in graphlab.plugins.graphgenerator.generators that implement Parametrizable
 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 Parametrizable in graphlab.plugins.main.saveload.image
 

Classes in graphlab.plugins.main.saveload.image that implement Parametrizable
 class SaveImage
           
 

Uses of Parametrizable in graphlab.plugins.reports.basicreports
 

Classes in graphlab.plugins.reports.basicreports that implement Parametrizable
 class NumOfVerticesWithDegK
           
 

Uses of Parametrizable in graphlab.samples.extensions
 

Classes in graphlab.samples.extensions that implement Parametrizable
 class BinaryTreeGenerator
           
 class OrderKReport
           
 

Uses of Parametrizable in graphlab.ui
 

Methods in graphlab.ui with parameters of type Parametrizable
 boolean ParameterShower.show(Parametrizable p)
           
 


GraphLab Project