Uses of Class
org.glite.jdl.Ad

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(java.lang.String attrName)
          Retrieve the Ad
static Ad AdParser.parseJdl(java.lang.String jdl)
           
 

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.
 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.
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