Class AlgorithmNameParam
java.lang.Object
es.urjc.etsii.grafo.autoconfig.fill.ParameterProvider
es.urjc.etsii.grafo.autoconfig.fill.AlgorithmNameParam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate a value for the parameter of type "type" with parameter name "paramName"booleanIs this provider able to generate values for the parameter of type "type" with parameter name "paramName"?Methods inherited from class es.urjc.etsii.grafo.autoconfig.fill.ParameterProvider
toString
-
Constructor Details
-
AlgorithmNameParam
public AlgorithmNameParam()
-
-
Method Details
-
provides
Description copied from class:ParameterProviderIs this provider able to generate values for the parameter of type "type" with parameter name "paramName"?- Specified by:
providesin classParameterProvider- Parameters:
type- Class or type for which the parameter is being generated.paramName- parameter name as declared in source code- Returns:
- true if this provider will generate the corresponding value, false otherwise
- See Also:
-
getValue
Description copied from class:ParameterProviderGenerate a value for the parameter of type "type" with parameter name "paramName"- Specified by:
getValuein classParameterProvider- Parameters:
type- Class or type for which the parameter is being generated.paramName- parameter name as declared in source code- Returns:
- generated value
- See Also:
-