|
ENTITY point_placement_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( QUERY ( i <* SELF . items | SIZEOF ( [ 'automotive_design.' + 'compound_representation_item' , 'automotive_design.' + 'mapped_item' , 'automotive_design.' + 'axis2_placement_3d' ] * TYPEOF ( i ) ) <> 1 ) ) = 0 ; wr2: SIZEOF ( QUERY ( i <* SELF . items | SIZEOF ( [ 'automotive_design.' + 'compound_representation_item' , 'automotive_design.' + 'mapped_item' ] * TYPEOF ( i ) ) = 1 ) ) > 0 ; END_ENTITY; -- point_placement_shape_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_representation - point_placement_shape_representation - |
Global rules for this entity data type- |
public interface EPoint_placement_shape_representation extends EShape_representation |
public class CPoint_placement_shape_representation implements EPoint_placement_shape_representation |
public class APoint_placement_shape_representation extends AEntitypublic EPoint_placement_shape_representation getByIndex(int index)public EPoint_placement_shape_representation getCurrentMember(SdaiIterator it) |