doc/BPM/graphic_editor/format.md
2025-03-03 18:30:31 +03:00

43 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Обзор форматов:
- [Unravelling Graph-Exchange File Formats](https://arxiv.org/pdf/1503.02781)
### Formats
#### 1 yEd .graphml
- [graphinout](https://github.com/Calpano/graphinout) Графический преобразователь ввода/вывода GraphML Reader/Writer на Java. [graphml](https://github.com/Calpano/graphinout/blob/main/src/main/doc/graphml.adoc)
- [Как сгенерировать файл graphml в Java. Gephi, JGraph, Prefuse и т. д.](https://stackoverflow.com/questions/23349428/how-to-generate-a-graphml-file-in-java-gephi-jgraph-prefuse-etc) 2000 долларов
- [wiki](https://ru.wikipedia.org/wiki/GraphML), см. также: GXL, Graph Modelling Language, XGMML
Детально:
- [Шокоров В.П.](https://citforum.ru/internet/xml/graphml/)
- [primer](https://citforum.ru/internet/xml/graphml/primer.shtml)
- [В.Н. Касьянов pdf](https://www.iis.nsk.su/files/item/sbor_kas_21_kasyanov_part1.pdf)
- [Представление графов и графовых моделей: базовые средства языка GraphML](https://cyberleninka.ru/article/n/predstavlenie-grafov-i-grafovyh-modeley-bazovye-sredstva-yazyka-graphml)
Viewer:
- [Opening a GRAPHML File](https://filext.com/file-extension/GRAPHML) Перетащите свой файл сюда, чтобы увидеть формат файла и предварительный просмотр вашего файла GRAPHML.
graphml viewer open source:
- [CyberPhoenix90](https://github.com/CyberPhoenix90/graphml-viewer) Библиотека для встраивания графиков graphml в вашу веб-страницу. Рендеринг с использованием SVG
- [jsdelivr.com](https://www.jsdelivr.com/)
- [yEd-GitHub chrome extension](https://site.robaone.com/blog/github-graphml-viewer)
Editor yEd:
- [yed-live](https://www.yworks.com/yed-live/)
Материалы от yworks:
- [fileformat](https://yed.yworks.com/support/manual/fileformat.html)
#### 1.1 gephi
https://gephi.org/
#### 2 JGraphT
- [JGraphT](https://coe.psu.ac.th/ad/party3/jgrapht/index.html)
- [sourceforge](https://sourceforge.net/projects/jgrapht/postdownload)
#### 3 Drawio
##### Проблемы лицензий
[drawio](https://www.reddit.com/r/opensource/comments/1g6jqhl/alternatives_for_drawio/?rdt=63088):
Исходный код, созданный нами в этом репозитории, лицензирован по измененной лицензии Apache v2. В результате этот проект не является проектом с открытым исходным кодом. Он по-прежнему Source-Available.
Однкако, видимо можно найти исходники (репозитарий) до изменения лецензии? Ведь проект jgraph вроде как FOSS.