saveToObj
public static ParameterCollection saveToObj(ScenarioGenerator sgGUI)
throws java.lang.IllegalAccessException,
java.lang.InstantiationException,
java.lang.reflect.InvocationTargetException,
java.lang.NoSuchMethodException
Method to save parameter input in ScenarioGenerator into an ParameterCollection instance.
- Parameters:
sgGUI
- ScenarioGenerator instance containing parameter values
- Returns:
- ParameterCollection instance storing the parameter inputs
- Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.reflect.InvocationTargetException
java.lang.NoSuchMethodException