![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| accountAtSite |
| appearance as argument number 1 |
|
|
| (instance accountAtSite BinaryPredicate) | UXExperimentalTerms.kif 624-624 | account at site is an instance of binary predicate |
| (domain accountAtSite 1 UserAccount) | UXExperimentalTerms.kif 626-626 | The number 1 argument of account at site is an instance of user account |
| (domain accountAtSite 2 WebSite) | UXExperimentalTerms.kif 627-627 | The number 2 argument of account at site is an instance of web site |
| (documentation accountAtSite EnglishLanguage "(accountAtSite ?ACCT ?SITE) means that the UserAccount ?ACCT is associate with the WebSite ?SITE.") | UXExperimentalTerms.kif 629-630 | The number 2 argument of account at site is an instance of web site |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage accountAtSite "account at site") | UXExperimentalTerms.kif 625-625 | |
| (format EnglishLanguage accountAtSite "%1 is an account at %2") | domainEnglishFormat.kif 2672-2672 | |
| (format ChineseTraditionalLanguage accountAtSite "%1 %n 是在 %2 的 account ") | domainEnglishFormat.kif 2673-2673 | |
| (format ChineseLanguage accountAtSite "%1 %n 是在 %2 的 account ") | domainEnglishFormat.kif 2674-2674 |
| antecedent |
|
|
| (=> (and (instance ?LI LoggingIn) (hasAccount ?U ?A) (accountAtSite ?A ?S) (equal ?T (ImmediateFutureFn (WhenFn ?LI))) (agent ?LI ?U)) (modalAttribute (holdsDuring ?T (exists (?P) (and (instance ?P ComputerProcess) (agent ?P ?U) (patient ?P ?S)))) Possibility)) |
ComputingBrands.kif 3878-3892 | If X is an instance of logging in, Y has account Z, Z is an account at W, equal V and immediately after the time of existence of X, and Y is an agent of X, then the statement there exists U such that U is an instance of computer process, Y is an agent of U, and W is a patient of U holds during V has the modal force of possibility |
| (=> (accountAtSite ?ACCT ?SITE) (exists (?DATABASE ?SITE_OWNER) (and (instance ?DATABASE Database) (instance ?SITE_OWNER AutonomousAgent) (possesses ?SITE_OWNER ?SITE) (possesses ?SITE_OWNER ?DATABASE) (part ?ACCT ?DATABASE)))) |
UXExperimentalTerms.kif 632-640 | If X is an account at Y, then there exist Z, ?SITE_OWNER such that Z is an instance of database, ?SITE_OWNER is an instance of agent, ?SITE_OWNER possesses Y, ?SITE_OWNER possesses Z, and X is a part of Z |
| (=> (and (accountAtSite ?ACCOUNT ?SITE) (hasAccount ?USER ?ACCOUNT)) (registeredUser ?USER ?SITE)) |
UXExperimentalTerms.kif 881-885 | If X is an account at Y and Z has account X, then Z is a registered user of Y |
| consequent |
|
|