Uses of Class
org.graphstream.algorithm.Parameter

Packages that use Parameter
org.graphstream.algorithm   
 

Uses of Parameter in org.graphstream.algorithm
 

Methods in org.graphstream.algorithm that return Parameter
static Parameter Parameter.parameter(String key, Object value)
          Shortcut for "new Parameter(key,value)".
 

Methods in org.graphstream.algorithm with parameters of type Parameter
static void Parameter.processParameters(Object env, Parameter... params)
          Process parameters.
 

Constructors in org.graphstream.algorithm with parameters of type Parameter
Parameter.ParametersProcessor(Object obj, Parameter... parameters)
           
 



Copyright © 2012. All Rights Reserved.