ENTITY shape_inspection_result_representation_with_accuracy SUBTYPE OF (shape_data_quality_inspection_result_representation); applied_general_accuracy : SET [1:?] OF shape_measurement_accuracy; END_ENTITY; -- shape_inspection_result_representation_with_accuracy |
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 applied_general_accuracy: SET [1:?] OF shape_measurement_accuracy; |
Global rules for this entity data type- |
public interface EShape_inspection_result_representation_with_accuracy extends EShape_data_quality_inspection_result_representationapplied_general_accuracy (explicit attribute)boolean testApplied_general_accuracy(EShape_inspection_result_representation_with_accuracy type)AShape_measurement_accuracy getApplied_general_accuracy(EShape_inspection_result_representation_with_accuracy type) AShape_measurement_accuracy createApplied_general_accuracy(EShape_inspection_result_representation_with_accuracy type) void unsetApplied_general_accuracy(EShape_inspection_result_representation_with_accuracy type) |
public class CShape_inspection_result_representation_with_accuracy implements EShape_inspection_result_representation_with_accuracystatic EAttribute attributeApplied_general_accuracy(EShape_inspection_result_representation_with_accuracy type)static int usedinApplied_general_accuracy(EShape_inspection_result_representation_with_accuracy type, EShape_measurement_accuracy instance, ASdaiModel domain, AShape_inspection_result_representation_with_accuracy result) |
public class AShape_inspection_result_representation_with_accuracy extends AEntitypublic EShape_inspection_result_representation_with_accuracy getByIndex(int index)public EShape_inspection_result_representation_with_accuracy getCurrentMember(SdaiIterator it) |