Uses of Class
repast.simphony.parameter.ParametersCreator
-
Uses of ParametersCreator in repast.simphony.parameter.groovy
Modifier and TypeMethodDescriptionabstract void
CustomParameterSetter.addParameters
(ParametersCreator creator) Adds the parameters that this class is responsible for to the ParametersCreator factory. -
Uses of ParametersCreator in repast.simphony.parameter.xml
Modifier and TypeMethodDescriptionvoid
ConstantBooleanSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
ConstantNumberSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
ConstantObjectSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
ConstantStringSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
ListSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
NumberSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
ObjectListSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.void
ParameterSetterCreator.addParameter
(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.