-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
501 changed files
with
11,475 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/eip-1/MessageConstruction/CommandMessage.Local.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
|
||
' loads the Item which embeds the element CommandMessage | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
|
||
' renders the element | ||
CommandMessage('CommandMessage', 'Command Message', 'an optional tech label') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/eip-1/MessageConstruction/CommandMessage.Remote.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
|
||
' loads the Item which embeds the element CommandMessage | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
|
||
' renders the element | ||
CommandMessage('CommandMessage', 'Command Message', 'an optional tech label') | ||
@enduml |
114 changes: 114 additions & 0 deletions
114
distribution/eip-1/MessageConstruction/CommandMessage.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# CommandMessage | ||
|
||
|
||
```text | ||
eip-1/MessageConstruction/CommandMessage | ||
``` | ||
|
||
```text | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
``` | ||
|
||
|
||
|
||
| Illustration | CommandMessage | CommandMessageGroup | | ||
| :---: | :---: | :---: | | ||
| ![illustration for Illustration](../../eip-1/MessageConstruction/CommandMessage.png) | ![illustration for CommandMessage](../../eip-1/MessageConstruction/CommandMessage.Local.png) | ![illustration for CommandMessageGroup](../../eip-1/MessageConstruction/CommandMessageGroup.Local.png) | | ||
|
||
|
||
|
||
|
||
## CommandMessage | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CommandMessage | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
' renders the element | ||
CommandMessage('CommandMessage', 'Command Message', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CommandMessage | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
' renders the element | ||
CommandMessage('CommandMessage', 'Command Message', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
## CommandMessageGroup | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CommandMessageGroup | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
' renders the element | ||
CommandMessageGroup('CommandMessageGroup', 'Command Message Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CommandMessageGroup | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
' renders the element | ||
CommandMessageGroup('CommandMessageGroup', 'Command Message Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/eip-1/MessageConstruction/CommandMessage.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
' definition of the Item eip-1/MessageConstruction/CommandMessage | ||
|
||
sprite $CommandMessageXs [15x9/16z] umS37bv-9C37mGLdOyhoy_9oeohdvkEd5 | ||
|
||
sprite $CommandMessageSm [18x11/16z] uuS0Fbv-DC39WIx4pSa7O-BKnSV3myM7heWRA49R | ||
|
||
sprite $CommandMessageMd [25x15/16z] rSkd0S10300nzkw-_RSDIwymucBHd7CDphIAVHjqS26eB4v4cZgdCfAVcW | ||
|
||
sprite $CommandMessageLg [31x19/16z] xSyt0S103C30pRtmPvi0S0FmMczItWiH7rWGUM16fEZPY3I7VD0BXmfxV_OhMlQPYkVIwmC | ||
|
||
!procedure CommandMessage($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'eip-1/MessageConstruction/CommandMessage', $name, $tech) | ||
!endprocedure | ||
|
||
!procedure CommandMessageGroup($id, $name='Command Message', $tech='') | ||
IconGroupElement($id, 'IconGroupElement', '<$CommandMessageMd>', $name, $tech) | ||
!endprocedure |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions
21
distribution/eip-1/MessageConstruction/CommandMessageGroup.Local.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
|
||
' loads the Item which embeds the element CommandMessageGroup | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
|
||
' renders the element | ||
CommandMessageGroup('CommandMessageGroup', 'Command Message Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
20 changes: 20 additions & 0 deletions
20
distribution/eip-1/MessageConstruction/CommandMessageGroup.Remote.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
|
||
' loads the Item which embeds the element CommandMessageGroup | ||
include('eip-1/MessageConstruction/CommandMessage') | ||
|
||
' renders the element | ||
CommandMessageGroup('CommandMessageGroup', 'Command Message Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
Binary file added
BIN
+3.57 KB
distribution/eip-1/MessageConstruction/CorrelationIdentifier.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
distribution/eip-1/MessageConstruction/CorrelationIdentifier.Local.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
|
||
' loads the Item which embeds the element CorrelationIdentifier | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
|
||
' renders the element | ||
CorrelationIdentifier('CorrelationIdentifier', 'Correlation Identifier', 'an optional tech label') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/eip-1/MessageConstruction/CorrelationIdentifier.Remote.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
|
||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
|
||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
|
||
' loads the Item which embeds the element CorrelationIdentifier | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
|
||
' renders the element | ||
CorrelationIdentifier('CorrelationIdentifier', 'Correlation Identifier', 'an optional tech label') | ||
@enduml |
114 changes: 114 additions & 0 deletions
114
distribution/eip-1/MessageConstruction/CorrelationIdentifier.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# CorrelationIdentifier | ||
|
||
|
||
```text | ||
eip-1/MessageConstruction/CorrelationIdentifier | ||
``` | ||
|
||
```text | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
``` | ||
|
||
|
||
|
||
| Illustration | CorrelationIdentifier | CorrelationIdentifierGroup | | ||
| :---: | :---: | :---: | | ||
| ![illustration for Illustration](../../eip-1/MessageConstruction/CorrelationIdentifier.png) | ![illustration for CorrelationIdentifier](../../eip-1/MessageConstruction/CorrelationIdentifier.Local.png) | ![illustration for CorrelationIdentifierGroup](../../eip-1/MessageConstruction/CorrelationIdentifierGroup.Local.png) | | ||
|
||
|
||
|
||
|
||
## CorrelationIdentifier | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CorrelationIdentifier | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
' renders the element | ||
CorrelationIdentifier('CorrelationIdentifier', 'Correlation Identifier', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CorrelationIdentifier | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
' renders the element | ||
CorrelationIdentifier('CorrelationIdentifier', 'Correlation Identifier', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
## CorrelationIdentifierGroup | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://github.com/tmorin/plantuml-libs/distribution" | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CorrelationIdentifierGroup | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
' renders the element | ||
CorrelationIdentifierGroup('CorrelationIdentifierGroup', 'Correlation Identifier Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
||
### Load locally | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $INCLUSION_MODE="local" | ||
!global $LIB_BASE_LOCATION="../.." | ||
' loads the library's bootstrap | ||
!include $LIB_BASE_LOCATION/bootstrap.puml | ||
' loads the package bootstrap | ||
include('eip-1/bootstrap') | ||
' loads the Item which embeds the element CorrelationIdentifierGroup | ||
include('eip-1/MessageConstruction/CorrelationIdentifier') | ||
' renders the element | ||
CorrelationIdentifierGroup('CorrelationIdentifierGroup', 'Correlation Identifier Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml | ||
``` | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
distribution/eip-1/MessageConstruction/CorrelationIdentifier.puml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
' definition of the Item eip-1/MessageConstruction/CorrelationIdentifier | ||
|
||
sprite $CorrelationIdentifierXs [15x9/16z] fOgr0G0X34NBUDx-qvuVq1Fz1cJtVNYhD3nIWw-YMLoghAcq4VV-pbQT | ||
|
||
sprite $CorrelationIdentifierSm [18x11/16z] jKj50S0m47kD0_xLhXm7FRw0RT5Z9jxxUr_K6GGFITNf13A3u4IVyOdTqUVEA | ||
|
||
sprite $CorrelationIdentifierMd [25x15/16z] rOo50OGm54DFuLkI_QV5dGbuzKOqGcg6EW6tOa4CYvEGraOq5iDffmpTCTMbvQKBQrOt8PEJWAYZaFd_OHJIFdRAC9pJfIprH7e | ||
|
||
sprite $CorrelationIdentifierLg [31x19/16z] { | ||
xOw50GCn30FB1a7sdxRCFC1VE0Pf_0EgzxltIzrwZZ8ZYGYG5L5lm_iDU1jsP_lKd5aSB_Ij4yVRi7syYOVhSzYAJH_3SA_ZAGvWlQXZk96BbLxiLU6Ic-Nn | ||
XOaT | ||
} | ||
|
||
!procedure CorrelationIdentifier($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'eip-1/MessageConstruction/CorrelationIdentifier', $name, $tech) | ||
!endprocedure | ||
|
||
!procedure CorrelationIdentifierGroup($id, $name='Correlation Identifier', $tech='') | ||
IconGroupElement($id, 'IconGroupElement', '<$CorrelationIdentifierMd>', $name, $tech) | ||
!endprocedure |
Binary file added
BIN
+4.84 KB
distribution/eip-1/MessageConstruction/CorrelationIdentifierGroup.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.