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\property_definition_representation.name = 'contact ratio reference' ) ) = 1 ) AND (SIZEOF ( QUERY (pdr <* USEDIN ( SELF ,'SURFACE_CONDITIONS_MIM.'+'PROPERTY_DEFINITION_REPRESENTATION.'+ 'USED_REPRESENTATION' ) | (pdr\property_definition_representation.name = 'contact ratio reference' ) AND ('PRODUCT_DEFINITION_SCHEMA.'+ 'PRODUCT_DEFINITION' IN TYPEOF ( pdr\property_definition_representation.definition\property_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\general_property_association.base_definition ) ) AND (gpa\general_property_association.base_definition\general_property.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) |