#include "boost/scoped_ptr.hpp"
#include "NodeAd.h"
#include "DAGAd.h"
#include "JdlAttributeList.h"
#include "glite/jobid/JobId.h"
#include <classad_distribution.h>
#include "extractfiles.h"
Go to the source code of this file.
Namespaces | |
namespace | glite |
namespace | glite::jdl |
Data Structures | |
struct | glite::jdl::JobIdStruct |
Used to specify the JobId of a Dag and of all its nodes recoursively (each node could be a Dag itself) name can be NULL. More... | |
class | glite::jdl::ExpDagAd |
Provide a Userinterface-friendly utilisation for DagAd class for the WMS environment The user is able to create , modify and check a DagAd in order to prepare it to the submission and to perform other simple operationsProvides a representation of the job description in the JDL language. More... |