Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | _engine.object --+ | name_space._name_space.entry --+ | name_space._name_space.directory --+ | directory
|
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
__init__( (object)arg1, (url)arg2) -> None : C++ signature : void __init__(_object*,saga::url) __init__( (object)arg1, (url)arg2, (int)arg3) -> None : C++ signature : void __init__(_object*,saga::url,int) __init__( (object)arg1, (session)arg2, (url)arg3) -> None : C++ signature : void __init__(_object*,saga::session,saga::url) __init__( (object)arg1, (session)arg2, (url)arg3, (int)arg4) -> None : C++ signature : void __init__(_object*,saga::session,saga::url,int)
|
attribute_exists( (directory)arg1, (str)arg2) -> bool : tests if the given attribute exists for this instance (plain) C++ signature : bool attribute_exists(saga::advert::directory,std::string) attribute_exists( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute exists for this instance (task based) C++ signature : saga::task attribute_exists(saga::advert::directory,saga::python::routine_type,std::string) |
attribute_is_readonly( (directory)arg1, (str)arg2) -> bool : tests if the given attribute is read only (plain) C++ signature : bool attribute_is_readonly(saga::advert::directory,std::string) attribute_is_readonly( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is read only (task based) C++ signature : saga::task attribute_is_readonly(saga::advert::directory,saga::python::routine_type,std::string) |
attribute_is_removable( (directory)arg1, (str)arg2) -> bool : tests if the given attribute is removable (plain) C++ signature : bool attribute_is_removable(saga::advert::directory,std::string) attribute_is_removable( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is removable (task based) C++ signature : saga::task attribute_is_removable(saga::advert::directory,saga::python::routine_type,std::string) |
attribute_is_vector( (directory)arg1, (str)arg2) -> bool : tests if the given attribute is a vector attribute (plain) C++ signature : bool attribute_is_vector(saga::advert::directory,std::string) attribute_is_vector( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is a vector attribute (task based) C++ signature : saga::task attribute_is_vector(saga::advert::directory,saga::python::routine_type,std::string) |
attribute_is_writable( (directory)arg1, (str)arg2) -> bool : tests if the given attribute is writable (plain) C++ signature : bool attribute_is_writable(saga::advert::directory,std::string) attribute_is_writable( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : tests if the given attribute is writable (task based) C++ signature : saga::task attribute_is_writable(saga::advert::directory,saga::python::routine_type,std::string) |
find( (directory)arg1, (str)arg2, (object)arg3 [, (int)arg4]) -> object : finds replica entries matching the given patterns (plain) C++ signature : std::vector<saga::url, std::allocator<saga::url> > find(saga::advert::directory,std::string,std::vector<std::string, std::allocator<std::string> > [,int]) find( (directory)arg1, (routine_type)arg2, (str)arg3, (object)arg4 [, (int)arg5]) -> task : finds replica entries matching the given patterns (task based) C++ signature : saga::task find(saga::advert::directory,saga::python::routine_type,std::string,std::vector<std::string, std::allocator<std::string> > [,int])
|
find_attributes( (directory)arg1, (str)arg2) -> object : find attributes matching the given pattern (plain) C++ signature : std::vector<std::string, std::allocator<std::string> > find_attributes(saga::advert::directory,std::string) find_attributes( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : find attributes matching the given pattern (task based) C++ signature : saga::task find_attributes(saga::advert::directory,saga::python::routine_type,std::string) |
get_attribute( (directory)arg1, (str)arg2) -> str : returns a (scalar) attribute associated with this object (plain) C++ signature : std::string get_attribute(saga::advert::directory,std::string) get_attribute( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : returns a (scalar) attribute associated with this object (task based) C++ signature : saga::task get_attribute(saga::advert::directory,saga::python::routine_type,std::string) |
get_vector_attribute( (directory)arg1, (str)arg2) -> object : returns a (vector) attribute associated with this object (plain) C++ signature : std::vector<std::string, std::allocator<std::string> > get_vector_attribute(saga::advert::directory,std::string) get_vector_attribute( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : returns a (vector) attribute associated with this object (task based) C++ signature : saga::task get_vector_attribute(saga::advert::directory,saga::python::routine_type,std::string) |
list_attributes( (directory)arg1) -> object : lists the keys of all attributes associated with this object (plain) C++ signature : std::vector<std::string, std::allocator<std::string> > list_attributes(saga::advert::directory) list_attributes( (directory)arg1, (routine_type)arg2) -> task : lists the keys of all attributes associated with this object (task based) C++ signature : saga::task list_attributes(saga::advert::directory,saga::python::routine_type) |
open( (directory)arg1, (str)arg2 [, (int)arg3]) -> entry : opens the given file in this advert directory (plain) C++ signature : saga::advert::entry open(saga::advert::directory,std::string [,int]) open( (directory)arg1, (routine_type)arg2, (str)arg3 [, (int)arg4]) -> task : opens the given file in this advert directory (task based) C++ signature : saga::task open(saga::advert::directory,saga::python::routine_type,std::string [,int])
|
open_dir( (directory)arg1, (str)arg2 [, (int)arg3]) -> directory : opens the given directory in this advert directory (plain) C++ signature : saga::advert::directory open_dir(saga::advert::directory,std::string [,int]) open_dir( (directory)arg1, (routine_type)arg2, (str)arg3 [, (int)arg4]) -> task : opens the given directory in this advert directory (task based) C++ signature : saga::task open_dir(saga::advert::directory,saga::python::routine_type,std::string [,int])
|
remove_attribute( (directory)arg1, (str)arg2) -> None : removes an attribute associated with this object (plain) C++ signature : void remove_attribute(saga::advert::directory,std::string) remove_attribute( (directory)arg1, (routine_type)arg2, (str)arg3) -> task : removes an attribute associated with this object (task based) C++ signature : saga::task remove_attribute(saga::advert::directory,saga::python::routine_type,std::string) |
set_attribute( (directory)arg1, (str)arg2, (str)arg3) -> None : sets a (scalar) attribute associated with this object (plain) C++ signature : void set_attribute(saga::advert::directory,std::string,std::string) set_attribute( (directory)arg1, (routine_type)arg2, (str)arg3, (str)arg4) -> task : sets a (scalar) attribute associated with this object (task based) C++ signature : saga::task set_attribute(saga::advert::directory,saga::python::routine_type,std::string,std::string) |
set_vector_attribute( (directory)arg1, (str)arg2, (object)arg3) -> None : sets a (vector) attribute associated with this object (plain) C++ signature : void set_vector_attribute(saga::advert::directory,std::string,std::vector<std::string, std::allocator<std::string> >) set_vector_attribute( (directory)arg1, (routine_type)arg2, (str)arg3, (object)arg4) -> task : sets a (vector) attribute associated with this object (task based) C++ signature : saga::task set_vector_attribute(saga::advert::directory,saga::python::routine_type,std::string,std::vector<std::string, std::allocator<std::string> >) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 25 14:54:02 2008 | http://epydoc.sourceforge.net |