MultipolePort(multipole port) |
appearance as argument number 1 |
(documentation MultipolePort EnglishLanguage "MultipoleSection that contains exactly two poles.") | engineering.kif 454-455 | |
(lexicon MultipolePort LexNoun "multipole port") | engineering.kif 457-457 | |
(lexicon MultipolePort LexNoun "port") | engineering.kif 458-458 | |
(lexicon MultipolePort LexNoun "{port of} multipole") | engineering.kif 459-459 | |
(subclass MultipolePort MultipoleSection) | engineering.kif 456-456 | Multipole port is a subclass of multipole section |
appearance as argument number 2 |
(termFormat ChineseLanguage MultipolePort "多极港") | domainEnglishFormat.kif 39269-39269 | |
(termFormat ChineseTraditionalLanguage MultipolePort "多極港") | domainEnglishFormat.kif 39268-39268 | |
(termFormat EnglishLanguage MultipolePort "multipole port") | domainEnglishFormat.kif 39267-39267 |
antecedent |
(=> (instance ?PORT MultipolePort) (not (exists (?POLE1 ?POLE2 ?POLE3) (and (instance ?POLE1 MultipolePole) (instance ?POLE2 MultipolePole) (instance ?POLE3 MultipolePole) (abstractPart ?POLE1 ?PORT) (abstractPart ?POLE2 ?PORT) (abstractPart ?POLE3 ?PORT) (not (equal ?POLE1 ?POLE2)) (not (equal ?POLE2 ?POLE3)) (not (equal ?POLE1 ?POLE3)))))) |
engineering.kif 461-473 |
|
consequent |
(=> (instance ?TWOPOLE Twopole) (exists (?PORT) (and (instance ?PORT MultipolePort) (abstractPart ?PORT ?TWOPOLE) (not (exists (?SECTION) (and (instance ?SECTION MultipoleSection) (abstractPart ?SECTION ?TWOPOLE) (not (equal ?SECTION ?PORT)))))))) |
engineering.kif 480-492 |
|