GraphElement(graph element) |
appearance as argument number 1 |
(documentation GraphElement ChineseLanguage "这是 Graph 的非组成部分,这些部分限于 GraphNode 和 GraphArc。") | chinese_format.kif 2340-2341 | |
(documentation GraphElement EnglishLanguage "Noncompositional parts of Graphs. These parts are restricted to GraphNodes and GraphArcs.") | Merge.kif 5823-5824 | |
(documentation GraphElement JapaneseLanguage "Graph の非合成的なパーツ。これらのパーツは、 GraphNode および GraphArc に制限されている。") | japanese_format.kif 1014-1015 | |
(externalImage GraphElement "http://upload.wikimedia.org/wikipedia/commons/ 5/ 5b/ 6n-graf.svg") | pictureList.kif 1789-1789 | |
(partition GraphElement GraphNode GraphArc) | Merge.kif 5821-5821 | Graph element is exhaustively partitioned into graph node and graph arc |
(subclass GraphElement Proposition) | Merge.kif 5820-5820 | Graph element is a subclass of proposition |
appearance as argument number 2 |
appearance as argument number 3 |
(domain graphPart 1 GraphElement) | Merge.kif 5889-5889 | The number 1 argument of graph part is an instance of graph element |
antecedent |
(=> (instance ?PART GraphElement) (exists (?GRAPH) (and (instance ?GRAPH Graph) (graphPart ?PART ?GRAPH)))) |
Merge.kif 5826-5831 |
|