Overview Schemas Index

SHAPE_DATA_QUALITY_CRITERIA_SCHEMA (jsdai.SShape_data_quality_criteria_schema)


ENTITY shape_measurement_accuracy;
          description : text;
          range : shape_data_quality_value_limit_type_select;
END_ENTITY; -- shape_measurement_accuracy

Entity data types and their attributes

shape_measurement_accuracy
          description: text;
          range: shape_data_quality_value_limit_type_select;

Users: by entity attributes

shape_measurement_accuracy
          shape_criteria_representation_with_accuracy.required_general_accuracy
          shape_data_quality_criterion_and_accuracy_association.required_specific_accuracy
          shape_inspection_result_accuracy_association.applied_specific_accuracy
          shape_inspection_result_representation_with_accuracy.applied_general_accuracy

Users: by defined types, not used by any entity attribute

shape_measurement_accuracy
          -

Global rules for this entity data type

          -

public interface EShape_measurement_accuracy extends EEntity

description (explicit attribute)

          boolean testDescription(EShape_measurement_accuracy type)
          String getDescription(EShape_measurement_accuracy type)
          void setDescription(EShape_measurement_accuracy type, String value)
          void unsetDescription(EShape_measurement_accuracy type)

range (explicit attribute)

          int testRange(EShape_measurement_accuracy type)
          case 1
              EEntity getRange(EShape_measurement_accuracy type)
              void setRange(EShape_measurement_accuracy type, EEntity value, EEntity node1)
          void unsetRange(EShape_measurement_accuracy type)

public class CShape_measurement_accuracy implements EShape_measurement_accuracy

          static EAttribute attributeDescription(EShape_measurement_accuracy type)
          static EAttribute attributeRange(EShape_measurement_accuracy type)
          static int usedinRange(EShape_measurement_accuracy type, EEntity instance, ASdaiModel domain, AShape_measurement_accuracy result)

public class AShape_measurement_accuracy extends AEntity

          public EShape_measurement_accuracy getByIndex(int index)
          public EShape_measurement_accuracy getCurrentMember(SdaiIterator it)