Package org.ogf.saga.attributes

There are various places in the SAGA API where attributes need to be associated with objects, for instance for job descriptions and metrics.

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.
 

Package org.ogf.saga.attributes Description

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.



Copyright © 2014 Open Grid Forum. All rights reserved.