|
ENTITY shape_representation_with_parameters SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( QUERY ( i <* SELF . items | SIZEOF ( [ 'geometry_schema.placement' , 'geometric_tolerance_mim.measure_representation_item' , 'geometric_tolerance_mim.descriptive_representation_item' ] * TYPEOF ( i ) ) = 1 ) ) = SIZEOF ( SELF . items ) ; END_ENTITY; -- shape_representation_with_parameters |
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 - shape_representation_with_parameters - |
Global rules for this entity data type- |
public interface EShape_representation_with_parameters extends EShape_representation |
public class CShape_representation_with_parameters implements EShape_representation_with_parameters |
public class AShape_representation_with_parameters extends AEntitypublic EShape_representation_with_parameters getByIndex(int index)public EShape_representation_with_parameters getCurrentMember(SdaiIterator it) |