ENTITY tactile_appearance_representation SUBTYPE OF (representation); WHERE wr1: SIZEOF ( QUERY ( i <* SELF.items | SIZEOF ( ['SURFACE_CONDITIONS_MIM.'+ 'MEASURE_REPRESENTATION_ITEM' , 'SURFACE_CONDITIONS_MIM.'+ 'VALUE_RANGE']* TYPEOF ( i ) ) <>1 )) =0; wr2: SIZEOF ( QUERY ( i <* SELF.items | name ='depth' ) ) <=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; -- tactile_appearance_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; tactile_appearance_representation - |
tactile_appearance (SURFACE_CONDITIONS_XIM) |
Global rules for this entity data type- |
public interface ETactile_appearance_representation extends ERepresentation |
public class CTactile_appearance_representation implements ETactile_appearance_representation |
public class ATactile_appearance_representation extends AEntitypublic ETactile_appearance_representation getByIndex(int index)public ETactile_appearance_representation getCurrentMember(SdaiIterator it) |