Class Load
- java.lang.Object
-
- org.griphyn.vdl.Chimera
-
- edu.isi.pegasus.planner.invocation.Invocation
-
- edu.isi.pegasus.planner.invocation.MachineInfo
-
- edu.isi.pegasus.planner.invocation.Load
-
- All Implemented Interfaces:
java.io.Serializable
public class Load extends MachineInfo
The RAM element.- Version:
- $Revision$
- Author:
- Karan Vahi
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT_NAME
The element name-
Fields inherited from class edu.isi.pegasus.planner.invocation.MachineInfo
mAttributeMap
-
-
Constructor Summary
Constructors Constructor Description Load()
The default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the name of the xml element corresponding to the object.-
Methods inherited from class edu.isi.pegasus.planner.invocation.MachineInfo
addAttribute, addAttributes, get, getAttributeKeysIterator, toString, toXML
-
-
-
-
Field Detail
-
ELEMENT_NAME
public static final java.lang.String ELEMENT_NAME
The element name- See Also:
- Constant Field Values
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
Returns the name of the xml element corresponding to the object.- Specified by:
getElementName
in classMachineInfo
- Returns:
- name
-
-