| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
_engine.object --+
|
name_space._name_space.entry --+
|
entry
|
|||
|
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, (str)arg2) -> None :
C++ signature :
void __init__(_object*,std::string)
__init__( (object)arg1, (url)arg2, (int)arg3) -> None :
C++ signature :
void __init__(_object*,saga::url,int)
__init__( (object)arg1, (str)arg2, (int)arg3) -> None :
C++ signature :
void __init__(_object*,std::string,int)
__init__( (object)arg1, (session)arg2, (url)arg3) -> None :
C++ signature :
void __init__(_object*,saga::session,saga::url)
__init__( (object)arg1, (session)arg2, (str)arg3) -> None :
C++ signature :
void __init__(_object*,saga::session,std::string)
__init__( (object)arg1, (session)arg2, (url)arg3, (int)arg4) -> None :
C++ signature :
void __init__(_object*,saga::session,saga::url,int)
__init__( (object)arg1, (session)arg2, (str)arg3, (int)arg4) -> None :
C++ signature :
void __init__(_object*,saga::session,std::string,int)
|
attribute_exists( (entry)arg1, (str)arg2) -> bool :
tests if the given attribute exists for this instance (plain)
C++ signature :
bool attribute_exists(saga::advert::entry,std::string)
attribute_exists( (entry)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::entry,saga::python::routine_type,std::string)
|
attribute_is_readonly( (entry)arg1, (str)arg2) -> bool :
tests if the given attribute is read only (plain)
C++ signature :
bool attribute_is_readonly(saga::advert::entry,std::string)
attribute_is_readonly( (entry)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::entry,saga::python::routine_type,std::string)
|
attribute_is_removable( (entry)arg1, (str)arg2) -> bool :
tests if the given attribute is removable (plain)
C++ signature :
bool attribute_is_removable(saga::advert::entry,std::string)
attribute_is_removable( (entry)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::entry,saga::python::routine_type,std::string)
|
attribute_is_vector( (entry)arg1, (str)arg2) -> bool :
tests if the given attribute is a vector attribute (plain)
C++ signature :
bool attribute_is_vector(saga::advert::entry,std::string)
attribute_is_vector( (entry)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::entry,saga::python::routine_type,std::string)
|
attribute_is_writable( (entry)arg1, (str)arg2) -> bool :
tests if the given attribute is writable (plain)
C++ signature :
bool attribute_is_writable(saga::advert::entry,std::string)
attribute_is_writable( (entry)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::entry,saga::python::routine_type,std::string)
|
find_attributes( (entry)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::entry,std::string)
find_attributes( (entry)arg1, (routine_type)arg2, (str)arg3) -> task :
find attributes matching the given pattern (task based)
C++ signature :
saga::task find_attributes(saga::advert::entry,saga::python::routine_type,std::string)
|
get_attribute( (entry)arg1, (str)arg2) -> str :
returns a (scalar) attribute associated with this object (plain)
C++ signature :
std::string get_attribute(saga::advert::entry,std::string)
get_attribute( (entry)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::entry,saga::python::routine_type,std::string)
|
get_vector_attribute( (entry)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::entry,std::string)
get_vector_attribute( (entry)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::entry,saga::python::routine_type,std::string)
|
list_attributes( (entry)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::entry)
list_attributes( (entry)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::entry,saga::python::routine_type)
|
remove_attribute( (entry)arg1, (str)arg2) -> None :
removes an attribute associated with this object (plain)
C++ signature :
void remove_attribute(saga::advert::entry,std::string)
remove_attribute( (entry)arg1, (routine_type)arg2, (str)arg3) -> task :
removes an attribute associated with this object (task based)
C++ signature :
saga::task remove_attribute(saga::advert::entry,saga::python::routine_type,std::string)
|
retrieve_object( (entry)arg1) -> object :
retrieve the the data of this advert entry as a saga object (plain)
C++ signature :
saga::object retrieve_object(saga::advert::entry)
retrieve_object( (entry)arg1, (routine_type)arg2) -> task :
retrieve the the data of this advert entry as a saga object (task based)
C++ signature :
saga::task retrieve_object(saga::advert::entry,saga::python::routine_type)
retrieve_object( (entry)arg1) -> str :
retrieve the the data of this advert entry as a string (plain)
C++ signature :
std::string retrieve_object(saga::advert::entry)
retrieve_object( (entry)arg1, (routine_type)arg2) -> task :
retrieve the the data of this advert entry as a string (task based)
C++ signature :
saga::task retrieve_object(saga::advert::entry,saga::python::routine_type)
retrieve_object( (entry)arg1, (session)arg2) -> object :
retrieve the the data of this advert entry as a saga object, use given session to instantiate the saga object (plain)
C++ signature :
saga::object retrieve_object(saga::advert::entry,saga::session)
retrieve_object( (entry)arg1, (routine_type)arg2, (session)arg3) -> task :
retrieve the the data of this advert entry as a saga object, use given session to instantiate the saga object (task based)
C++ signature :
saga::task retrieve_object(saga::advert::entry,saga::python::routine_type,saga::session)
|
retrieve_string( (entry)arg1) -> str :
retrieve the the data of this advert entry as a string (plain)
C++ signature :
std::string retrieve_string(saga::advert::entry)
retrieve_string( (entry)arg1, (routine_type)arg2) -> task :
retrieve the the data of this advert entry as a string (task based)
C++ signature :
saga::task retrieve_string(saga::advert::entry,saga::python::routine_type)
|
set_attribute( (entry)arg1, (str)arg2, (str)arg3) -> None :
sets a (scalar) attribute associated with this object (plain)
C++ signature :
void set_attribute(saga::advert::entry,std::string,std::string)
set_attribute( (entry)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::entry,saga::python::routine_type,std::string,std::string)
|
set_vector_attribute( (entry)arg1, (str)arg2, (object)arg3) -> None :
sets a (vector) attribute associated with this object (plain)
C++ signature :
void set_vector_attribute(saga::advert::entry,std::string,std::vector<std::string, std::allocator<std::string> >)
set_vector_attribute( (entry)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::entry,saga::python::routine_type,std::string,std::vector<std::string, std::allocator<std::string> >)
|
store_object( (entry)arg1, (object)arg2) -> None :
store the given saga object as the data of this advert entry (plain)
C++ signature :
void store_object(saga::advert::entry,saga::object)
store_object( (entry)arg1, (routine_type)arg2, (object)arg3) -> task :
store the given saga object as the data of this advert entry (task based)
C++ signature :
saga::task store_object(saga::advert::entry,saga::python::routine_type,saga::object)
|
store_string( (entry)arg1, (str)arg2) -> None :
store the given string as the data of this advert entry (plain)
C++ signature :
void store_string(saga::advert::entry,std::string)
store_string( (entry)arg1, (routine_type)arg2, (str)arg3) -> task :
store the given string as the data of this advert entry (task based)
C++ signature :
saga::task store_string(saga::advert::entry,saga::python::routine_type,std::string)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 28 13:25:14 2009 | http://epydoc.sourceforge.net |