Default setting for EPC view
#Configuration of the default view
#Valid values: epk, attributes, functions, gantt
Default_Epk_View = epk
View to be shown when opening an EPC. If no value is specified or the entry is missing, the epk view is selected as a default.
Color intensity of functions
#Configuration of color intensities:
FUNCTION_INTENSITY_MAX.0 = 0.2
FUNCTION_INTENSITY_MAX.1 = 0.4
FUNCTION_INTENSITY_MAX.2 = 0.6
FUNCTION_INTENSITY_MAX.3 = 0.8
For the display of aggregated EPCs, these settings configure the color intensity depending on the number of executions of the respective functions. For each of the four levels, the threshold value is specified as a factor.
Connection configuration
#Configuration of connection categories:
EDGE.0 = EDGE1
EDGE.1 = EDGE2
EDGE.2 = EDGE3
EDGE.DEFAULT_WITH = 2
EDGE1.max = 0.3
EDGE1.width = 1
EDGE2.max = 0.7
EDGE2.width = 3
EDGE3.max = 1
EDGE3.width = 5
When displaying aggregated EPCs, these settings configure the weight of flow connections depending on the number of the connection's executions. For each of the three levels, the threshold is specified as a factor and the connection weight in pixels.
Layout configuration
Warning
The following settings originate from the layout algorithm for ARIS Business Architect and should not be changed.
Setting |
Value |
Description |
---|---|---|
LAYOUT_ALGO_NO |
20 |
Layout algorithm number |
LAYOUT_EPK_ALGO |
1 |
Layout procedure for the non-aggregated EPC view |
LAYOUT_EPK_ |
1 |
Layout procedure for the aggregated EPC view |
LAYOUT_LONGEST_ |
0 |
Alignment of the longest path: centered, right, left |
LAYOUT_BREAK_SPACE |
true |
Replace space with line break |
LAYOUT_MAKE_SPACE |
true |
Create space in partial layout |
LAYOUT_ROOT_DOWN |
1 |
Root position relative to the subtree |
LAYOUT_ROOT_POSITION |
0 |
Root node position |
LAYOUT_CHANGE_ |
2 |
Change to vertical layout |
LAYOUT_ |
false |
Arrange satellites |
LAYOUT_OBJECT_SCALING |
false |
Scale objects |
LAYOUT_SHOW_TRIMMED |
false |
Display untrimmed EPC |
LAYOUT_SHOW_ |
false |
Display attribute title |
LAYOUT_XSPACING |
30 |
Horizontal object spacing |
LAYOUT_YSPACING |
50 |
Vertical object spacing |
LAYOUT_FONTSIZE |
10 |
Font size in EPC objects |
LAYOUT_HORIZONTAL |
false |
EPC is not represented in horizontal layout |
Placing object attributes
#Configuration of default attribute placements:
EPK_NODE_ATTRIBUTE_PLACE_CENTER = AT_OBJNAME
EPK_NODE_ATTRIBUTE_PLACE_RIGHT_TOP = AT_AV_PROC_TIME
EPK_NODE_ATTRIBUTE_PLACE_RIGHT_BOTTOM =
EPK_NODE_ATTRIBUTE_PLACE_LEFT_BOTTOM = AT_END_TIME
EPK_NODE_ATTRIBUTE_PLACE_LEFT_TOP = AT_START_TIME
Includes information about the position of individual object attributes in the EPC view. The data is specified in the following form:
EPK_NODE_ATTRIBUTE_PLACE_<Position> = <Identifier of the attribute>
Display object attributes in tooltips
#Configuration of default tooltip display
SHOW_TOOLTIP.0 = AT_PROCTYPEGROUP
SHOW_TOOLTIP.1 = AT_PROCTYPE
Determines the attribute values that are displayed when the mouse pointer is positioned over an object. To display more attributes, you can add further key value pairs to the list. The numeric part of the key filed must be increased accordingly.
Only consistently numbered list entries will be considered.