|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Expressions
Expressions.FullExpression
Expressions.Initializer
Expressions.PartialEntityConstructor
represents the EXPRESS "partial entity constructor" named for a 'single entity data type'. It takes one actual parameter (AttributeBinding) for each ExplicitAttribute in the group of Attributes identified by the SingleEntityType, and binds the values to the ExplicitAttributes in order of their occurrence in the entity_declaration. The result is a PartialEntityValue of the partial entity data type that consists of exactly that one single entity data type.
|
|||
public
SingleEntityType
|
attribute_group
represents the relationship between the PartialEntityConstructor and the SingleEntityType that defines it, i.e. |
||
public
AttributeBinding
|
bindings
represents the relationship between the PartialEntityConstructor and the set of AttributeBindings it comprises. |
||
public
PartialEntityValue
|
result_value
represents the instance that results from the partial entity constructor. |
||
|
|
|||
public
SingleEntityType attribute_group
represents the relationship between the PartialEntityConstructor and the SingleEntityType that defines it, i.e. the list of explicit attributes,.
|
public
AttributeBinding bindings
represents the relationship between the PartialEntityConstructor and the set of AttributeBindings it comprises.
|
public
PartialEntityValue result_value
represents the instance that results from the partial entity constructor.
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||