|
ENTITY range_characteristic SUBTYPE OF (representation, descriptive_representation_item); WHERE wr1: NOT ( SELF \ representation . name IN [ 'tolerance' , 'minimum tolerance' , 'maximum tolerance' , 'nominal tolerance' , 'plus minus tolerance' , 'symmetrical tolerance' , 'statistical tolerance' ] ) ; END_ENTITY; -- range_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; representation_item name: label; descriptive_representation_item description: text; range_characteristic - |
| range_characteristic_armx (CHARACTERISTIC_XIM) |
Global rules for this entity data type- |
public interface ERange_characteristic extends ERepresentation, EDescriptive_representation_item |
public class CRange_characteristic implements ERange_characteristic |
public class ARange_characteristic extends AEntitypublic ERange_characteristic getByIndex(int index)public ERange_characteristic getCurrentMember(SdaiIterator it) |