ENTITY upper_lower_limit SUBTYPE OF (compound_representation_item); upper_limit : measure_representation_item; lower_limit : measure_representation_item; DERIVE SELF\representation_item.name : label := ?; SELF\compound_representation_item.item_element : compound_item_definition := ?; END_ENTITY; -- upper_lower_limit |
Entity data types and their attributesrepresentation_itemname: label; compound_representation_item item_element: compound_item_definition; upper_lower_limit upper_limit: measure_representation_item; lower_limit: measure_representation_item; (RT) (DER) name: label; (RT) (DER) item_element: compound_item_definition; |
Global rules for this entity data type- |
public interface EUpper_lower_limit extends ECompound_representation_itemupper_limit (explicit attribute)boolean testUpper_limit(EUpper_lower_limit type)EMeasure_representation_item getUpper_limit(EUpper_lower_limit type) void setUpper_limit(EUpper_lower_limit type, EMeasure_representation_item value) void unsetUpper_limit(EUpper_lower_limit type) lower_limit (explicit attribute)boolean testLower_limit(EUpper_lower_limit type)EMeasure_representation_item getLower_limit(EUpper_lower_limit type) void setLower_limit(EUpper_lower_limit type, EMeasure_representation_item value) void unsetLower_limit(EUpper_lower_limit type) |
public class CUpper_lower_limit implements EUpper_lower_limitstatic EAttribute attributeUpper_limit(EUpper_lower_limit type)static int usedinUpper_limit(EUpper_lower_limit type, EMeasure_representation_item instance, ASdaiModel domain, AUpper_lower_limit result) static EAttribute attributeLower_limit(EUpper_lower_limit type) static int usedinLower_limit(EUpper_lower_limit type, EMeasure_representation_item instance, ASdaiModel domain, AUpper_lower_limit result) static EAttribute attributeName(EUpper_lower_limit type) static EAttribute attributeItem_element(EUpper_lower_limit type) static int usedinItem_element(EUpper_lower_limit type, EEntity instance, ASdaiModel domain, AUpper_lower_limit result) |
public class AUpper_lower_limit extends AEntitypublic EUpper_lower_limit getByIndex(int index)public EUpper_lower_limit getCurrentMember(SdaiIterator it) |