userName |
appearance as argument number 1 |
(documentation userName EnglishLanguage "(userName ?Name ?User) means that ?Name is the name the ComputerUser uses to identify himself or herself when logging onto a UserAccount on a computer system.") | QoSontology.kif 2062-2064 | |
(domain userName 1 UserAccount) | QoSontology.kif 2060-2060 | userName 的 1 数量 是 用户帐号 的 instance |
(domain userName 2 UserName) | QoSontology.kif 2061-2061 | userName 的 2 数量 是 用户名 的 instance |
(instance userName AsymmetricRelation) | QoSontology.kif 2059-2059 | userName 是 非对称关系 的 instance |
(subrelation userName names) | QoSontology.kif 2058-2058 | userName 是 命名 的 subrelation |
appearance as argument number 2 |
(format ChineseLanguage userName "%1 的 user name 是 %2 ") | domainEnglishFormat.kif 4898-4898 | |
(format ChineseTraditionalLanguage userName "%1 的 user name 是 %2 ") | domainEnglishFormat.kif 4897-4897 | |
(format EnglishLanguage userName "the user name of %1 is %2") | domainEnglishFormat.kif 4896-4896 | |
(termFormat EnglishLanguage userName "user name") | domainEnglishFormat.kif 65970-65970 |
antecedent |
(=> (and (instance ?CP ChangingUserName) (agent ?CP ?A) (hasAccount ?A ?UA) (userName ?UA ?N1)) (holdsDuring (ImmediateFutureFn (WhenFn ?CP)) (exists (?N2) (and (instance ?N2 UserName) (not (equal ?N2 ?N1)) (userName ?UA ?N2))))) |
ComputingBrands.kif 4101-4114 |
consequent |
(=> (and (instance ?CP ChangingUserName) (agent ?CP ?A) (hasAccount ?A ?UA) (userName ?UA ?N1)) (holdsDuring (ImmediateFutureFn (WhenFn ?CP)) (exists (?N2) (and (instance ?N2 UserName) (not (equal ?N2 ?N1)) (userName ?UA ?N2))))) |
ComputingBrands.kif 4101-4114 | |
(=> (and (instance ?CP CreatingAnAccount) (agent ?CP ?A)) (holdsDuring (ImmediateFutureFn (WhenFn ?CP)) (exists (?UA ?P1 ?N) (and (hasAccount ?A ?UA) (password ?P1 ?UA) (userName ?UA ?N))))) |
ComputingBrands.kif 4143-4153 | |
(=> (hasAccount ?User ?Account) (exists (?Name) (userName ?Account ?Name))) |
QoSontology.kif 2051-2054 | |
(=> (instance ?AID AppleID) (exists (?E) (and (instance ?E EmailAddress) (userName ?AID ?E)))) |
ComputingBrands.kif 2032-2037 |