Uses of Class
org.glite.jdl.Ad

Uses of Ad in org.glite.jdl
 

Subclasses of Ad in org.glite.jdl
 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
 

Methods in org.glite.jdl that return Ad
 Ad Ad.getAd(java.lang.String attrName)
          Retrieve the Ad
 

Methods in org.glite.jdl with parameters of type Ad
 void JobAd.addAttribute(java.lang.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(java.lang.String attrName, Ad attrValue)
          Insert an attribute of Ad type
 void Ad.addAttribute(java.lang.String attrName, Ad attrValue)
          ADD ATTRIBUTE METHODS /** Allow adding a value to an already set attribute of the JobAd instance (i.e.