public class SimulationProperties extends Object
This is a mix of SimulationParameter and SimulationInformation.
The class is only a properties container, no method to access a data directly (except to obtain name of underlying simulation).
Modifier and Type | Field and Description |
---|---|
protected Properties |
data |
protected String |
name |
Constructor and Description |
---|
SimulationProperties(String name) |
protected String name
protected Properties data
public SimulationProperties(String name) throws IOException
IOException
public Properties getData()
public String getName()
Copyright © 1999–2020 CodeLutin. All rights reserved.