Skip to content

Commit

Permalink
feat(eip-1): add the package
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorin committed Jun 10, 2021
1 parent 5dc926f commit c9d42be
Show file tree
Hide file tree
Showing 501 changed files with 11,475 additions and 0 deletions.
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/CommandMessage.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 CommandMessage
include('eip-1/MessageConstruction/CommandMessage')

' renders the element
CommandMessage('CommandMessage', 'Command Message', 'an optional tech label')
@enduml
16 changes: 16 additions & 0 deletions distribution/eip-1/MessageConstruction/CommandMessage.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://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 distribution/eip-1/MessageConstruction/CommandMessage.md
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 distribution/eip-1/MessageConstruction/CommandMessage.puml
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.
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
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
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,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
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 distribution/eip-1/MessageConstruction/CorrelationIdentifier.md
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 distribution/eip-1/MessageConstruction/CorrelationIdentifier.puml
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
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 c9d42be

Please sign in to comment.