edu.isi.pegasus.planner.dax
public class PFN extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Profile> |
mProfiles |
protected String |
mSite |
protected String |
mURL |
Constructor and Description |
---|
PFN(String url) |
PFN(String url,
String site) |
Modifier and Type | Method and Description |
---|---|
PFN |
addProfile(Profile.NAMESPACE namespace,
String key,
String value) |
PFN |
addProfile(String namespace,
String key,
String value) |
PFN |
addProfiles(List<Profile> profiles) |
PFN |
addProfiles(Profile profile) |
List<Profile> |
getProfiles() |
String |
getSite() |
String |
getURL() |
PFN |
setSite(String site) |
void |
toXML(edu.isi.pegasus.common.util.XMLWriter writer) |
void |
toXML(edu.isi.pegasus.common.util.XMLWriter writer,
int indent) |
public String getURL()
public String getSite()
public PFN addProfile(Profile.NAMESPACE namespace, String key, String value)
public void toXML(edu.isi.pegasus.common.util.XMLWriter writer)
public void toXML(edu.isi.pegasus.common.util.XMLWriter writer, int indent)