|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AsyncAttributes<T> | Task versions of all methods from the Attributes interface. |
Attributes | Provides a uniform paradigm to set and query parameters and properties of SAGA objects. |
There are various places in the SAGA API where attributes need to be
associated with objects, for instance for job descriptions and
metrics. The Attributes
interface provides a common interface for storing and retrieving attributes.
A separate interface
AsyncAttributes
is provided for objects that should implement both
Attributes
and the Async
interface
as specified in the language-independent SAGA specifications. These
objects must also provide async versions of the methods in
Attributes
. These async
versions are specified in this separate interface.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |