|
| NodeAd () |
|
| NodeAd (const std::string &jdl) |
|
| NodeAd (const classad::ClassAd &classAd) |
|
| NodeAd (const NodeAd &nodead) |
|
void | operator= (const NodeAd &nodead) |
|
virtual | ~NodeAd () throw () |
|
std::vector< classad::ExprTree * > | getRemoteSandbox () |
|
std::vector< std::string > | getStringValue (const std::string &attr_name) |
|
void | addUserTag (const std::string &attr_name, const std::string &attr_value) |
|
void | checkSyntax (const std::string &attr_name, classad::Value attr_value) |
|
| JobAd () |
|
virtual | ~JobAd () throw () |
|
| JobAd (const std::string &jdl_string) |
|
| JobAd (const classad::ClassAd &classAd) |
|
| JobAd (const JobAd &jobad) |
|
void | operator= (const JobAd &jobad) |
|
void | fromClassAd (const classad::ClassAd &classAd) |
|
void | fromJobAd (const JobAd &jobad) |
|
std::string | toSubmissionString () |
|
void | toFile (const std::string &file_path) |
|
void | setLocalAccess (bool lookInto) |
|
void | setDefaultRank (const std::string &attr_value) |
|
void | setDefaultReq (const std::string &attr_value) |
|
void | setDefaultRank (classad::ExprTree *attr_value) |
|
void | setDefaultReq (classad::ExprTree *attr_value) |
|
void | setAllowedProtocols (const std::vector< std::string > &attr_value) |
|
const std::vector< std::string > | getAllowedProtocols () |
|
void | setAttributeExpr (const std::string &attr_name, const std::string &attr_value) |
|
void | setAttributeExpr (const std::string &attr_name, ExprTree *attr_value) |
|
Ad | getAd (const std::string &attr_name) |
|
std::string | getString (const std::string &attr_name) |
|
int | getInt (const std::string &attr_name) |
|
double | getDouble (const std::string &attr_name) |
|
bool | getBool (const std::string &attr_name) |
|
bool | gettoBretrieved () |
|
ExtractedAd * | getExtractedAd () |
|
virtual void | checkSyntax (const std::string &attr_name, classad::ExprTree *attr_value) |
|
void | checkMultiAttribute (const std::vector< std::string > &multi) |
|
classad::ExprTree * | delAttribute (const std::string &attr_name) |
|
void | check (const bool &restore=true) |
|
| Ad () |
|
virtual | ~Ad () throw () |
|
| Ad (const classad::ClassAd &classAd) |
|
| Ad (const std::string &jdl_string) |
|
| Ad (const Ad &jobad) |
|
virtual void | operator= (const Ad &jobad) |
|
void | fromString (const std::string &jdl_string, std::string jdl_file="") |
|
void | fromFile (const std::string &jdl_file) |
|
void | fromStream (std::istream &jdl_in) |
|
virtual std::string | toString () |
|
virtual std::string | toString (const std::string &attr_name) |
|
virtual std::string | toLines () |
|
bool | isSet () |
|
void | clear () |
|
classad::ClassAd *const | ad () |
|
bool | hasAttribute (const std::string &attr_name) |
|
void | remAttribute (const std::string &attr_name) |
|
virtual classad::ExprTree * | lookUp (const std::string &attr_name) |
|
bool | hasAttribute (const std::string &attr_name, const std::string &attr_value) |
|
std::vector< std::string > | attributes () |
|
void | merge (Ad source, bool overwrite=true) |
|
bool | hasWarnings () |
|
std::vector< std::string > | getWarnings () |
|
void | addWarning (const std::string &msg) |
|
int | getType (const std::string &attr_name) |
|
void | addAttribute (const std::string &attr_name, int attr_value) |
|
void | addAttribute (const std::string &attr_name, double attr_value) |
|
void | addAttribute (const std::string &attr_name, bool attr_value) |
|
void | addAttribute (const std::string &attr_name, const std::string &attr_value) |
|
void | addAttribute (const std::string &attr_name, const char *attr_value) |
|
void | addAttribute (const std::string &attr_name, Ad *attr_value) |
|
virtual void | setAttribute (const std::string &attr_name, int attr_value) |
|
virtual void | setAttribute (const std::string &attr_name, const std::string &attr_value) |
|
virtual void | setAttribute (const std::string &attr_name, const char *attr_value) |
|
virtual void | setAttribute (const std::string &attr_name, double attr_value) |
|
virtual void | setAttribute (const std::string &attr_name, bool attr_value) |
|
virtual void | setAttribute (const std::string &attr_name, Ad *attr_value) |
|
virtual void | setAttributeExpr (const std::string &attr_name, classad::ExprTree *attr_value) |
|
virtual std::string | getAttributeExpr (const std::string &attr_name) |
|
std::vector< int > | getIntValue (const std::string &attr_name) |
|
std::vector< double > | getDoubleValue (const std::string &attr_name) |
|
std::vector< bool > | getBoolValue (const std::string &attr_name) |
|
std::vector< std::vector
< std::string > > | getStringList (const std::string &attr_name) |
|
Provides a representation of the job description in the JDL language.
- Version
- 0.1
- Date
- 15 April 2002
- Author
- Alessandro Maraschini aless.nosp@m.andr.nosp@m.o.mar.nosp@m.asch.nosp@m.ini@d.nosp@m.atam.nosp@m.at.it