├── .DS_Store ├── DEXPI_examples ├── distillation_laboratory.xml └── distillation_plant.xml ├── GUI_figs ├── AD_Logo_EN_600dpi_gui.png ├── dexpi2graphML_logo.ico └── dexpi2graphML_logo.png ├── LICENSE.txt ├── Output ├── .DS_Store ├── NodeLists │ ├── .DS_Store │ └── README.md ├── errorLog │ ├── .DS_Store │ └── README.md ├── graphs_graphml │ ├── .DS_Store │ ├── complete │ │ ├── .DS_Store │ │ └── README.md │ └── noPCE │ │ ├── .DS_Store │ │ └── README.md └── graphs_plots │ ├── .DS_Store │ └── README.md ├── README.md ├── dexpi2graph_python ├── dexpi2graphML-ad@TUDO.py └── functions.py └── figures ├── dexpi2graph_gui.png ├── dexpi2graph_idea.png └── dexpi2graph_workflow.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/.DS_Store -------------------------------------------------------------------------------- /DEXPI_examples/distillation_laboratory.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/DEXPI_examples/distillation_laboratory.xml -------------------------------------------------------------------------------- /DEXPI_examples/distillation_plant.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/DEXPI_examples/distillation_plant.xml -------------------------------------------------------------------------------- /GUI_figs/AD_Logo_EN_600dpi_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/GUI_figs/AD_Logo_EN_600dpi_gui.png -------------------------------------------------------------------------------- /GUI_figs/dexpi2graphML_logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/GUI_figs/dexpi2graphML_logo.ico -------------------------------------------------------------------------------- /GUI_figs/dexpi2graphML_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/GUI_figs/dexpi2graphML_logo.png -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Output/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/.DS_Store -------------------------------------------------------------------------------- /Output/NodeLists/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/NodeLists/.DS_Store -------------------------------------------------------------------------------- /Output/NodeLists/README.md: -------------------------------------------------------------------------------- 1 | Directory to store P&ID node lists! 2 | -------------------------------------------------------------------------------- /Output/errorLog/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/errorLog/.DS_Store -------------------------------------------------------------------------------- /Output/errorLog/README.md: -------------------------------------------------------------------------------- 1 | Directory to store errorLog files! -------------------------------------------------------------------------------- /Output/graphs_graphml/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/graphs_graphml/.DS_Store -------------------------------------------------------------------------------- /Output/graphs_graphml/complete/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/graphs_graphml/complete/.DS_Store -------------------------------------------------------------------------------- /Output/graphs_graphml/complete/README.md: -------------------------------------------------------------------------------- 1 | Directory to store P&ID files! 2 | -------------------------------------------------------------------------------- /Output/graphs_graphml/noPCE/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/graphs_graphml/noPCE/.DS_Store -------------------------------------------------------------------------------- /Output/graphs_graphml/noPCE/README.md: -------------------------------------------------------------------------------- 1 | Directory to store P&ID files! 2 | -------------------------------------------------------------------------------- /Output/graphs_plots/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/Output/graphs_plots/.DS_Store -------------------------------------------------------------------------------- /Output/graphs_plots/README.md: -------------------------------------------------------------------------------- 1 | Directory to store P&ID plots! 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/README.md -------------------------------------------------------------------------------- /dexpi2graph_python/dexpi2graphML-ad@TUDO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/dexpi2graph_python/dexpi2graphML-ad@TUDO.py -------------------------------------------------------------------------------- /dexpi2graph_python/functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/dexpi2graph_python/functions.py -------------------------------------------------------------------------------- /figures/dexpi2graph_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/figures/dexpi2graph_gui.png -------------------------------------------------------------------------------- /figures/dexpi2graph_idea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/figures/dexpi2graph_idea.png -------------------------------------------------------------------------------- /figures/dexpi2graph_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TUDoAD/DEXPI2graphML/HEAD/figures/dexpi2graph_workflow.png --------------------------------------------------------------------------------