GraphLab Project

graphlab.platform.parameter
Interface Parametrizable

All Known Implementing Classes:
BananaTreeGenerator, BinaryTreeGenerator, CircleGenerator, CmnGenerator, ColoringReport, CompleteGraphGenerator, ConnectorReportExtension, GeneralizedPetersonGenerator, GraphPower, HelmGraph, KenserGraphGenerator, KmnGenerator, KmnoGenerator, LatexCAD, LatexWriter, NumOfVerticesWithDegK, OrderKReport, PathGenerator, PmnGenerator, PrismGraph, RandomGenerator, RandomTreeGenerator, SaveImage, StarGenerator, TreeGenerator, WheelGenerator

public interface Parametrizable

The basic Parametrizable interface. Extensions which implement this interface can have parametric field. which are public fields that user can set them before executing extension.

Author:
azin azadi

Method Summary
 java.lang.String checkParameters()
          checks the parameters and return an error string if the parameter values are invalid, otherwise it returns null, also if some other fields should be set after setting the parameters you can do it in this method
 

Method Detail

checkParameters

java.lang.String checkParameters()
checks the parameters and return an error string if the parameter values are invalid, otherwise it returns null, also if some other fields should be set after setting the parameters you can do it in this method


GraphLab Project