The
isFrameworkInstance method determines the current value of the OMReactive class attribute.
SignatureOMBoolean isFrameworkInstance() const
ReturnsThe
method returns one of the following Boolean values:
- TRUE - The reactive object is
used by the framework itself.
- FALSE -
The reactive object is
not used by the framework; it is a user-defined object. This is the
default value.
NotesThe frameworkInstance attribute
can be used to model the Rational® Rhapsody® framework in terms
of itself. The default value is FALSE; you would
not normally want to change the default.