definitional_representation
EXPRESS specification:
ENTITY
definitional_representation
SUBTYPE
OF
(
representation
);
WHERE
WRD1
:
'STRUCTURAL_FRAME_SCHEMA.PARAMETRIC_REPRESENTATION_CONTEXT' IN TYPEOF( SELF\representation.context_of_items );
END_ENTITY
;
References (3):
Name
Type
Referred through
Express-G
degenerate_pcurve
Entity
Attribute 'reference_to_curve'
No Diagram
pcurve
Entity
Attribute 'reference_to_curve'
No Diagram
representation
Entity
Subtype
No Diagram
Inheritance graph
ENTITY
definitional_representation;
ENTITY
representation
;
name
:
label
;
items
:
SET
[1:?]
OF
representation_item
;
context_of_items
:
representation_context
;
DERIVE
id
:
identifier
:= get_id_value (SELF);
description
:
text
:= get_description_value (SELF);
ENTITY
definitional_representation
;
END_ENTITY
;