File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
dist/plantuml-stdlib/stdlib/archimate/_examples_ Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11@startuml
22
3- !global $ARCH_LOCAL = true
4- !global $ARCH_DEBUG = true
3+ !global $ARCH_LOCAL = % true()
4+ !global $ARCH_DEBUG = % true()
55!global $ARCH_MINIMUM_WIDTH = 120
66
7- !if ($ARCH_LOCAL == false)
7+ !if ($ARCH_LOCAL == % false() )
88 !include <archimate/Archimate>
99 '!theme archimate-alternate from <archimate/themes>
1010 '!theme archimate-handwriting from <archimate/themes>
Original file line number Diff line number Diff line change 11@startuml Internet Browser Sample
22
3- !global $ARCH_LOCAL = true
4- !global $ARCH_DEBUG = false
3+ !global $ARCH_LOCAL = % true()
4+ !global $ARCH_DEBUG = %true()
55
6- !if ($ARCH_LOCAL == false)
6+ !if ($ARCH_LOCAL == % false() )
77 !include <archimate/Archimate>
88 '!theme archimate-alternate from <archimate/themes>
99 '!theme archimate-handwriting from <archimate/themes>
@@ -27,7 +27,7 @@ title Archimate Sample - Internet Browser
2727'LAYOUT_LEFT_RIGHT()
2828'LAYOUT_TOP_DOWN()
2929
30- Business_Object(businessObject, "A Business Object")
30+ Business_Object(businessObject, "A Busines Object")
3131Business_Process(someBusinessProcess,"Some Business Process")
3232Business_Service(itSupportService, "IT Support for Business (Application Service)")
3333
Original file line number Diff line number Diff line change 11@startuml Archimate Overview
22
3- !global $ARCH_LOCAL = false
4- !global $ARCH_DEBUG = false
3+ !global $ARCH_LOCAL = % false()
4+ !global $ARCH_DEBUG = % false()
55
6- !if ($ARCH_LOCAL == false)
6+ !if ($ARCH_LOCAL == % false() )
77 !include <archimate/Archimate>
88 '!theme archimate-alternate from <archimate/themes>
99 '!theme archimate-handwriting from <archimate/themes>
Original file line number Diff line number Diff line change 11@startuml
22
3- !global $ARCH_LOCAL = true
4- !global $ARCH_DEBUG = false
3+ !global $ARCH_LOCAL = % true()
4+ !global $ARCH_DEBUG = % false()
55
6- !if ($ARCH_LOCAL == false)
6+ !if ($ARCH_LOCAL == % false() )
77 !include <archimate/Archimate>
88 '!theme archimate-alternate from <archimate/themes>
99 '!theme archimate-handwriting from <archimate/themes>
Original file line number Diff line number Diff line change 11@startuml
22
3- !global $ARCH_LOCAL = false
4- !global $ARCH_DEBUG = false
3+ !global $ARCH_LOCAL = % false()
4+ !global $ARCH_DEBUG = % false()
55
6- !if ($ARCH_LOCAL == false)
6+ !if ($ARCH_LOCAL == % false() )
77 !include <archimate/Archimate>
88 '!theme archimate-alternate from <archimate/themes>
99 '!theme archimate-handwriting from <archimate/themes>
You can’t perform that action at this time.
0 commit comments