|
ENTITY surface_texture_representation SUBTYPE OF (representation); WHERE wr1: SIZEOF ( QUERY ( i <* SELF . items | SIZEOF ( [ 'surface_conditions_mim.' + 'measure_representation_item' , 'surface_conditions_mim.' + 'value_range' , 'surface_conditions_mim.' + 'descriptive_representation_item' ] * TYPEOF ( i ) ) <> 1 ) ) = 0 ; wr2: ( SIZEOF ( QUERY ( i <* SELF . items | 'surface_conditions_mim.' + 'descriptive_representation_item' IN TYPEOF ( i ) ) ) = 1 ) AND ( SIZEOF ( QUERY ( i <* SELF . items | ( 'surface_conditions_mim.' + 'descriptive_representation_item' IN TYPEOF ( i ) ) AND ( i . name = 'measuring method' ) ) ) = 1 ) ; wr3: SIZEOF ( QUERY ( i <* SELF . items | SIZEOF ( [ 'surface_conditions_mim.' + 'measure_representation_item' , 'surface_conditions_mim.' + 'value_range' ] * TYPEOF ( i ) ) = 1 ) ) > 0 ; wr4: ( SIZEOF ( USEDIN ( SELF , 'surface_conditions_mim.' + 'representation_relationship.' + 'rep_1' ) ) <= 1 ) AND ( SIZEOF ( USEDIN ( SELF , 'surface_conditions_mim.' + 'representation_relationship.' + 'rep_2' ) ) = 0 ) AND ( SIZEOF ( QUERY ( rr <* USEDIN ( SELF , 'surface_conditions_mim.' + 'representation_relationship.' + 'rep_1' ) | rr . rep_2 . name = 'measuring direction' ) ) = SIZEOF ( USEDIN ( SELF , 'surface_conditions_mim.' + 'representation_relationship.' + 'rep_1' ) ) ) ; wr5: ( 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; -- surface_texture_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; surface_texture_representation - |
| surface_texture (SURFACE_CONDITIONS_XIM) |
Global rules for this entity data type- |
public interface ESurface_texture_representation extends ERepresentation |
public class CSurface_texture_representation implements ESurface_texture_representation |
public class ASurface_texture_representation extends AEntitypublic ESurface_texture_representation getByIndex(int index)public ESurface_texture_representation getCurrentMember(SdaiIterator it) |