ENTITY partly_overlapping_curves SUBTYPE OF (overlapping_geometry); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; interference_tolerance : length_measure; WHERE wr1: ('SHAPE_DATA_QUALITY_CRITERIA_SCHEMA.' + 'SHAPE_DATA_QUALITY_LOWER_VALUE_LIMIT' IN TYPEOF(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)) AND ('MEASURE_SCHEMA.LENGTH_MEASURE' IN value_limit_type(SELF\shape_data_quality_criterion.assessment_specification\shape_data_quality_assessment_by_numerical_test.threshold)); wr2: validate_measured_data_type(SELF, 'MEASURE_SCHEMA.LENGTH_MEASURE'); wr3: validate_inspected_elements_type(SELF, ['GEOMETRY_SCHEMA.CURVE','GEOMETRY_SCHEMA.CURVE']); wr4: validate_locations_of_extreme_value_type(SELF, ['GEOMETRY_SCHEMA.TRIMMED_CURVE','GEOMETRY_SCHEMA.TRIMMED_CURVE']); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- partly_overlapping_curves |
Entity data types and their attributesrepresentation_itemname: label; data_quality_criterion - data_quality_measurement_requirement - shape_data_quality_criterion assessment_specification: shape_data_quality_assessment_specification_select; inapt_data - inapt_geometry - overlapping_geometry - partly_overlapping_curves (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; interference_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EPartly_overlapping_curves extends EOverlapping_geometryinterference_tolerance (explicit attribute)boolean testInterference_tolerance(EPartly_overlapping_curves type)double getInterference_tolerance(EPartly_overlapping_curves type) void setInterference_tolerance(EPartly_overlapping_curves type, double value) void unsetInterference_tolerance(EPartly_overlapping_curves type) |
public class CPartly_overlapping_curves implements EPartly_overlapping_curvesstatic EAttribute attributeInterference_tolerance(EPartly_overlapping_curves type) |
public class APartly_overlapping_curves extends AEntitypublic EPartly_overlapping_curves getByIndex(int index)public EPartly_overlapping_curves getCurrentMember(SdaiIterator it) |