aboutsummaryrefslogtreecommitdiffstats
path: root/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
diff options
context:
space:
mode:
authorLibravatar 20001LastOrder <boqi.chen@mail.mcgill.ca>2019-05-27 15:40:43 -0400
committerLibravatar 20001LastOrder <boqi.chen@mail.mcgill.ca>2019-05-27 15:40:43 -0400
commit77b37ddbb27f9bf185b8803746b1b3448c77b97c (patch)
treec44a98fc0ac81e845ee88bb139e986abb042d038 /Metrics/Metrics-Calculation/metrics_plot/src/constants.py
parentREALMET: implement incoming edges in visualisation. multips need fix (diff)
downloadVIATRA-Generator-77b37ddbb27f9bf185b8803746b1b3448c77b97c.tar.gz
VIATRA-Generator-77b37ddbb27f9bf185b8803746b1b3448c77b97c.tar.zst
VIATRA-Generator-77b37ddbb27f9bf185b8803746b1b3448c77b97c.zip
add metrics data plot tool
Diffstat (limited to 'Metrics/Metrics-Calculation/metrics_plot/src/constants.py')
-rw-r--r--Metrics/Metrics-Calculation/metrics_plot/src/constants.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/Metrics/Metrics-Calculation/metrics_plot/src/constants.py b/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
new file mode 100644
index 00000000..4504030e
--- /dev/null
+++ b/Metrics/Metrics-Calculation/metrics_plot/src/constants.py
@@ -0,0 +1,19 @@
1NUMBER_EDGE_TYPES = 'Number of Edge types'
2
3NUMBER_NODES = 'Number Of Nodes'
4
5OUT_DEGREE_COUNT = 'OutDegreeCount'
6
7OUT_DEGREE_VALUE = 'OutDegreeValue'
8
9NA_COUNT = 'NACount'
10
11NA_VALUE = 'NAValue'
12
13MPC_VALUE = 'MPCValue'
14
15MPC_COUNT = 'MPCCount'
16
17METAMODEL = 'Meta Mode'
18
19STATE_ID = 'State Id' \ No newline at end of file