-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(eip-1): add new items for the Message Construction module + incr…
…ease size about some existing items
- Loading branch information
Showing
52 changed files
with
2,027 additions
and
7 deletions.
There are no files selected for viewing
Binary file modified
BIN
+271 Bytes
(110%)
distribution/eip-1/MessageConstruction/CommandMessage.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+326 Bytes
(130%)
distribution/eip-1/MessageConstruction/CommandMessage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+527 Bytes
(110%)
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.
Binary file modified
BIN
+656 Bytes
(140%)
distribution/eip-1/MessageConstruction/CorrelationIdentifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+253 Bytes
(110%)
distribution/eip-1/MessageConstruction/DocumentMessage.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+306 Bytes
(130%)
distribution/eip-1/MessageConstruction/DocumentMessage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+185 Bytes
(110%)
distribution/eip-1/MessageConstruction/EventMessage.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+614 Bytes
(120%)
distribution/eip-1/MessageConstruction/MessageSequence.Local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+715 Bytes
(150%)
distribution/eip-1/MessageConstruction/MessageSequence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/QueryMessage.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 QueryMessage | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
|
||
' renders the element | ||
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/eip-1/MessageConstruction/QueryMessage.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://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 QueryMessage | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
|
||
' renders the element | ||
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label') | ||
@enduml |
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 @@ | ||
# QueryMessage | ||
|
||
|
||
```text | ||
eip-1/MessageConstruction/QueryMessage | ||
``` | ||
|
||
```text | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
``` | ||
|
||
|
||
|
||
| Illustration | QueryMessage | QueryMessageGroup | | ||
| :---: | :---: | :---: | | ||
| ![illustration for Illustration](../../eip-1/MessageConstruction/QueryMessage.png) | ![illustration for QueryMessage](../../eip-1/MessageConstruction/QueryMessage.Local.png) | ![illustration for QueryMessageGroup](../../eip-1/MessageConstruction/QueryMessageGroup.Local.png) | | ||
|
||
|
||
|
||
|
||
## QueryMessage | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 QueryMessage | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
' renders the element | ||
QueryMessage('QueryMessage', 'Query 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 QueryMessage | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
' renders the element | ||
QueryMessage('QueryMessage', 'Query Message', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
## QueryMessageGroup | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 QueryMessageGroup | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
' renders the element | ||
QueryMessageGroup('QueryMessageGroup', 'Query 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 QueryMessageGroup | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
' renders the element | ||
QueryMessageGroup('QueryMessageGroup', 'Query 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.
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/QueryMessage | ||
|
||
sprite $QueryMessageXs [15x10/16z] Oy06M55uxEpiw5mKFffUT2u71mSAbuq3MPw3dmsB0m | ||
|
||
sprite $QueryMessageSm [18x12/16z] Oy056D45sDdPCKMO2QbXO6CWIeIHaH5DX9C7HI4BAoi_6mUwHaus7Cu7 | ||
|
||
sprite $QueryMessageMd [25x16/16z] hScr0S0m4C10i_sy_xJXAamgTUvzjPQ3Vo1rx164wU-MtPyWo2IxOCLe0oLdNM2J5CPTG29YTr4F | ||
|
||
sprite $QueryMessageLg [31x20/16z] jSkr5S104CJGCImVz5-jAJMJql-4pwBk26LgdsMEzxILfOStUEO6k_KYE8hmCvFExR9pBkRxxCPrctiYIliyvroh7h2gHU2RHW | ||
|
||
!procedure QueryMessage($id, $name="", $tech="") | ||
IconElement($id, 'IconElement', 'eip-1/MessageConstruction/QueryMessage', $name, $tech) | ||
!endprocedure | ||
|
||
!procedure QueryMessageGroup($id, $name='Query Message', $tech='') | ||
IconGroupElement($id, 'IconGroupElement', '<$QueryMessageLg>', $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/QueryMessageGroup.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 QueryMessageGroup | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
|
||
' renders the element | ||
QueryMessageGroup('QueryMessageGroup', 'Query 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/QueryMessageGroup.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://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 QueryMessageGroup | ||
include('eip-1/MessageConstruction/QueryMessage') | ||
|
||
' renders the element | ||
QueryMessageGroup('QueryMessageGroup', 'Query Message Group', 'an optional tech label') { | ||
note as note | ||
the content of the group | ||
end note | ||
} | ||
@enduml |
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
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/ResultMessage.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 ResultMessage | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
|
||
' renders the element | ||
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label') | ||
@enduml |
16 changes: 16 additions & 0 deletions
16
distribution/eip-1/MessageConstruction/ResultMessage.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://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 ResultMessage | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
|
||
' renders the element | ||
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label') | ||
@enduml |
114 changes: 114 additions & 0 deletions
114
distribution/eip-1/MessageConstruction/ResultMessage.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 @@ | ||
# ResultMessage | ||
|
||
|
||
```text | ||
eip-1/MessageConstruction/ResultMessage | ||
``` | ||
|
||
```text | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
``` | ||
|
||
|
||
|
||
| Illustration | ResultMessage | ResultMessageGroup | | ||
| :---: | :---: | :---: | | ||
| ![illustration for Illustration](../../eip-1/MessageConstruction/ResultMessage.png) | ![illustration for ResultMessage](../../eip-1/MessageConstruction/ResultMessage.Local.png) | ![illustration for ResultMessageGroup](../../eip-1/MessageConstruction/ResultMessageGroup.Local.png) | | ||
|
||
|
||
|
||
|
||
## ResultMessage | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 ResultMessage | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
' renders the element | ||
ResultMessage('ResultMessage', 'Result 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 ResultMessage | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
' renders the element | ||
ResultMessage('ResultMessage', 'Result Message', 'an optional tech label') | ||
@enduml | ||
``` | ||
|
||
## ResultMessageGroup | ||
|
||
### Load remotely | ||
```plantuml | ||
@startuml | ||
' configures the library | ||
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/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 ResultMessageGroup | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
' renders the element | ||
ResultMessageGroup('ResultMessageGroup', 'Result 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 ResultMessageGroup | ||
include('eip-1/MessageConstruction/ResultMessage') | ||
' renders the element | ||
ResultMessageGroup('ResultMessageGroup', 'Result 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.
Oops, something went wrong.