|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Ad in org.glite.jdl |
---|
Subclasses of Ad in org.glite.jdl | |
---|---|
class |
CollectionAd
|
class |
DagAd
This class is not yet functional |
class |
JobAd
Provides a representation of the job description in the JDL language and the functions for building and manipulating it. |
class |
JobState
This class stores the information related to a particular state of a checkpointable Job |
class |
Node
Provide a representetion of a DagAd Node |
class |
ParametricAd
|
Methods in org.glite.jdl that return Ad | |
---|---|
Ad |
Ad.getAd(String attrName)
Retrieve the Ad |
static Ad |
AdParser.parseJdl(String jdl)
|
Methods in org.glite.jdl with parameters of type Ad | |
---|---|
void |
Ad.addAttribute(String attrName,
Ad attrValue)
ADD ATTRIBUTE METHODS /** Allow adding a value to an already set attribute of the JobAd instance (i.e. |
void |
JobAd.addAttribute(String attrName,
Ad attrValue)
Allow adding a value to an already set attribute of the JobAd instance (i.e. |
protected static void |
Ad.copy(condor.classad.RecordExpr re,
Ad target)
Copy all the attributes of the instance into a new Ad |
void |
Ad.setAttribute(String attrName,
Ad attrValue)
Insert an attribute of Ad type |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |