StaticMOGroup
can be used to easily implement static (read-only) managed objects. Note: Dynamic variables (see {@link Variable#isDynamic}) cannot be used to when using default {@link VariableBinding}s since {@link Variable}s are cloned when added to them. In order to use dynamic objects (i.e., objects that may change their value when being accessed), a sub-class of {@link VariableBinding} needs to be used that overwrites its{@link VariableBinding#setVariable} method.
@author Frank Fock @version 1.2 @since 1.2
|
|