|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.griphyn.vdl.Chimera
edu.isi.pegasus.planner.invocation.Invocation
edu.isi.pegasus.planner.invocation.MachineInfo
edu.isi.pegasus.planner.invocation.CPU
public class CPU
The CPU element.
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The element name |
private StringBuffer |
mValue
The text value |
| Fields inherited from class edu.isi.pegasus.planner.invocation.MachineInfo |
|---|
mAttributeMap |
| Constructor Summary | |
|---|---|
CPU()
The default constructor |
|
CPU(String value)
Constructs a piece of data. |
|
| Method Summary | |
|---|---|
void |
appendValue(String fragment)
Appends a piece of text to the existing text. |
String |
getElementName()
Returns the name of the xml element corresponding to the object. |
String |
getValue()
Accessor |
void |
setValue(String value)
Accessor. |
| 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 |
|---|
private StringBuffer mValue
public static final String ELEMENT_NAME
| Constructor Detail |
|---|
public CPU()
public CPU(String value)
value - is the data to remember. The string may be empty,
but it must not be null.
NullPointerException - if the argument was null.| Method Detail |
|---|
public String getElementName()
getElementName in class MachineInfopublic void appendValue(String fragment)
appendValue in interface HasTextfragment - is a piece of text to append to existing text.
Appending null is a noop.public String getValue()
getValue in interface HasTextsetValue(String)public void setValue(String value)
setValue in interface HasTextvalue - is the new value to set.getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||