Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • type: indication of type of state to be imported. This may either be "directory" or "file". Note that multiple locations are supported only if type is "file".

...

  • stateLocation - Root element of a state location

...

  • readLocation - Location where the external module will read the state. This is the location (and name of file/directory) where the General Adapter writes the state.

...

  • writeLocation - Location where the external module is expected to write the state. This is the location (and name of file/directory) where the General Adapter expects to read the state.
No Format
<stateLocations type="file">
	<stateLocation>
		<readLocation>state.inp</readLocation>
		<writeLocation>state.out</writeLocation>
	</stateLocation>
</stateLocations>

...