ENTITY open_closed_shell SUBTYPE OF (erroneous_topology); SELF\shape_data_quality_criterion.assessment_specification : shape_data_quality_assessment_by_logical_test; WHERE wr1: validate_measured_data_type(SELF, 'SHAPE_DATA_QUALITY_INSPECTION_RESULT_SCHEMA.BOOLEAN_VALUE'); wr2: validate_inspected_elements_type(SELF, ['TOPOLOGY_SCHEMA.CLOSED_SHELL']); wr3: validate_locations_of_extreme_value_type(SELF, ['TOPOLOGY_SCHEMA.EDGE_CURVE']); wr4: validate_accuracy_types(SELF, []); END_ENTITY; -- open_closed_shell |
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 - open_closed_shell (RT) assessment_specification: shape_data_quality_assessment_by_logical_test; |
Global rules for this entity data type- |
public interface EOpen_closed_shell extends EErroneous_topology |
public class COpen_closed_shell implements EOpen_closed_shell |
public class AOpen_closed_shell extends AEntitypublic EOpen_closed_shell getByIndex(int index)public EOpen_closed_shell getCurrentMember(SdaiIterator it) |