Package | Description |
---|---|
edu.isi.pegasus.planner.dax |
Modifier and Type | Field and Description |
---|---|
protected List<Profile> |
CatalogType.mProfiles |
protected List<Profile> |
AbstractJob.mProfiles |
protected List<Profile> |
PFN.mProfiles |
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.clone()
Create a copy of this Profile
|
Profile |
Profile.setValue(String value)
Set the value of this Profile
|
Modifier and Type | Method and Description |
---|---|
List<Profile> |
CatalogType.getProfiles()
Return the List of
Profile objects associated with this Catalog entry |
List<Profile> |
PFN.getProfiles() |
Modifier and Type | Method and Description |
---|---|
AbstractJob |
AbstractJob.addProfile(Profile profile)
Add a Profile object
|
CatalogType |
CatalogType.addProfiles(Profile profile)
Add a Profile object to this Catalog entry
|
PFN |
PFN.addProfiles(Profile profile) |
Modifier and Type | Method and Description |
---|---|
CatalogType |
CatalogType.addProfiles(List<Profile> profiles)
Add a List of profile objects to this Catalog entry
|
AbstractJob |
AbstractJob.addProfiles(List<Profile> profiles)
Add a list of Profile objects
|
PFN |
PFN.addProfiles(List<Profile> profiles) |
Constructor and Description |
---|
Profile(Profile p)
Copy constructor
|
Copyright © 2011 The University of Southern California. All Rights Reserved.