|
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) |