Skip to content

Commit

Permalink
feat(eip-1): add new items for the Message Construction module + incr…
Browse files Browse the repository at this point in the history
…ease size about some existing items
  • Loading branch information
tmorin committed Dec 6, 2021
1 parent f086b28 commit 470e6c1
Show file tree
Hide file tree
Showing 52 changed files with 2,027 additions and 7 deletions.
Binary file modified 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 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.
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 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 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 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 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.
Binary file modified distribution/eip-1/MessageConstruction/EventMessage.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 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 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 distribution/eip-1/MessageConstruction/QueryMessage.Local.puml
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 distribution/eip-1/MessageConstruction/QueryMessage.Remote.puml
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
114 changes: 114 additions & 0 deletions distribution/eip-1/MessageConstruction/QueryMessage.md
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.
17 changes: 17 additions & 0 deletions distribution/eip-1/MessageConstruction/QueryMessage.puml
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.
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
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
4 changes: 3 additions & 1 deletion distribution/eip-1/MessageConstruction/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MessageConstruction

The module contains 8 items.
The module contains 10 items.



Expand All @@ -13,6 +13,8 @@ The module contains 8 items.
| ![illustration of eip-1/MessageConstruction/MessageExpiration](../../eip-1/MessageConstruction/MessageExpiration.png) | [eip-1/MessageConstruction/MessageExpiration](../../eip-1/MessageConstruction/MessageExpiration.md) |
| ![illustration of eip-1/MessageConstruction/MessageReturnAddress](../../eip-1/MessageConstruction/MessageReturnAddress.png) | [eip-1/MessageConstruction/MessageReturnAddress](../../eip-1/MessageConstruction/MessageReturnAddress.md) |
| ![illustration of eip-1/MessageConstruction/MessageSequence](../../eip-1/MessageConstruction/MessageSequence.png) | [eip-1/MessageConstruction/MessageSequence](../../eip-1/MessageConstruction/MessageSequence.md) |
| ![illustration of eip-1/MessageConstruction/QueryMessage](../../eip-1/MessageConstruction/QueryMessage.png) | [eip-1/MessageConstruction/QueryMessage](../../eip-1/MessageConstruction/QueryMessage.md) |
| ![illustration of eip-1/MessageConstruction/ResultMessage](../../eip-1/MessageConstruction/ResultMessage.png) | [eip-1/MessageConstruction/ResultMessage](../../eip-1/MessageConstruction/ResultMessage.md) |
| ![illustration of eip-1/MessageConstruction/ReturnAddress](../../eip-1/MessageConstruction/ReturnAddress.png) | [eip-1/MessageConstruction/ReturnAddress](../../eip-1/MessageConstruction/ReturnAddress.md) |


Expand Down
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 distribution/eip-1/MessageConstruction/ResultMessage.Local.puml
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 distribution/eip-1/MessageConstruction/ResultMessage.Remote.puml
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 distribution/eip-1/MessageConstruction/ResultMessage.md
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.
Loading

0 comments on commit 470e6c1

Please sign in to comment.