ENTITY shape_data_quality_inspected_shape_and_result_relationship SUBTYPE OF (shape_representation_relationship); SELF\representation_relationship.rep_1 : shape_representation; SELF\representation_relationship.rep_2 : shape_data_quality_inspection_result_representation; WHERE wr1: SIZEOF( using_product_definition_of_shape_representation(SELF.rep_1) * bag_to_set(inspected_product_definition(SELF.rep_2)) ) > 0; wr2: SELF.rep_1\representation.context_of_items :=: SELF.rep_2\representation.context_of_items; END_ENTITY; -- shape_data_quality_inspected_shape_and_result_relationship |
Entity data types and their attributesrepresentation_relationshipname: label; (OPT) description: text; rep_1: representation; rep_2: representation; shape_representation_relationship - shape_data_quality_inspected_shape_and_result_relationship (RT) rep_1: shape_representation; (RT) rep_2: shape_data_quality_inspection_result_representation; |
Global rules for this entity data type- |
public interface EShape_data_quality_inspected_shape_and_result_relationship extends EShape_representation_relationship |
public class CShape_data_quality_inspected_shape_and_result_relationship implements EShape_data_quality_inspected_shape_and_result_relationship |
public class AShape_data_quality_inspected_shape_and_result_relationship extends AEntitypublic EShape_data_quality_inspected_shape_and_result_relationship getByIndex(int index)public EShape_data_quality_inspected_shape_and_result_relationship getCurrentMember(SdaiIterator it) |