|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
SagaObject | This is the base for all SAGA objects. |
This package contains the base object for almost all SAGA objects.
The language-independent SAGA specification names this object "object",
which according to the Java conventions would become "Object".
To avoid confusion with Object
, we opted to name
this base object "SagaObject".
The ObjectType
as specified in the language-independent
SAGA specification is not included in the Java language bindings.
Instead, the instanceof
operator is to be used.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |