Uses of Interface
repast.simphony.parameter.StringConverter
Packages that use StringConverter
Package
Description
-
Uses of StringConverter in repast.simphony.parameter
Classes in repast.simphony.parameter that implement StringConverterModifier and TypeClassDescriptionclassParameterType and StringConverter for a File type.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in repast.simphony.parameter that return StringConverterModifier and TypeMethodDescriptionDefaultParameterSchema.getConverter()Gets the StringConverter if any.FileParameterType.getConverter()Gets a StringConverter that can be used to convert objects of this ParameterType to and from strings.ParameterSchema.getConverter()Gets the convertor, if any, for this ParameterSchema.ParameterType.getConverter()Gets a StringConverter that can be used to convert objects of this ParameterType to and from strings.<T> StringConverter<T>StringConverterFactory.getConverter(Class<T> clazz) Get StringConverter appropriate for the specified class.Methods in repast.simphony.parameter with parameters of type StringConverterModifier and TypeMethodDescription<T> voidStringConverterFactory.addConverter(Class<T> clazz, StringConverter<T> converter) Adds a converter to the factory for the specified class.voidDefaultParameters.addConvertor(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.voidDefaultSchema.addConvertor(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.voidMutableParameters.addConvertor(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.voidParametersCreator.addConvertor(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.static StringParameterUtils.getStringValue(Class type, StringConverter converter, List values) Converts a list of object values to the string list representationvoidDefaultParameterSchema.setConvertor(StringConverter converter) Sets the converter for this schema. -
Uses of StringConverter in repast.simphony.scenario.data
Methods in repast.simphony.scenario.data that return StringConverterModifier and TypeMethodDescriptionAttribute.getConverter()Gets this attribute's StringConverter.AttributeFactory.PType.getConverter()Constructors in repast.simphony.scenario.data with parameters of type StringConverter -
Uses of StringConverter in repast.simphony.ui.parameters
Fields in repast.simphony.ui.parameters declared as StringConverterModifier and TypeFieldDescriptionprotected StringConverter<Object>DefaultParameterBinder.converter -
Uses of StringConverter in repast.simphony.ui.probe
Classes in repast.simphony.ui.probe that implement StringConverterModifier and TypeClassDescriptionclassConverts an Amount to and from a String representation.Methods in repast.simphony.ui.probe that return StringConverterModifier and TypeMethodDescriptionProbedPropertiesFinder.Property.getConverter()FieldPropertyDescriptor.getStringConverter()Gets the StringConverter, if any.MethodPropertyDescriptor.getStringConverter()Gets the StringConverter, if any.Methods in repast.simphony.ui.probe with parameters of type StringConverterModifier and TypeMethodDescriptionvoidFieldPropertyDescriptor.setStringConverter(StringConverter<?> converter) Sets the StringConverter.voidMethodPropertyDescriptor.setStringConverter(StringConverter<?> converter) Sets the StringConverter.Constructors in repast.simphony.ui.probe with parameters of type StringConverter