edu.isi.pegasus.planner.invocation
Class Task

java.lang.Object
  extended by org.griphyn.vdl.Chimera
      extended by edu.isi.pegasus.planner.invocation.Invocation
          extended by edu.isi.pegasus.planner.invocation.MachineInfo
              extended by edu.isi.pegasus.planner.invocation.Task
All Implemented Interfaces:
Serializable

public class Task
extends MachineInfo

The proc element.

Version:
$Revision: 2587 $
Author:
Karan Vahi
See Also:
Serialized Form

Field Summary
static String ELEMENT_NAME
          The element name
 
Fields inherited from class edu.isi.pegasus.planner.invocation.MachineInfo
mAttributeMap
 
Constructor Summary
Task()
          The default constructor
 
Method Summary
 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
 
Methods inherited from class org.griphyn.vdl.Chimera
escape, quote, toString, toXML, toXML, writeAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
The element name

See Also:
Constant Field Values
Constructor Detail

Task

public Task()
The default constructor

Method Detail

getElementName

public String getElementName()
Returns the name of the xml element corresponding to the object.

Specified by:
getElementName in class MachineInfo
Returns:
name


Copyright © 2011 The University of Southern California. All Rights Reserved.