Class FileParameterType

java.lang.Object
repast.simphony.parameter.FileParameterType
All Implemented Interfaces:
ParameterType<File>, StringConverter<File>

public class FileParameterType extends Object implements ParameterType<File>, StringConverter<File>
ParameterType and StringConverter for a File type.
Author:
Nick Collier
  • Constructor Details

    • FileParameterType

      public FileParameterType()
  • Method Details