Uses of Class
repast.simphony.parameter.ParametersCreator
Packages that use ParametersCreator
-
Uses of ParametersCreator in repast.simphony.parameter.groovy
Methods in repast.simphony.parameter.groovy with parameters of type ParametersCreatorModifier 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
Methods in repast.simphony.parameter.xml with parameters of type ParametersCreatorModifier 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.