org.opensha.commons.hpc.grid
Class GridCalculationParameters
java.lang.Object
org.opensha.commons.hpc.grid.GridCalculationParameters
- All Implemented Interfaces:
- XMLSaveable
public class GridCalculationParameters
- extends Object
- implements XMLSaveable
XML_METADATA_NAME
public static final String XML_METADATA_NAME
- See Also:
- Constant Field Values
maxWallTime
protected int maxWallTime
element
protected Element element
GridCalculationParameters
public GridCalculationParameters(int maxWallTime)
GridCalculationParameters
public GridCalculationParameters(Element parentElement,
String elemName)
toXMLMetadata
public Element toXMLMetadata(Element root)
- Specified by:
toXMLMetadata in interface XMLSaveable
toString
public String toString()
- Overrides:
toString in class Object