ENTITY shape_data_quality_inspection_result_representation SUBTYPE OF (data_quality_inspection_result_representation); WHERE wr1: SIZEOF( QUERY( q <* SELF\representation.items| 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.' + 'SHAPE_DATA_QUALITY_INSPECTION_RESULT' IN TYPEOF(q))) > 0; wr2: 'GEOMETRY_SCHEMA.GEOMETRIC_REPRESENTATION_CONTEXT' IN TYPEOF(SELF\representation.context_of_items); wr3: SIZEOF(USEDIN(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'SHAPE_DATA_QUALITY_INSPECTED_SHAPE_AND_RESULT_RELATIONSHIP.'+ 'REP_2'))>0; END_ENTITY; -- shape_data_quality_inspection_result_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; data_quality_inspection_result_representation criteria_inspected: data_quality_criteria_representation; shape_data_quality_inspection_result_representation - |
shape_inspection_result_representation_with_accuracy (SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA) |
Global rules for this entity data type- |
public interface EShape_data_quality_inspection_result_representation extends EData_quality_inspection_result_representation |
public class CShape_data_quality_inspection_result_representation implements EShape_data_quality_inspection_result_representation |
public class AShape_data_quality_inspection_result_representation extends AEntitypublic EShape_data_quality_inspection_result_representation getByIndex(int index)public EShape_data_quality_inspection_result_representation getCurrentMember(SdaiIterator it) |