ENTITY self_intersecting_loop SUBTYPE OF (topology_related_to_self_intersecting_geometry); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; arc_length_distance_factor : REAL; interference_tolerance : length_measure; WHERE wr1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); wr2: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.EDGE_LOOP']); wr3: validate_locations_of_extreme_value_type(SELF, ['SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'POINT_ON_EDGE_CURVE', 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.'+ 'POINT_ON_EDGE_CURVE']); wr4: validate_accuracy_types(SELF, ['MEASURE_SCHEMA.LENGTH_MEASURE']); END_ENTITY; -- self_intersecting_loop |
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 - topology_related_to_self_intersecting_geometry - self_intersecting_loop (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; arc_length_distance_factor: REAL; interference_tolerance: length_measure; |
Global rules for this entity data type- |
public interface ESelf_intersecting_loop extends ETopology_related_to_self_intersecting_geometryarc_length_distance_factor (explicit attribute)boolean testArc_length_distance_factor(ESelf_intersecting_loop type)double getArc_length_distance_factor(ESelf_intersecting_loop type) void setArc_length_distance_factor(ESelf_intersecting_loop type, double value) void unsetArc_length_distance_factor(ESelf_intersecting_loop type) interference_tolerance (explicit attribute)boolean testInterference_tolerance(ESelf_intersecting_loop type)double getInterference_tolerance(ESelf_intersecting_loop type) void setInterference_tolerance(ESelf_intersecting_loop type, double value) void unsetInterference_tolerance(ESelf_intersecting_loop type) |
public class CSelf_intersecting_loop implements ESelf_intersecting_loopstatic EAttribute attributeArc_length_distance_factor(ESelf_intersecting_loop type)static EAttribute attributeInterference_tolerance(ESelf_intersecting_loop type) |
public class ASelf_intersecting_loop extends AEntitypublic ESelf_intersecting_loop getByIndex(int index)public ESelf_intersecting_loop getCurrentMember(SdaiIterator it) |