Operation Set<GM_Complex>
maximalComplex (), in Class GM_Object
Documentation
As a set of primitives, a GM_Complex may be contained as a set in another larger GM_Complex, referred to as a "super complex" of the original. A GM_Complex is maximal if there is no such larger super complex. The operation "maximalComplex" shall return the set of maximal GM_Complexes within which this GM_Object is contained.
GM_Object::maximalComplex() : Set<Reference<GM_Complex>
If the application schema used does not include GM_Complex, then this operation shall return a NULL value.
Protocol | | Qualification | |
Exceptions | | Size | |
Time | | Concurrency | Sequential |
Export Control | PublicAccess | | |
Preconditions
Postconditions
Semantics