edu.isi.pegasus.planner.namespace.aggregator
public abstract class Abstract extends Object implements Aggregator
VERSION| Constructor and Description |
|---|
Abstract() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
parseInt(String value,
String dflt)
Formats the String value as an integer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomputeprotected int parseInt(String value, String dflt) throws NumberFormatException
value - the value to be converted to integer.dflt - the default value to be used in case value is NaN or null.NumberFormatException - in the case when default value cannot be
converted to an int.