Uses of Interface
repast.simphony.parameter.StringConverter
Package
Description
-
Uses of StringConverter in repast.simphony.parameter
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionAttribute.getConverter()
Gets this attribute's StringConverter.AttributeFactory.PType.getConverter()
-
Uses of StringConverter in repast.simphony.ui.parameters
Modifier and TypeFieldDescriptionprotected StringConverter<Object>
DefaultParameterBinder.converter
-
Uses of StringConverter in repast.simphony.ui.probe
Modifier and TypeClassDescriptionclass
Converts an Amount to and from a String representation.Modifier and TypeMethodDescriptionProbedPropertiesFinder.Property.getConverter()
FieldPropertyDescriptor.getStringConverter()
Gets the StringConverter, if any.MethodPropertyDescriptor.getStringConverter()
Gets the StringConverter, if any.Modifier and TypeMethodDescriptionvoid
FieldPropertyDescriptor.setStringConverter
(StringConverter<?> converter) Sets the StringConverter.void
MethodPropertyDescriptor.setStringConverter
(StringConverter<?> converter) Sets the StringConverter.