![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| password |
| appearance as argument number 1 |
|
|
| (subrelation password names) | QoSontology.kif 2219-2219 | password is a subrelation of names |
| (instance password AsymmetricRelation) | QoSontology.kif 2220-2220 | password is an instance of asymmetric relation |
| (domain password 1 ComputerPassword) | QoSontology.kif 2221-2221 | The number 1 argument of password is an instance of computer password |
| (domain password 2 UserAccount) | QoSontology.kif 2222-2222 | The number 2 argument of password is an instance of user account |
| (documentation password EnglishLanguage "(password ?Password ?Account) means that ?Password is the password associated with the UserAccount that the ComputerUser uses while logging onto a computer system.") | QoSontology.kif 2224-2227 | The number 2 argument of password is an instance of user account |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| consequent |
|
|
| (=> (and (instance ?CP ChangingPassword) (agent ?CP ?A) (hasAccount ?A ?UA) (password ?P1 ?UA)) (holdsDuring (ImmediateFutureFn (WhenFn ?CP)) (exists (?P2) (and (instance ?P2 ComputerPassword) (not (equal ?P2 ?P1)) (password ?P2 ?UA))))) |
ComputingBrands.kif 3985-3998 | If X is an instance of change password, Y is an agent of X, Y has account Z, and Z has password W, then there exists V such that V is an instance of computer password, equal V, W, and Z has password V holds during immediately after the time of existence of X |
| (=> (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 4049-4059 | If X is an instance of creating an account and Y is an agent of X, then there exist Z, W, V such that Y has account Z, Z has password W, and the user name of Z is V holds during immediately after the time of existence of X |
| (=> (hasAccount ?User ?Account) (exists (?Password) (password ?Password ?Account))) |
QoSontology.kif 2212-2215 | If X has account Y, then there exists Z such that Y has password Z |