ENTITY shape_criteria_representation_with_accuracy SUBTYPE OF (shape_data_quality_criteria_representation); required_general_accuracy : SET [1:?] OF shape_measurement_accuracy; END_ENTITY; -- shape_criteria_representation_with_accuracy |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; data_quality_criteria_representation - shape_data_quality_criteria_representation - shape_criteria_representation_with_accuracy required_general_accuracy: SET [1:?] OF shape_measurement_accuracy; |
Global rules for this entity data type- |
public interface EShape_criteria_representation_with_accuracy extends EShape_data_quality_criteria_representationrequired_general_accuracy (explicit attribute)boolean testRequired_general_accuracy(EShape_criteria_representation_with_accuracy type)AShape_measurement_accuracy getRequired_general_accuracy(EShape_criteria_representation_with_accuracy type) AShape_measurement_accuracy createRequired_general_accuracy(EShape_criteria_representation_with_accuracy type) void unsetRequired_general_accuracy(EShape_criteria_representation_with_accuracy type) |
public class CShape_criteria_representation_with_accuracy implements EShape_criteria_representation_with_accuracystatic EAttribute attributeRequired_general_accuracy(EShape_criteria_representation_with_accuracy type)static int usedinRequired_general_accuracy(EShape_criteria_representation_with_accuracy type, EShape_measurement_accuracy instance, ASdaiModel domain, AShape_criteria_representation_with_accuracy result) |
public class AShape_criteria_representation_with_accuracy extends AEntitypublic EShape_criteria_representation_with_accuracy getByIndex(int index)public EShape_criteria_representation_with_accuracy getCurrentMember(SdaiIterator it) |