| ComputerDisplay(computer display) |
| appearance as argument number 1 |
|
|
| (subclass ComputerDisplay ComputerOutputDevice) | ComputerInput.kif 138-138 | Computer display is a subclass of computer output device |
| (subclass ComputerDisplay DataDisplayDevice) | ComputerInput.kif 139-139 | Computer display is a subclass of data display device |
| (documentation ComputerDisplay EnglishLanguage "A ComputerOutputDevice for displaying information on some sort of screen or other reusable visible output surface. This is contrasted with a Printer, which places a substance on a surface that is for practical purposes, permanent. A display may be part of a computer, a computer terminal, or a separate device. A single computer may be connected to multiple displays, either all remote, or one physically part of the computer and the other(s) remote.") | ComputerInput.kif 140-145 | Computer display is a subclass of data display device |
| (disjoint ComputerDisplay Printer) | ComputerInput.kif 146-146 | Computer display is disjoint from printer |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain displayedUpon 2 ComputerDisplay) | ComputerInput.kif 150-150 | The number 2 argument of displayed upon is an instance of computer display |
| antecedent |
|
|
| (=> (and (holdsDuring ?T (attribute ?X Booting)) (holdsDuring ?T2 (attribute ?X HostReady)) (equal ?T2 (ImmediateFutureFn (WhenFn ?T))) (instance ?DIS ComputerDisplay) (connectedEngineeringComponents ?DIS ?X)) (modalAttribute (exists (?HS) (and (instance ?HS HomeScreen) (displayedUpon ?HS ?DIS))) Likely)) |
ComputingBrands.kif 3138-3152 | If booting up is an attribute of X holds during Y, host ready is an attribute of X holds during Z, equal Z and immediately after the time of existence of Y, W is an instance of computer display, and W is connected to X, then the statement there exists V such that V is an instance of home screen and V is displayed on W has the modal force of likely |
|
|