ENTITY gap_between_pcurves_related_to_an_edge SUBTYPE OF (geometric_gap_in_topology); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_numerical_test; 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, ['TOPOLOGY_SCHEMA.CONNECTED_FACE_SET']); wr4: validate_locations_of_extreme_value_type(SELF, ['GEOMETRY_SCHEMA.POINT_ON_SURFACE', 'GEOMETRY_SCHEMA.POINT_ON_SURFACE']); wr5: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- gap_between_pcurves_related_to_an_edge |
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_topology_and_geometry_relationship - geometric_gap_in_topology - gap_between_pcurves_related_to_an_edge (RT) assessment_specification: shape_data_quality_assessment_by_numerical_test; |
Global rules for this entity data type- |
public interface EGap_between_pcurves_related_to_an_edge extends EGeometric_gap_in_topology |
public class CGap_between_pcurves_related_to_an_edge implements EGap_between_pcurves_related_to_an_edge |
public class AGap_between_pcurves_related_to_an_edge extends AEntitypublic EGap_between_pcurves_related_to_an_edge getByIndex(int index)public EGap_between_pcurves_related_to_an_edge getCurrentMember(SdaiIterator it) |