===== Attribute Specification ===== * {{hekate_case_hello-att.hml|attribute specification}} ==== Types ==== ^Name^Base^Domain^Length^Scale^Ordered^Desc^ |boolean|numeric|{0; 1}|- |1 |0 |boolean | |integer|numeric|[-2147483648; 2147483647]\\ |- |10 |0 |integer | |default|symbolic|none|yes |- |- | | |hour|numeric|[0; 24]\\ |- |10 |0 | | |greeting|symbolic|{Good Morning; Good Afternoon; Good Evening; Good Night}|no |- |- | | |gender|symbolic|{Female; Male}|no |- |- | | |marital_status|symbolic|{Single; Married}|no |- |- | | |age|numeric|[0; 120]\\ |- |10 |0 | | |salutation|symbolic|{Mrs.; Ms.; Mr.; Little}|no |- |- | | ==== Attributes ==== ^Name^Class^Type^Comm^Callback^Abbrev^Desc^ |GreetingConcept|simple|default|input/output| - |Gree1| | |HelloSystem|simple|default|input/output| - |Hell1| | |SalutationConcept|simple|default|input/output| - |Salu1| | |age|simple|age|input| - |age|Age of a person | |gender|simple|gender|input| - |gend1|Gender of a person | |greeting|simple|greeting|input/output| - |gree1|Greeting presented to the user | |hour|simple|hour|input| - |hour|Hour 0-24 | |marital_status|simple|marital_status|input| - |mari1|Marital status of a person | |salutation|simple|salutation|input/output| - |salu1|Salutation presented to the user | |user_message|general||output| - |user|Message displayed to the user (greeting+salutation) |