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 voidCustomParameterSetter.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 TypeMethodDescriptionvoidConstantBooleanSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidConstantNumberSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidConstantObjectSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidConstantStringSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidListSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidNumberSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidObjectListSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.voidParameterSetterCreator.addParameter(ParametersCreator creator) Adds the parameter to the specified creator based on the attributes added in init.