Interface RemoteResult
-
- All Implemented Interfaces:
public interface RemoteResult
Result of RemoteSimulation.
-
-
Method Summary
Modifier and Type Method Description abstract void
saveLocally(String targetFile)
Save simulation's result in a local file. -
-
Method Detail
-
saveLocally
abstract void saveLocally(String targetFile)
Save simulation's result in a local file.
- Parameters:
targetFile
- Local file
-
-
-
-