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

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 © 2016 Open Grid Forum. All rights reserved.