|
ENTITY shape_definition_representation SUBTYPE OF (property_definition_representation); WHERE wr1: ( 'product_property_definition_schema.product_definition_shape' IN TYPEOF ( SELF . definition ) ) OR ( 'product_property_definition_schema.shape_definition' IN TYPEOF ( SELF . definition . definition ) ) ; wr2: 'product_property_representation_schema.shape_representation' IN TYPEOF ( SELF . used_representation ) ; END_ENTITY; -- shape_definition_representation |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; shape_definition_representation - |
| shape_description_association (SHAPE_PROPERTY_ASSIGNMENT_XIM) |
Global rules for this entity data type- |
public interface EShape_definition_representation extends EProperty_definition_representation |
public class CShape_definition_representation implements EShape_definition_representation |
public class AShape_definition_representation extends AEntitypublic EShape_definition_representation getByIndex(int index)public EShape_definition_representation getCurrentMember(SdaiIterator it) |