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 TypeClassDescriptionclass
ParameterType and StringConverter for a File type.static class
static class
static class
static class
static class
static class
static class
static class
Methods 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> void
StringConverterFactory.addConverter
(Class<T> clazz, StringConverter<T> converter) Adds a converter to the factory for the specified class.void
DefaultParameters.addConvertor
(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.void
DefaultSchema.addConvertor
(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.void
MutableParameters.addConvertor
(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.void
ParametersCreator.addConvertor
(String name, StringConverter converter) Adds a converter to convert the named parameter back and forth to a String.static String
ParameterUtils.getStringValue
(Class type, StringConverter converter, List values) Converts a list of object values to the string list representationvoid
DefaultParameterSchema.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 TypeClassDescriptionclass
Converts 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 TypeMethodDescriptionvoid
FieldPropertyDescriptor.setStringConverter
(StringConverter<?> converter) Sets the StringConverter.void
MethodPropertyDescriptor.setStringConverter
(StringConverter<?> converter) Sets the StringConverter.Constructors in repast.simphony.ui.probe with parameters of type StringConverter