|
ENTITY symmetrical_tolerance_characteristic SUBTYPE OF (tolerance_characteristic); SELF\representation.items : SET [2:2] OF measure_representation_item; WHERE wr1: SIZEOF ( QUERY ( ri <* SELF \ representation . items | 'value_with_unit_extension_xim.ratio_measure_with_unit' IN TYPEOF ( ri ) ) ) = 1 ; END_ENTITY; -- symmetrical_tolerance_characteristic |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; property_value_representation - tolerance_characteristic (RT) (DER) name: label; symmetrical_tolerance_characteristic (RT) items: SET [2:2] OF measure_representation_item; |
| length_tolerance_characteristic$symmetrical_tolerance_characteristic (CHARACTERISTIC_XIM) |
Global rules for this entity data type- |
public interface ESymmetrical_tolerance_characteristic extends ETolerance_characteristic |
public class CSymmetrical_tolerance_characteristic implements ESymmetrical_tolerance_characteristic |
public class ASymmetrical_tolerance_characteristic extends AEntitypublic ESymmetrical_tolerance_characteristic getByIndex(int index)public ESymmetrical_tolerance_characteristic getCurrentMember(SdaiIterator it) |