|
ENTITY camera_model ABSTRACT SUPERTYPE OF (ONEOF (camera_model_d2, camera_model_d3)) SUBTYPE OF (geometric_representation_item); WHERE wr1: ( SIZEOF ( USEDIN ( SELF , 'representation_schema.' + 'item_defined_transformation.' + 'transform_item_1' ) ) + SIZEOF ( USEDIN ( SELF , 'representation_schema.' + 'representation_map.mapping_origin' ) ) ) > 0 ; wr2: SIZEOF ( USEDIN ( SELF , 'presentation_appearance_schema.' + 'styled_item.item' ) ) = 0 ; END_ENTITY; -- camera_model |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; camera_model - |
| camera_model_d2 (PRESENTATION_ORGANIZATION_SCHEMA) |
| camera_model_d3 (PRESENTATION_ORGANIZATION_SCHEMA) |
Global rules for this entity data typesubtype_mandatory_camera_model (AUTOMOTIVE_DESIGN) |
public interface ECamera_model extends EGeometric_representation_item |
public class CCamera_model implements ECamera_model |
public class ACamera_model extends AEntitypublic ECamera_model getByIndex(int index)public ECamera_model getCurrentMember(SdaiIterator it) |