![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| AutomatedNotificationSystem(automated notification system) |
| appearance as argument number 1 |
|
|
| (documentation AutomatedNotificationSystem EnglishLanguage "An automated notification system is an AutomatedSystem that deals specifically with Notifications. It is set to send out a notification every time some criteria is met. This criteria could include the occurrence of a ReccurentTimePoint or a significant drop in one's bank account.") | Facebook.kif 676-681 | |
| (subclass AutomatedNotificationSystem AutomatedSystem) | Facebook.kif 683-683 | Automated notification system is a subclass of automated system |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage AutomatedNotificationSystem "automated notification system") | domainEnglishFormat.kif 64496-64496 |
| antecedent |
|
|
| consequent |
|
|
| (=> (instance ?BIRTHDAYNOTIFICATION BirthdayNotification) (exists (?AUTONOTIFY ?PROCESS) (and (instance ?AUTONOTIFY AutomatedNotificationSystem) (agent ?PROCESS ?AUTONOTIFY) (result ?PROCESS ?BIRTHDAYNOTIFICATION)))) |
Facebook.kif 702-708 | If X is an instance of birthday notification, then there exist Y, Z such that Y is an instance of automated notification system, Y is an agent of Z, and X is a result of Z |