stella.parameter
Interface CommandLineProviding
- All Known Implementing Classes:
- FlatPointing, RefractionModel
public interface CommandLineProviding
Simple interface to allow parameters to directly interact with commands.
Here, the only method directly defines the command line, the
eligable values must be parsed out of it during the command creation
process.
getCommandLine
String getCommandLine()
- Returns the command line ready to use for the
EnvironmentConfig command. The PILAR-software
expects pressure in Pa, not mbar, therefore the desired conversion is
directly applied here as the pressure is converted into a string.