GraphLab Project

Uses of Class
graphlab.platform.parameter.Parameter

Packages that use Parameter
graphlab.extensions.actions   
graphlab.extensions.io   
graphlab.extensions.reports   
graphlab.plugins.commandline.commands   
graphlab.plugins.connector   
graphlab.plugins.graphgenerator.generators   
graphlab.plugins.main.saveload.image   
graphlab.plugins.reports.basicreports   
graphlab.samples.extensions   
 

Uses of Parameter in graphlab.extensions.actions
 

Fields in graphlab.extensions.actions with annotations of type Parameter
 int GraphPower.k
           
 

Uses of Parameter in graphlab.extensions.io
 

Fields in graphlab.extensions.io with annotations of type Parameter
 java.lang.Double LatexCAD.X
           
 java.lang.Double LatexCAD.Y
           
 

Uses of Parameter in graphlab.extensions.reports
 

Fields in graphlab.extensions.reports with annotations of type Parameter
 java.lang.Boolean ColoringReport.allColorings
           
 java.lang.Integer ColoringReport.lowerBound
           
 

Uses of Parameter in graphlab.plugins.commandline.commands
 

Method parameters in graphlab.plugins.commandline.commands with annotations of type Parameter
 void EdgeCommands.addEdge(java.lang.String label1, java.lang.String label2)
           
 void EdgeCommands.addEdge(java.lang.String label1, java.lang.String label2)
           
 void VertexCommands.addVertex(int x, int y)
           
 void VertexCommands.addVertex(int x, int y)
           
 void GraphCommands.cartesian_product(GraphModel g1, GraphModel g2)
           
 void GraphCommands.cartesian_product(GraphModel g1, GraphModel g2)
           
 GraphModel GraphCommands.edge_induced(GraphModel g)
           
 java.lang.String EdgeCommands.getEdgeLabel(java.lang.String label1, java.lang.String label2)
           
 java.lang.String EdgeCommands.getEdgeLabel(java.lang.String label1, java.lang.String label2)
           
 int EdgeCommands.getEdgeWeight(java.lang.String label1, java.lang.String label2)
           
 int EdgeCommands.getEdgeWeight(java.lang.String label1, java.lang.String label2)
           
 java.lang.String NativeCommands.ghomomorph(GraphModel g1, GraphModel g2)
           
 java.lang.String NativeCommands.ghomomorph(GraphModel g1, GraphModel g2)
           
 void GraphCommands.gjoin(GraphModel g1, GraphModel g2)
           
 void GraphCommands.gjoin(GraphModel g1, GraphModel g2)
           
 GraphModel GraphCommands.gunion(GraphModel g1, GraphModel g2)
           
 GraphModel GraphCommands.gunion(GraphModel g1, GraphModel g2)
           
 GraphModel GraphCommands.induced(GraphModel g, java.lang.Object[] c)
           
 GraphModel GraphCommands.induced(GraphModel g, java.lang.Object[] c)
           
 java.lang.Boolean VertexCommands.isSelected(java.lang.String label)
           
 void GraphCommands.loadGraphML(java.lang.String fileName)
           
 void GraphCommands.product(GraphModel g1, GraphModel g2)
           
 void GraphCommands.product(GraphModel g1, GraphModel g2)
           
 void EdgeCommands.removeEdge(java.lang.String label1, java.lang.String label2)
           
 void EdgeCommands.removeEdge(java.lang.String label1, java.lang.String label2)
           
 void VertexCommands.removeVertex(java.lang.String label)
           
 void VertexCommands.replace(java.lang.String label, int x, int y)
           
 void VertexCommands.replace(java.lang.String label, int x, int y)
           
 void VertexCommands.replace(java.lang.String label, int x, int y)
           
 void VertexCommands.selectVertex(java.lang.String label)
           
 void EdgeCommands.setEdgeLabel(java.lang.String label1, java.lang.String label2, java.lang.String newLabel)
           
 void EdgeCommands.setEdgeLabel(java.lang.String label1, java.lang.String label2, java.lang.String newLabel)
           
 void EdgeCommands.setEdgeLabel(java.lang.String label1, java.lang.String label2, java.lang.String newLabel)
           
 void EdgeCommands.setEdgeWeight(java.lang.String label1, java.lang.String label2, int newWeight)
           
 void EdgeCommands.setEdgeWeight(java.lang.String label1, java.lang.String label2, int newWeight)
           
 void EdgeCommands.setEdgeWeight(java.lang.String label1, java.lang.String label2, int newWeight)
           
 void VertexCommands.setLabel(java.lang.String label, java.lang.String newlabel)
           
 void VertexCommands.setLabel(java.lang.String label, java.lang.String newlabel)
           
 void GraphCommands.showGraph(GraphModel g)
           
 

Uses of Parameter in graphlab.plugins.connector
 

Fields in graphlab.plugins.connector with annotations of type Parameter
 AttributeSet ConnectorReportExtension.atrs
           
 

Uses of Parameter in graphlab.plugins.graphgenerator.generators
 

Fields in graphlab.plugins.graphgenerator.generators with annotations of type Parameter
static java.lang.Integer RandomTreeGenerator.d
           
static java.lang.Integer KenserGraphGenerator.d
           
static java.lang.Integer TreeGenerator.degree
           
static java.lang.Integer TreeGenerator.depth
           
static java.lang.Integer RandomTreeGenerator.h
           
 int BananaTreeGenerator.k
           
static java.lang.Integer GeneralizedPetersonGenerator.k
           
static int KmnoGenerator.m
           
static java.lang.Integer KmnGenerator.m
           
static ArrayX<java.lang.String> TreeGenerator.m
           
static java.lang.Integer CmnGenerator.m
           
static java.lang.Integer PmnGenerator.m
           
static int PrismGraph.n
           
static java.lang.Integer WheelGenerator.n
           
static int KmnoGenerator.n
           
 int BananaTreeGenerator.n
           
static int HelmGraph.n
           
static java.lang.Integer KmnGenerator.n
           
static java.lang.Integer RandomTreeGenerator.n
           
static java.lang.Integer CmnGenerator.n
           
static java.lang.Integer PathGenerator.n
           
static java.lang.Integer PmnGenerator.n
           
static java.lang.Integer CompleteGraphGenerator.n
           
static java.lang.Integer StarGenerator.n
           
static java.lang.Integer KenserGraphGenerator.n
           
static java.lang.Integer GeneralizedPetersonGenerator.n
           
static java.lang.Integer RandomGenerator.numOfEdges
           
static java.lang.Integer RandomGenerator.numOfVertices
           
static int KmnoGenerator.o
           
 

Uses of Parameter in graphlab.plugins.main.saveload.image
 

Fields in graphlab.plugins.main.saveload.image with annotations of type Parameter
static java.lang.String SaveImage.extension
           
 

Uses of Parameter in graphlab.plugins.reports.basicreports
 

Fields in graphlab.plugins.reports.basicreports with annotations of type Parameter
static java.lang.Integer NumOfVerticesWithDegK.k
           
 

Uses of Parameter in graphlab.samples.extensions
 

Fields in graphlab.samples.extensions with annotations of type Parameter
 BoundedInteger BinaryTreeGenerator.depth
           
 int OrderKReport.k
           
 


GraphLab Project