|
ENTITY contact_ratio_representation SUBTYPE OF (representation); WHERE wr1: ( SIZEOF ( SELF . items ) = 1 ) AND ( SIZEOF ( QUERY ( i <* SELF . items | ( SIZEOF ( [ 'surface_conditions_mim.' + 'measure_representation_item' , 'surface_conditions_mim.' + 'value_range' ] * TYPEOF ( i ) ) = 1 ) AND ( i . name = 'ratio value' ) ) ) = 1 ) ; wr2: ( SIZEOF ( QUERY ( pdr <* USEDIN ( SELF , 'surface_conditions_mim.' + 'property_definition_representation.' + 'used_representation' ) | pdr . name = 'contact ratio reference' ) ) = 1 ) AND ( SIZEOF ( QUERY ( pdr <* USEDIN ( SELF , 'surface_conditions_mim.' + 'property_definition_representation.' + 'used_representation' ) | ( pdr . name = 'contact ratio reference' ) AND ( 'product_definition_schema.' + 'product_definition' IN TYPEOF ( pdr . definition . definition ) ) ) ) = 1 ) ; wr3: ( SIZEOF ( USEDIN ( SELF , 'surface_conditions_mim.' + 'property_definition_representation.' + 'used_representation' ) ) = 1 ) AND ( SIZEOF ( QUERY ( pdr <* USEDIN ( SELF , 'surface_conditions_mim.' + 'property_definition_representation.' + 'used_representation' ) | SIZEOF ( QUERY ( gpa <* USEDIN ( pdr . definition , 'surface_conditions_mim.' + 'general_property_association.' + 'derived_definition' ) | ( 'surface_conditions_mim.' + 'general_property' IN TYPEOF ( gpa . base_definition ) ) AND ( gpa . base_definition . name = 'surface_condition' ) ) ) = 1 ) ) = 1 ) ; END_ENTITY; -- contact_ratio_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; contact_ratio_representation - |
| contact_ratio (SURFACE_CONDITIONS_XIM) |
Global rules for this entity data type- |
public interface EContact_ratio_representation extends ERepresentation |
public class CContact_ratio_representation implements EContact_ratio_representation |
public class AContact_ratio_representation extends AEntitypublic EContact_ratio_representation getByIndex(int index)public EContact_ratio_representation getCurrentMember(SdaiIterator it) |