Package modelarium.attributes.builtins.refs
package modelarium.attributes.builtins.refs
Provides built-in reference types for resolving numeric values used by built-in
properties, events, and actions.
The classes in this package allow a value to be supplied either as a literal
constant or by dynamically reading from a property on an associated
ModelElement. This makes it possible to build
reusable built-in components whose behaviour can depend on either fixed values
or model state.
Reference types in this package are especially useful for declarative model configuration, where the same built-in action or property implementation may be reused with different value sources.
Implementations are expected to resolve values at runtime and may therefore depend on the associated model element containing the referenced attribute set and property.
-
ClassDescriptionResolves a
doublevalue in the context of aModelElement.ADoubleValueRefthat always resolves to the same literal numeric value.