![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
SexualDysfunction
|
|
|
| appearance as argument number 1 |
|
|
| (subclass GUIDock GUIElement) | ComputingBrands.kif 2532-2532 | Dock is a subclass of GUI element |
| (documentation GUIDock EnglishLanguage "A GUIElement of persistent Icons along one side of the screen.") | ComputingBrands.kif 2533-2534 | Dock is a subclass of GUI element |
| (documentation GUIDock ChineseTraditionalLanguage "一個一連貫在螢幕一邊的 Icons 的 GUIElement。") | ComputingBrands.kif 2535-2535 | Dock is a subclass of GUI element |
| (documentation GUIDock ChineseLanguage "一个一连贯在萤幕一边的 Icons 的 GUIElement。") | ComputingBrands.kif 2536-2536 | Dock is a subclass of GUI element |
| (documentation GUIDock JapaneseLanguage "一側面の画面に沿った継続的なIconsのA GUIElement。") | ComputingBrands.kif 2537-2537 | Dock is a subclass of GUI element |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?G GUIDock) (exists (?I ?P ?CP) (and (instance ?CP ComputerProgram) (programRunning ?P ?CP) (instance ?I Icon) (represents ?I ?P) (orientation ?I ?G Inside)))) |
ComputingBrands.kif 2544-2552 | If X is an instance of dock, then there exist Y, Z, W such that W is an instance of computer program, W is a program running of Z, Y is an instance of icon, Y expresses Z, and Y is inside the to X |