This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyEd-mappings.cnfx
63 lines (63 loc) · 1.97 KB
/
yEd-mappings.cnfx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<styles>
<style name="Domain Name as Labels" scope="node" selectionOnly="false">
<mapping>
<source name="domain_name" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
<hint type="boolean">true</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
</style>
<style name="RequestIDs as Labels" scope="node" selectionOnly="false">
<mapping>
<source name="request_ids" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
<hint type="boolean">true</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
</style>
<style name="URLs as Labels" scope="node" selectionOnly="false">
<mapping>
<source name="urls" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
<hint type="boolean">true</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
</style>
<style name="Wall Time as Labels" scope="node" selectionOnly="false">
<mapping>
<source name="earliest_wall_time" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
<hint type="boolean">true</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
</style>
<style name="Domain+Time" scope="node" selectionOnly="false">
<mapping>
<source name="domain+time" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
<hint type="boolean">true</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
</style>
</styles>