|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Types
Types.GeneralizedType
Types.GeneralAggregationType
represents a GeneralizedType that is specific as to the required structure, but provides only a conformance specification for the member-type.
|
|||
public
Boolean
|
isUnique
True if isUnique is required to be True of conforming AggregationTypes; False if isUnique is required to be False. |
||
|
|
|||
public
SizeConstraint
|
lower_bound
represents the appearance of a lower-bound constraint in the syntactic designation for the general aggregation type. |
||
public
GeneralizedType
|
member_type
represents the relationship between a GeneralAggregationType and the conformance specification for the member-type. |
||
public
SizeConstraint
|
upper_bound
represents the appearance of an upper-bound constraint in syntactic designation for the general aggregation type. |
||
|
|
|||
public
Boolean isUnique
True if isUnique is required to be True of conforming AggregationTypes; False if isUnique is required to be False.
|
|
|||
public
SizeConstraint lower_bound
represents the appearance of a lower-bound constraint in the syntactic designation for the general aggregation type. If the lower-bound constraint is present, the lower-bound on a conforming AggregationType shall be greater than or equal to this value. If the lower-bound is not present or evaluates to zero, there is no conformance constraint. Unless the upper-bound specified is an explicit '0', this constraint shall appear.
|
public
GeneralizedType member_type
represents the relationship between a GeneralAggregationType and the conformance specification for the member-type.
|
public
SizeConstraint upper_bound
represents the appearance of an upper-bound constraint in syntactic designation for the general aggregation type. If the upper-bound constraint is present and does not evaluate to indeterminate ('?'), the upper-bound on a conforming AggregationType shall be less than or equal to this value. If the upper-bound is not present or evaluates to indeterminate, there is no conformance constraint. Unless the upper-bound specified is an explicit '?', this constraint shall appear.
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||