ENTITY intersecting_loops_in_face SUBTYPE OF (erroneous_topology_and_geometry_relationship); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; 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.FACE']); 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; -- intersecting_loops_in_face |
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; erroneous_data - erroneous_topology_and_geometry_relationship - intersecting_loops_in_face (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; interference_tolerance: length_measure; |
Global rules for this entity data type- |
public interface EIntersecting_loops_in_face extends EErroneous_topology_and_geometry_relationshipinterference_tolerance (explicit attribute)boolean testInterference_tolerance(EIntersecting_loops_in_face type)double getInterference_tolerance(EIntersecting_loops_in_face type) void setInterference_tolerance(EIntersecting_loops_in_face type, double value) void unsetInterference_tolerance(EIntersecting_loops_in_face type) |
public class CIntersecting_loops_in_face implements EIntersecting_loops_in_facestatic EAttribute attributeInterference_tolerance(EIntersecting_loops_in_face type) |
public class AIntersecting_loops_in_face extends AEntitypublic EIntersecting_loops_in_face getByIndex(int index)public EIntersecting_loops_in_face getCurrentMember(SdaiIterator it) |