翻訳と辞書
Words near each other
・ Graptophyllum pictum
・ Graptophyllum repandum
・ Graptopsaltria
・ Graptopsaltria nigrofuscata
・ Graptostethus
・ Grapus
・ Grapzow
・ Graphium wallacei
・ Graphium weiskei
・ Graphium xenocles
・ Graphiuricthys
・ Graphiurus
・ GraphLab
・ Graphlets
・ Graphmatica
GraphML
・ Graphoanalysis
・ Graphocentrism
・ Graphocephala
・ Graphocephala coccinea
・ Graphocephala fennahi
・ Graphoceras
・ Graphoceratidae
・ Graphoderus
・ Graphoderus austriacus
・ Graphoderus bilineatus
・ Graphoderus zonatus
・ Graphogaster
・ Graphogaster brunnescens
・ Graphogastrini


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GraphML : ウィキペディア英語版
GraphML

GraphML is an XML-based file format for graphs. The GraphML file format results from the joint effort of the graph drawing community to define a common format for exchanging graph structure data. It uses an XML-based syntax and supports the entire range of possible graph structure constellations including directed, undirected, mixed graphs, hypergraphs, and application-specific attributes.〔.〕
==Introduction to GraphML==
A GraphML file consists of an XML file containing a graph element, within which is an unordered sequence of node and edge elements. Each node element should have a distinct id attribute, and each edge element has source and target attributes that identify the endpoints of an edge by having the same value as the id attributes of those endpoints.
Here is what a simple undirected graph with 2 nodes and one edge between them looks like:


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">







Additional features of the GraphML language allow its users to specify whether edges are directed or undirected, and to associate additional data with vertices or edges.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GraphML」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.