ComputerDisplay(computer display) |
appearance as argument number 1 |
(disjoint ComputerDisplay Printer) | ComputerInput.kif 146-146 | Computer display is disjoint from printer |
(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 disjoint from printer |
(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 |
appearance as argument number 2 |
(subclass ComputerScreen ComputerDisplay) | ComputerInput.kif 156-156 | Computer screen is a subclass of computer display |
(termFormat EnglishLanguage ComputerDisplay "computer display") | domainEnglishFormat.kif 64720-64720 | Computer screen is a subclass of computer display |
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 3231-3245 |
|