blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 227 | content_id stringlengths 40 40 | detected_licenses listlengths 0 28 | license_type stringclasses 2 values | repo_name stringlengths 6 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 61 values | visit_date timestamp[us]date 2015-08-14 10:26:58 2023-09-06 07:53:38 | revision_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | committer_date timestamp[us]date 2011-01-31 21:28:29 2023-09-05 14:54:58 | github_id int64 206k 631M ⌀ | star_events_count int64 0 108k | fork_events_count int64 0 34.4k | gha_license_id stringclasses 13 values | gha_event_created_at timestamp[us]date 2012-08-01 17:54:24 2023-09-14 21:57:05 ⌀ | gha_created_at timestamp[us]date 2009-05-21 02:09:00 2023-04-21 10:18:22 ⌀ | gha_language stringclasses 79 values | src_encoding stringclasses 12 values | language stringclasses 1 value | is_vendor bool 1 class | is_generated bool 1 class | length_bytes int64 8 1.29M | extension stringclasses 17 values | code stringlengths 8 1.29M | non_uml bool 1 class | uml bool 1 class | has_non_ascii bool 2 classes | has_non_latin bool 1 class | uml_subtype stringclasses 10 values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
84aec60e9a8b964202d7e15b2f1468e49f6547dc | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/behavior-template-pattern/src/main/resources/static/diagram.puml | 02d3f2fc282311eecd22d26e0a1ce038934a2bd3 | [] | no_license | sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005870 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 446 | puml | @startuml
abstract class AbstractTemplate {
+void templateMethod()
+abstract void abstractMethod()
+void concreteMethod()
+void hookMethod()
}
class ConcreteTemplate extends AbstractTemplate {
+void abstractMethod()
+void concreteMethod()
+void hookMethod()
}
note as N
public void templateMethod()
{
abstractMethod();
concreteMethod();
hookMethod();
}
end note
AbstractTemplate .. N
@enduml | false | true | false | false | class |
20d3c33193560d6566d60f69f5d86362e8840d39 | 2722e2df37573602bc2880f3e7548e367b8eac5c | /doc/use cases and sequence.puml | 60d326b261dbae0fee92ca05457320d99db4e869 | [] | no_license | elsand/vefa-srest | 0a3ee841ade6140c0fb8fa15a0f97da65582978a | dfeb8f84b4ccc3cc7d3f48a057c0a73a42b81193 | refs/heads/master | 2020-03-30T16:07:19.687516 | 2018-10-04T08:42:25 | 2018-10-04T08:44:36 | 151,394,022 | 0 | 0 | null | 2018-10-03T10:11:35 | 2018-10-03T10:11:35 | null | UTF-8 | PlantUML | false | false | 2,301 | puml | @startuml
participant "ringo-client" as ringo_client <<standalone>>
participant "ringo-server" as ringo_server <<web server>>
participant "ringo-standalone" as ringo_standalone <<standalone>>
database "/outbound" as outbound <<filesystem>>
database "/inbound" as inbound <<filesystem>>
database "/archive" as archive <<filesystem>>
database "meta data" as meta_data <<SQL>>
participant "oxalis-inbound" as oxalis_inbound <<web server>>
participant "PEPPOL AP" as peppol_ap
== Recieve outbound messages from end point ==
ringo_client -> ringo_server : POST /outbound
activate ringo_server
ringo_server -> outbound : persist
ringo_server -> meta_data : persist
ringo_client <-- ringo_server : receipt (REM?)
deactivate ringo_server
== Transmits outbound messages to PEPPOL AP ==
ringo_standalone -> outbound : read new message
note over ringo_standalone
Uses oxlis-outbound for
the actual transmission
end note
ringo_standalone -> peppol_ap : send message
ringo_standalone -> outbound : delete message
ringo_standalone -> archive : archive message
ringo_standalone -> meta_data : update meta info
== Receives inbound message from PEPPOL AP ==
peppol_ap -> oxalis_inbound : send message
activate oxalis_inbound
oxalis_inbound -> oxalis_inbound: parse message
oxalis_inbound -> inbound : save message
oxalis_inbound -> inbound : save meta data
oxalis_inbound -> inbound : REM
peppol_ap <-- oxalis_inbound : Signed NRR (AS2 MDN)
deactivate oxalis_inbound
== Client retrieves new messages ==
ringo_client -> ringo_server : GET /inbound
activate ringo_server
ringo_server -> inbound : retrieve new messages
ringo_client <-- ringo_server : return list of new messages
deactivate ringo_server
ringo_client -> ringo_server : GET /inbound/{message_no}
activate ringo_server
ringo_server -> inbound : read message
ringo_client <-- ringo_server : return message
deactivate ringo_server
ringo_client -> ringo_server : POST /inbound/{msg_no}/read
activate ringo_server
ringo_server -> archive : write message with metadata
ringo_server -> inbound : delete message and metadata
deactivate ringo_server
== Client requests REM ==
ringo_client -> ringo_server : GET /messages/{msg_no}/rem/C{2|3}
activate ringo_server
ringo_server -> outbound : get REM C2 | C3
ringo_client <-- ringo_server : REM evidence
@enduml | false | true | false | false | sequence |
c157de764d6b54bfbd06f752e4bc235885a609ed | aefb1807676f66cc46e45071b3deb1969e682322 | /SELAIN SISTEM/UML/SEQUENCE/administrator tu/DeleteSuratMasuk.puml | 84d40db0cc1f4737bc8b7e92e88ae539ab277f71 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | kurniado729/sistem_kp | f456f7a22392f99c117797370c9a8d70c96b0df4 | c77c7bc9aa28fe414be3254880112dbffb4b2ab2 | refs/heads/master | 2023-02-01T21:00:47.861038 | 2019-12-20T18:52:46 | 2019-12-20T18:52:46 | 220,038,247 | 0 | 1 | MIT | 2023-02-01T02:14:20 | 2019-11-06T16:12:42 | HTML | UTF-8 | PlantUML | false | false | 845 | puml | @startuml
autonumber
hide footbox
title Menghapus Surat Masuk
Actor AdministratorTU
boundary Dashboard_V
boundary SuratMasuk_V
control Admin_C
control SuratMasuk_C
Entity SuratMasuk_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdministratorTU: Halaman Dashboard
AdministratorTU --> Dashboard_V: klik menu Surat Masuk
Dashboard_V --> SuratMasuk_C: index()
SuratMasuk_C --> SuratMasuk_E:
SuratMasuk_E --> SuratMasuk_C:
SuratMasuk_C --> SuratMasuk_V: load->view()
SuratMasuk_V --> AdministratorTU: Halaman Surat Masuk
AdministratorTU --> SuratMasuk_V: klik tombol Delete Surat Masuk
SuratMasuk_V --> SuratMasuk_C: deletepegawaitu()
SuratMasuk_C --> SuratMasuk_E:
SuratMasuk_E --> SuratMasuk_C:
SuratMasuk_C --> SuratMasuk_V: load->view()
SuratMasuk_V --> AdministratorTU: Halaman Surat Masuk
@enduml | false | true | false | false | sequence |
a1162b8dada1a3612049b09f688011e2847f423c | bb1c82eddd547ade9b396e7134db0f927c205f51 | /src/main/java/br/com/alg/trufflesapi/handle/handle.plantuml | 6e9ed59f3a52bff3016ad3768c0533b8b7ede826 | [] | no_license | andrelgirao22/truffle-api | 3f71a26f3e0a491a9d3d39c193d2c7617c745336 | 3193a6b072c6e482ccc28a8d86021e385a708396 | refs/heads/master | 2021-07-16T13:32:26.947243 | 2021-07-01T19:09:53 | 2021-07-01T19:09:53 | 125,250,626 | 0 | 0 | null | 2021-04-26T19:34:40 | 2018-03-14T17:38:01 | Java | UTF-8 | PlantUML | false | false | 1,093 | plantuml | @startuml
title __HANDLE's Class Diagram__\n
namespace br.com.alg.trufflesapi {
namespace handle {
class br.com.alg.trufflesapi.handle.ResourceHandleException {
+ amazonClient()
+ amazonS3()
+ amazonService()
+ dataIntegrity()
+ file()
+ handleAccountNotFoudException()
+ handleAccountNotFoudException()
+ handleAccountNotFoudException()
+ handleAuthenticationException()
+ handleCategoryNotFoudException()
+ handleCityNotFoudException()
+ handleInvalidLoginException()
+ handleInvalidLoginException()
+ handleItemNotFoundException()
+ handleOrderNotFoundException()
+ handlePaymentInvalidException()
+ handlePriceNotFoundException()
+ imageNotFound()
+ taxDelivery()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
ad10ec7a91a1797d0d37c0c626b64c1432713e7c | 4b73439277f72f5b9b0751e4bec6aee5bd24e8c2 | /app/app.plantuml | da7d6d759655c17cc00605df8e4af1c253169f5c | [] | no_license | mfrizki1/SmartCity | ac5dffd164f5fe753530ac4807e549b8ff5207cb | 30ebbd69c55fe1322e25b493f9a57834088c6f90 | refs/heads/master | 2022-06-14T20:26:02.879506 | 2020-05-11T02:21:05 | 2020-05-11T02:21:05 | 234,214,894 | 0 | 0 | null | 2020-05-10T11:09:35 | 2020-01-16T02:12:49 | Kotlin | UTF-8 | PlantUML | false | false | 20,928 | plantuml | @startuml
title __APP's Class Diagram__\n
namespace id.co.iconpln.insidal.network {
class id.co.iconpln.insidal.network.RequestInterceptor_Factory {
}
}
namespace id.co.iconpln.insidal.network {
class id.co.iconpln.insidal.network.ResponseInterceptor_Factory {
}
}
namespace id.co.iconpln.smartcity {
class id.co.iconpln.smartcity.AppController_MembersInjector {
}
}
namespace id.co.iconpln.smartcity {
class id.co.iconpln.smartcity.BuildConfig {
}
}
namespace id.co.iconpln.smartcity {
namespace data.repository {
class id.co.iconpln.smartcity.data.repository.UserRepository_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace data.source.db {
class id.co.iconpln.smartcity.data.source.db.AppDatabaseSource_Impl {
}
}
}
namespace id.co.iconpln.smartcity {
namespace data.source.db {
namespace dao {
class id.co.iconpln.smartcity.data.source.db.dao.ContactDao_Impl {
}
}
}
}
namespace id.co.iconpln.smartcity {
namespace data.source.remote {
class id.co.iconpln.smartcity.data.source.remote.AppRemoteFileSource_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace data.source.remote {
class id.co.iconpln.smartcity.data.source.remote.AppRemoteSource_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindCityActivty {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindDashboard {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindDataPengaduan {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindJPengaduan {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindLoginActivity {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindProvinceActivty {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindPublicService {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.builder {
abstract class id.co.iconpln.smartcity.di.builder.ActivityBuilder_BindSplashActivity {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.component {
class id.co.iconpln.smartcity.di.component.DaggerAppComponent {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.AppModule_ProvideCalligraphyDefaultConfig$app_devDebugFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.AppModule_ProvideContextFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.AppModule_ProvideLayoutManager$app_devDebugFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.AppModule_ProvideSchedulerProvider$app_devDebugFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.AppModule_ProvideValidator$app_devDebugFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.DatabaseModule_ProvideDatabaseFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_ApiFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_ApiFileFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_OkHttpFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_RequestInterceptorFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_ResponseInterceptorFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_RetrofitFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.NetworkModule_RetrofitFileFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.PrefModule_ProvidesPrefSourceFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace di.module {
class id.co.iconpln.smartcity.di.module.RepositoryModule_ProvideUserRepositoryFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.dashboard {
class id.co.iconpln.smartcity.ui.dashboard.DashboardActivity_MembersInjector {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.kota {
class id.co.iconpln.smartcity.ui.kota.KotaActivityModule_ProvideKotaAdapterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.kota {
class id.co.iconpln.smartcity.ui.kota.KotaActivityModule_ProvideKotaPresenterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.kota {
class id.co.iconpln.smartcity.ui.kota.KotaActivity_MembersInjector {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.kota {
class id.co.iconpln.smartcity.ui.kota.KotaPresenterImpl_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.login {
class id.co.iconpln.smartcity.ui.login.LoginActivityModule_ProvideLoginPresenterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.login {
class id.co.iconpln.smartcity.ui.login.LoginActivity_MembersInjector {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.login {
class id.co.iconpln.smartcity.ui.login.LoginPresenterImp_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.provinsi {
class id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule_ProvideProvinsiAdapterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.provinsi {
class id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule_ProvideProvinsiPresenterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.provinsi {
class id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivity_MembersInjector {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.provinsi {
class id.co.iconpln.smartcity.ui.provinsi.ProvinsiPresenterImpl_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
class id.co.iconpln.smartcity.ui.publicservices.PublicServiceImpl_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
class id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvideJPengaduanPresenterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
class id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvidePengaduanPresenterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
class id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvidePublicServiceFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
class id.co.iconpln.smartcity.ui.publicservices.PublicServicesFragment_MembersInjector {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
namespace jenispengaduan {
class id.co.iconpln.smartcity.ui.publicservices.jenispengaduan.JPengaduanImpl_Factory {
}
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
namespace jenispengaduan {
class id.co.iconpln.smartcity.ui.publicservices.jenispengaduan.JenisPengaduanFragment_MembersInjector {
}
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
namespace pengaduan {
class id.co.iconpln.smartcity.ui.publicservices.pengaduan.DataPengaduanFragment_MembersInjector {
}
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.publicservices {
namespace pengaduan {
class id.co.iconpln.smartcity.ui.publicservices.pengaduan.PengaduanPresenterImpl_Factory {
}
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.splash {
class id.co.iconpln.smartcity.ui.splash.SplashActivityModule_ProvideSplashPresenterFactory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace ui.splash {
class id.co.iconpln.smartcity.ui.splash.SplashPresenterImp_Factory {
}
}
}
namespace id.co.iconpln.smartcity {
namespace util {
class id.co.iconpln.smartcity.util.ColorTempl {
}
}
}
namespace id.co.iconpln.smartcity {
namespace util {
class id.co.iconpln.smartcity.util.ValidatorUtils {
}
}
}
namespace id.co.iconpln.smartcity {
namespace widget {
class id.co.iconpln.smartcity.widget.CustomValueFormatter {
}
}
}
namespace id.co.iconpln.smartcity {
namespace widget {
class id.co.iconpln.smartcity.widget.SnackbarManager {
}
}
}
namespace id.co.iconpln.smartcity {
namespace widget {
class id.co.iconpln.smartcity.widget.TopSnackbar {
}
}
}
id.co.iconpln.insidal.network.RequestInterceptor_Factory .up.|> dagger.internal.Factory
id.co.iconpln.insidal.network.ResponseInterceptor_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.AppController_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.data.repository.UserRepository_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.data.source.db.AppDatabaseSource_Impl -up-|> id.co.iconpln.smartcity.data.source.db.AppDatabaseSource
id.co.iconpln.smartcity.data.source.db.AppDatabaseSource_Impl o-- id.co.iconpln.smartcity.data.source.db.dao.ContactDao : _contactDao
id.co.iconpln.smartcity.data.source.db.dao.ContactDao_Impl -up-|> id.co.iconpln.smartcity.data.source.db.dao.ContactDao
id.co.iconpln.smartcity.data.source.remote.AppRemoteFileSource_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.data.source.remote.AppRemoteSource_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.component.DaggerAppComponent .up.|> id.co.iconpln.smartcity.di.component.AppComponent
id.co.iconpln.smartcity.di.component.DaggerAppComponent o-- id.co.iconpln.smartcity.di.module.AppModule : appModule
id.co.iconpln.smartcity.di.component.DaggerAppComponent o-- id.co.iconpln.smartcity.di.module.AppModule_ProvideContextFactory : provideContextProvider
id.co.iconpln.smartcity.di.component.DaggerAppComponent o-- id.co.iconpln.smartcity.di.module.RepositoryModule : repositoryModule
id.co.iconpln.smartcity.di.component.DaggerAppComponent o-- id.co.iconpln.insidal.network.ResponseInterceptor_Factory : responseInterceptorProvider
id.co.iconpln.smartcity.di.module.AppModule_ProvideCalligraphyDefaultConfig$app_devDebugFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.AppModule_ProvideCalligraphyDefaultConfig$app_devDebugFactory o-- id.co.iconpln.smartcity.di.module.AppModule : module
id.co.iconpln.smartcity.di.module.AppModule_ProvideContextFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.AppModule_ProvideContextFactory o-- id.co.iconpln.smartcity.di.module.AppModule : module
id.co.iconpln.smartcity.di.module.AppModule_ProvideLayoutManager$app_devDebugFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.AppModule_ProvideLayoutManager$app_devDebugFactory o-- id.co.iconpln.smartcity.di.module.AppModule : module
id.co.iconpln.smartcity.di.module.AppModule_ProvideSchedulerProvider$app_devDebugFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.AppModule_ProvideSchedulerProvider$app_devDebugFactory o-- id.co.iconpln.smartcity.di.module.AppModule : module
id.co.iconpln.smartcity.di.module.AppModule_ProvideValidator$app_devDebugFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.AppModule_ProvideValidator$app_devDebugFactory o-- id.co.iconpln.smartcity.di.module.AppModule : module
id.co.iconpln.smartcity.di.module.DatabaseModule_ProvideDatabaseFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.DatabaseModule_ProvideDatabaseFactory o-- id.co.iconpln.smartcity.di.module.DatabaseModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_ApiFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_ApiFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_ApiFileFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_ApiFileFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_OkHttpFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_OkHttpFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_RequestInterceptorFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_RequestInterceptorFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_ResponseInterceptorFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_ResponseInterceptorFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_RetrofitFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_RetrofitFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.NetworkModule_RetrofitFileFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.NetworkModule_RetrofitFileFactory o-- id.co.iconpln.smartcity.di.module.NetworkModule : module
id.co.iconpln.smartcity.di.module.PrefModule_ProvidesPrefSourceFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.PrefModule_ProvidesPrefSourceFactory o-- id.co.iconpln.smartcity.di.module.PrefModule : module
id.co.iconpln.smartcity.di.module.RepositoryModule_ProvideUserRepositoryFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.di.module.RepositoryModule_ProvideUserRepositoryFactory o-- id.co.iconpln.smartcity.di.module.RepositoryModule : module
id.co.iconpln.smartcity.ui.dashboard.DashboardActivity_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.kota.KotaActivityModule_ProvideKotaAdapterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.kota.KotaActivityModule_ProvideKotaAdapterFactory o-- id.co.iconpln.smartcity.ui.kota.KotaActivityModule : module
id.co.iconpln.smartcity.ui.kota.KotaActivityModule_ProvideKotaPresenterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.kota.KotaActivityModule_ProvideKotaPresenterFactory o-- id.co.iconpln.smartcity.ui.kota.KotaActivityModule : module
id.co.iconpln.smartcity.ui.kota.KotaActivity_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.kota.KotaPresenterImpl_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.login.LoginActivityModule_ProvideLoginPresenterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.login.LoginActivityModule_ProvideLoginPresenterFactory o-- id.co.iconpln.smartcity.ui.login.LoginActivityModule : module
id.co.iconpln.smartcity.ui.login.LoginActivity_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.login.LoginPresenterImp_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule_ProvideProvinsiAdapterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule_ProvideProvinsiAdapterFactory o-- id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule : module
id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule_ProvideProvinsiPresenterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule_ProvideProvinsiPresenterFactory o-- id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivityModule : module
id.co.iconpln.smartcity.ui.provinsi.ProvinsiActivity_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.provinsi.ProvinsiPresenterImpl_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.publicservices.PublicServiceImpl_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvideJPengaduanPresenterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvideJPengaduanPresenterFactory o-- id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule : module
id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvidePengaduanPresenterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvidePengaduanPresenterFactory o-- id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule : module
id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvidePublicServiceFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule_ProvidePublicServiceFactory o-- id.co.iconpln.smartcity.ui.publicservices.PublicServiceModule : module
id.co.iconpln.smartcity.ui.publicservices.PublicServicesFragment_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.publicservices.jenispengaduan.JPengaduanImpl_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.publicservices.jenispengaduan.JenisPengaduanFragment_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.publicservices.pengaduan.DataPengaduanFragment_MembersInjector .up.|> dagger.MembersInjector
id.co.iconpln.smartcity.ui.publicservices.pengaduan.PengaduanPresenterImpl_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.splash.SplashActivityModule_ProvideSplashPresenterFactory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.ui.splash.SplashActivityModule_ProvideSplashPresenterFactory o-- id.co.iconpln.smartcity.ui.splash.SplashActivityModule : module
id.co.iconpln.smartcity.ui.splash.SplashPresenterImp_Factory .up.|> dagger.internal.Factory
id.co.iconpln.smartcity.util.ValidatorUtils o-- id.co.iconpln.smartcity.util.ValidatorUtils.OnValidationListener : onValidationListener
id.co.iconpln.smartcity.widget.CustomValueFormatter .up.|> com.github.mikephil.charting.utils.ValueFormatter
id.co.iconpln.smartcity.widget.SnackbarManager o-- id.co.iconpln.smartcity.widget.SnackbarManager.SnackbarRecord : mCurrentSnackbar
id.co.iconpln.smartcity.widget.SnackbarManager o-- id.co.iconpln.smartcity.widget.SnackbarManager.SnackbarRecord : mNextSnackbar
id.co.iconpln.smartcity.widget.TopSnackbar o-- id.co.iconpln.smartcity.widget.TopSnackbar.Callback : mCallback
id.co.iconpln.smartcity.widget.TopSnackbar o-- id.co.iconpln.smartcity.widget.SnackbarManager.Callback : mManagerCallback
id.co.iconpln.smartcity.widget.TopSnackbar o-- id.co.iconpln.smartcity.widget.TopSnackbar.SnackbarLayout : mView
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
770822afb673df1be14b24f65006aeec55eabb64 | 4607d52b8b7c1f9d6f2db854cde84cb8f0e33293 | /01-ecmascript/day-03/quiz/student.puml | 63c50c50d4f15606d6dc13b72ff1d4ab66ddfaad | [] | no_license | irfahadi/code.academy-batch07 | ab35c9eb10b6131c2cf5c6cb3f03831840824f66 | 48149f39335d1027a3eedbeacecf84ce427a167b | refs/heads/main | 2023-03-22T07:28:52.534103 | 2021-02-18T17:55:29 | 2021-02-18T17:55:29 | 334,795,881 | 0 | 0 | null | 2021-02-18T17:55:29 | 2021-02-01T01:18:35 | JavaScript | UTF-8 | PlantUML | false | false | 243 | puml | @startuml student-bootcamp
class Student{
fullName
city
education
grade
type
bootcamp
batch
skillPoint
}
class Beasiswa extends Student {
insentif
}
class Reguler extends Student {
netPrice
}
@enduml | false | true | false | false | class |
060083028aa52f8a81e248232a01e8f5d2614192 | 553f0bf87ffb874ea3172086b3671e7524d3fb65 | /documents/version7/diagSeqDessinerFin.puml | 0ba487387177bb29bfe96caff442f3173b13e7f5 | [] | no_license | MichelGrolet/2d-game | 18e6467de68899057d520d61d5a4c18bf47e7acc | 5d2714985fa270be60a60e7232d22267dddd7293 | refs/heads/main | 2023-05-26T06:11:18.518661 | 2021-06-11T10:00:13 | 2021-06-11T10:00:13 | 370,970,154 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 551 | puml | @startuml
participant "Dp: DessinPerso" as dp
participant "jeu: JeuPerso" as j
participant "p: Personnage" as pe
-> dp: dessiner(im)
activate dp
dp -> j: etrefini()
activate j
j --> dp: fin
deactivate j
alt fin
dp -> j: getPersonnage()
activate j
j --> dp: p
deactivate j
dp -> p: etrMort()
activate p
p --> dp: mort()
deactivate p
alt mort
dp -> j: dessinerFinPerdue()
activate j
j --> dp:
deactivate j
else non mort
dp -> j: dessinerFinGagner()
activate j
j --> dp:
deactivate j
end
else
end
<-- dp:
deactivate dp
@enduml | false | true | false | false | sequence |
bc25c73264c03f83529cfdad7b6da8d0a9c3afb1 | 4169eebf1a23c816f6e05b3c4e45a75da42db5e9 | /src/site/puml/detailedFilterHierarchy.puml | f125a3d6bfe55f94daa7fc83169f0cad7a092009 | [
"Apache-2.0"
] | permissive | mojohaus/jaxb2-maven-plugin | f70a91fcd1a03c088de1b7691e9fe7bc0355b8c1 | b61990a8b0d0036773b9015b86546ec49c800f82 | refs/heads/master | 2023-08-23T07:15:05.167688 | 2023-06-16T02:59:28 | 2023-06-16T06:55:18 | 35,698,983 | 104 | 93 | Apache-2.0 | 2023-09-05T04:59:22 | 2015-05-15T22:02:53 | Java | UTF-8 | PlantUML | false | false | 1,025 | puml | @startuml
interface Filter<T> {
void initialize(Log log);
boolean isInitialized();
boolean accept(T candidate);
}
abstract class AbstractFilter<T> implements Filter {
Log log;
boolean processNullValues;
+ boolean onNullCandidate();
+ boolean accept(T candidate);
# boolean onCandidate(final T nonNullCandidate)
}
note left of AbstractFilter: Provides standard lifecycle\nimplementation and null awareness
abstract class AbstractPatternFilter<T> extends AbstractFilter {
boolean acceptCandidateOnPatternMatch;
StringConverter<T> converter;
List<String> patterns;
# boolean onCandidate(final T nonNullCandidate)
}
note left of AbstractPatternFilter: Provides property setters for\nMaven plugin configuration
class PatternFileFilter<File> extends AbstractPatternFilter implements java.io.FileFilter {
}
note left of PatternFileFilter: Provides defaults for\nMaven plugin configuration
class PatternURLFilter<URL> extends AbstractPatternFilter {
}
@enduml | false | true | false | false | class |
12a95083e340ed56d176778fdc5bbd9066a8e9f9 | c12709b46160493fa7837ddd96cf2dc170b7dc0d | /assets/umls/abstract-factory-pattern.puml | c03789e6816ecf79b8c90c28d007174630f87d9c | [] | no_license | battlerhythm/battlerhythm.github.io | c0e9bd62695b915ce734266be35a0e367c4e6225 | 3b53041d25f2935747122c75dc3b501bc9cba05a | refs/heads/master | 2021-12-03T08:38:20.238977 | 2021-11-28T19:21:25 | 2021-11-28T19:21:25 | 132,821,261 | 0 | 1 | null | 2018-05-10T01:15:52 | 2018-05-09T22:59:00 | JavaScript | UTF-8 | PlantUML | false | false | 1,068 | puml | @startuml
interface Factory {
Product getProductA()
Product getProductB()
}
class ConcreteFactory1 {
Product getProductA()
Product getProductB()
}
class ConcreteFactory2 {
Product getProductA()
Product getProductB()
}
class ConcreteFactory3 {
Product getProductA()
Product getProductB()
}
interface ProductA
interface ProductB
together {
class ConcreteProductA1
class ConcreteProductA2
class ConcreteProductA3
}
class ConcreteProductB1
class ConcreteProductB2
class ConcreteProductB3
Factory <|-- ConcreteFactory1
Factory <|-- ConcreteFactory2
Factory <|-- ConcreteFactory3
ConcreteProductA1 --|> ProductA
ConcreteProductA2 --|> ProductA
ConcreteProductA3 --|> ProductA
ConcreteProductB1 --|> ProductB
ConcreteProductB2 --|> ProductB
ConcreteProductB3 --|> ProductB
ConcreteFactory1 -down--> ConcreteProductA1
ConcreteFactory1 -down--> ConcreteProductB1
ConcreteFactory2 -down--> ConcreteProductA2
ConcreteFactory2 -down--> ConcreteProductB2
ConcreteFactory3 -down--> ConcreteProductA3
ConcreteFactory3 -down--> ConcreteProductB3
@enduml | false | true | false | false | class |
7993777ee426ece92dff3f2dc458d2a16da4870e | 39a675db86d4a7d4b60f7f6561466d1b8b4a192e | /assets/RFC003-AlphaBeta-AtomicSwap.puml | 02a624870bfb0b2e6a49497d3aee28ea8bb11267 | [] | no_license | xanpena/RFCs | 17a74d23108a307b23c90e181b1b99872e7dccd3 | 5aba80683fe44a7b1159426af628bf2b17fd7b24 | refs/heads/master | 2023-04-15T17:18:50.145937 | 2020-05-08T05:30:54 | 2020-05-08T05:30:54 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,342 | puml | ' DIAGRAM #########################################
' RFC003 atomic swap
' #################################################
@startuml
' #################################################
' SETTINGS: color settings of diagram
' #################################################
skinparam sequence {
BorderColor black
ArrowColor black
ActorBorderColor black
LifeLineBorderColor black
LifeLineBackgroundColor white
ParticipantBorderColor black
ParticipantBackgroundColor white
ParticipantFontColor black
ActorBackgroundColor white
ActorFontColor black
}
' #################################################
' ACTORS
' #################################################
actor Alice
participant "Alice\nComit-Node" as AC
participant "Alpha\nLedger" as Alpha
participant "Beta\nLedger" as Beta
participant "Bob\nComit-Node" as BC
actor Bob
' allow parallelism
!pragma teoz true
' #################################################
' DIAGRAM
' #################################################
Alice->AC: send swap request
AC->AC: generate secret
AC->AC: hash secret
AC->BC: swap request
note left #white
swap request includes
- hash of secret
- expiries
- Alice's identities (if relevant)
end note
BC->Bob: new swap request
Bob->BC: accept swap request
BC->AC: accept swap request
note right #white
swap accept includes
- Bob's identities (if relevant)
end note
BC->Alpha: monitor fund of HTLC on Alpha
& AC->Alpha: monitor fund of HTLC on Alpha
note left #white
Both Alice and Bob know
all the parameter to create
the exact same TX data
for both ledgers. Monitoring
is done by both parties by
creating the TX data and
looking for it in new
incoming blocks.
end note
AC->Alice: fund available
Alice->AC: deploy and fund Alpha
AC->AC: prepare TX to deploy HTLC on Alpha
AC-->Alice: prepared TX
note right #white
Both Alice and Bob have
all the parameter to create
the exact same HTLC code.
end note
Alice->Alpha: TX to deploy HTLC on Alpha
Alpha->Alpha: TX in new block
opt token asset, e.g. ERC20
AC->AC: prepare TX to fund HTLC on Alpha
AC-->Alice: prepared TX
Alice->Alpha: TX to fund HTLC on Alpha
Alpha->Alpha: TX in new block
end
AC->Alpha: Alice's comit node notices\ndeployed (and funded) HTLC on Alpha
& BC->Alpha: Bob's comit node notices\ndeployed (and funded) HTLC on Alpha
BC->Beta: monitor fund of HTLC on Beta
& AC->Beta: monitor fund of HTLC on Beta
AC->Alice: refund available
& BC->Bob: fund available
Bob->BC: deploy and fund Beta
BC->BC: prepare TX to deploy HTLC on Beta
BC-->Bob: prepared TX
note left #white
Both Alice and Bob have
all the parameter to create
the exact same HTLC code.
end note
Bob->Beta: TX to deploy HTLC on Beta
Beta->Beta: TX in new block
opt token asset, e.g. ERC20
BC->BC: prepare TX to fund HTLC on Beta
BC-->Bob: prepared TX
Bob->Beta: TX to fund HTLC on Beta
Beta->Beta: TX in new block
end
BC->Beta: Bob's comit node notices\ndeployed (and funded) HTLC on Beta
& AC->Beta: Alice's comit node notices\ndeployed (and funded) HTLC on Beta
BC->Beta: monitor redeem of HTLC on Beta
& AC->Beta: monitor redeem of HTLC on Beta
BC->Bob: refund available
& AC->Alice: redeem available
Alice->AC: redeem Beta
AC->AC: prepare redeem TX
note left #white
Alice has to expose the
secret to redeem.
end note
AC-->Alice: prepared TX
Alice->Beta: TX to redeem
note right #white
HTLC hashes the given secret
and matches it against the
hash constant in the contract.
Secret revealed.
end note
Beta->Beta: TX in new block
note left #white
Alice got Beta asset.
end note
AC->Beta: Alice's comit node notices\nredeemed HTLC on Beta
& BC->Beta: Bob's comit node notices\nredeemed HTLC on Beta
BC->Alpha: monitor redeem of HTLC on Alpha
& AC->Alpha: monitor redeem of HTLC on Alpha
BC->Bob: redeem available
note left #white
Bob's comit node
retrieves the secret.
end note
Bob->BC: redeem
BC->BC: prepare redeem TX
BC-->Bob: prepared TX
Bob->Alpha: TX to redeem
note left #white
HTLC hashes the given secret
and matches it against the
hash constant in the contract.
end note
Alpha->Alpha: TX in new block
note right #white
Bob got Alpha asset.
end note
AC->Alpha: Alice's comit node notices\nredeemed HTLC on Alpha
& BC->Alpha: Bob's comit node notices\nredeemed HTLC on Alpha
AC->Alice: swap complete
& BC->Bob: swap complete
@enduml
| false | true | false | false | usecase |
809d44d74e5dd2a2c33ef8396f66e15155567a7a | 8526162a04e1aafc763c035c23cfcfb25eee6159 | /app/src/main/java/com/voicenotes/view/settings/settings.plantuml | 368ae2b8c34a9b39f3627bdd3512c70488061d81 | [
"BSD-2-Clause"
] | permissive | fernandopm7/com.tfg.voicenotes | b1c869a0c94b59c6d7d2bce936b489bd84d3ae3b | 7bef4346b79bada48a85ff1c3011e39a753b814b | refs/heads/master | 2020-06-04T22:08:42.890833 | 2019-08-27T17:10:46 | 2019-08-27T17:10:46 | 192,209,386 | 0 | 0 | BSD-2-Clause | 2019-08-27T18:56:21 | 2019-06-16T15:50:32 | Java | UTF-8 | PlantUML | false | false | 1,085 | plantuml | @startuml
title __SETTINGS's Class Diagram__\n
package com.voicenotes {
package com.voicenotes.view.settings {
class SettingsActivity {
~ appInfoButton : Button
~ calibrationButton : Button
~ saveSettingsButton : Button
~ defaultSettingsButton : Button
~ categories : List<String>
~ categories2 : List<String>
~ currentModel : String
~ appInfoButtonListener : OnClickListener
~ calibrationButtonListener : OnClickListener
~ saveSettingsButtonListener : OnClickListener
~ defaultSettingsButtonListener : OnClickListener
# onCreate()
+ onItemSelected()
+ onNothingSelected()
}
}
}
SettingsActivity -up-|> OnItemSelectedListener
SettingsActivity -up-|> AppCompatActivity
HostCallbacks -up-|> FragmentHostCallback
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
bcb3969b9e8b66cd5c659ae76449901bdeb9719b | 59e95a91544586a24cf34dc1a489b4dd74c15fb8 | /test/.puml/deployment-diagram-elements.puml | 50ca08f591bdb5e3a23bfe9e047a35980cf8dac9 | [] | no_license | devtestlabs-xyz/plantuml-client-container | 70748104798f08b87d927be051d1aef0b97f2f93 | 561f0cc8f90fc39ab77386b1f270b6b3273a0329 | refs/heads/master | 2021-02-11T09:58:18.469181 | 2020-03-04T21:53:34 | 2020-03-04T21:53:34 | 244,479,948 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 362 | puml | @startuml
Title Deployment Diagram Elements
actor actor
agent agent
artifact artifact
boundary boundary
card card
cloud cloud
component component
control control
database database
entity entity
file file
folder folder
frame frame
interface interface
node node
package package
queue queue
stack stack
rectangle rectangle
storage storage
usecase usecase
@enduml | false | true | false | false | usecase |
44f1a607f5fc4b10ccf70a91924e487ca69d5ec0 | e34a2ed2af9aba5d0b4d576e9d0aeb7f24baeca3 | /examples/usecase.puml | 126d0d7ed909a6e24fdb7b776c1938ac16a3cd76 | [] | no_license | grze/archexamples | 704c20fac419574dbceeab4adb40ad86d83da455 | 8e470a48d814af456108aae86a6be08f52d160f9 | refs/heads/master | 2016-08-08T05:01:32.760462 | 2014-08-12T06:45:04 | 2014-08-12T06:45:04 | 19,866,489 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 532 | puml | @startuml
left to right direction
skinparam packageStyle rect
:Main Admin: as Admin
(Use the application) as (Use)
User -> (Start)
User --> (Use)
Admin ---> (Use)
note right of Admin : This is an example.
note right of (Use)
A note can also
be on several lines
end note
note "This note is connected\nto several objects." as N2
(Start) .. N2
N2 .. (Use)
actor customer
actor clerk
rectangle checkout {
customer -- (checkout)
(checkout) .> (payment) : include
(help) .> (checkout) : extends
(checkout) -- clerk
}
@enduml
| false | true | false | false | usecase |
78082dba6a4bc5ada2f92088a903d298667cf6fe | 898d82eeabb1fc98006e54be6f9d0ea7dd5df39c | /diagrams/owner_view_agreement.puml | e9c85e7aaffdce4fb2887b4acd597ec743f4d6b6 | [] | no_license | lecler-i/mani-home-specs | d2d5de134f741109e7ad5523f5b069e685f27ec3 | 8eb4f57f86b83313fd684f4fd80a6327dd9b8abf | refs/heads/master | 2021-01-19T09:05:59.945504 | 2017-05-18T21:27:49 | 2017-05-18T21:27:49 | 87,724,697 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 73 | puml | Actor Owner
(View agreement) as view_agreement
Owner -> view_agreement
| false | true | false | false | usecase |
2eee8df60742797ed127be46ca12b10f57c56099 | 6d2ab6d2cc2157c1c0b744cb5e3d682597335b3a | /res/diagrams/misc/lexer-dfa.plantuml | f28c252193e02e8869a9d985d8fca5f5c024abd0 | [] | no_license | chlablak/platinum-parsing | 319ca41be2c352831c5c3fab47c6299ee118568f | 2b8be943267a1305b4d295429d3702370f9ff153 | refs/heads/master | 2021-08-22T06:17:24.976284 | 2017-11-29T13:38:24 | 2017-11-29T13:38:24 | 84,449,306 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 216 | plantuml | @startuml
skinparam monochrome true
rectangle "<i>Lexer</i>" as parser
rectangle "Entrée" as input
rectangle "Sortie" as output
rectangle "DFA" as table
table <-- parser
input -> parser
parser -> output
@enduml
| false | true | true | false | uml-unknown |
e12bfc8d737da50ede64a1775bbd23f8b49a2609 | d1ffaec31f5b34555dd61e14cdb9159924a941ea | /Finales/final-2021-08-12-AlgoBar/resolucion_alumno/plantuml/secuencia-1A.plantuml | e78b3ae77646b88ba3ac06cfcb37f2e4e42a7f4b | [
"MIT"
] | permissive | guille-acosta/7507-Algo3 | 79250bf90d927881636074cd80c6a4da5039f0c9 | 4e3019ca8199f1e3e40aa21d5110f2697a72f12b | refs/heads/master | 2023-08-12T03:44:14.748803 | 2021-09-17T12:07:23 | 2021-09-17T12:07:23 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,528 | plantuml | @startuml
skinparam style strictuml
skinparam classAttributeIconSize 0
skinparam monochrome true
hide empty members
title Secuencia 1A \n Cuanto debe pagar un socio premium a fin de mes \n habiendo realizado consumos por $14000 \n y reservando la sala de cine
actor actor
participant cli as ":Cliente"
participant tipo as "tipo:SocioPremium"
participant prod as ":Producto"
participant cine as "cine:SalaCine"
actor ++
note right actor : inicializar
actor -> cli ** : new Cliente()
actor -> tipo ** : new SocioPremium()
actor -> cli ++ : setTipo( tipo )
cli --
note right actor : consumir un producto de $1000
actor -> cli ++ : consumir( snack )
cli -> tipo ++ : consumir( snack )
tipo -> prod ++ : precio()
return 1000
tipo -> cli ++ : aumentarDeuda( 1000 * 0.8 )
note right cli : deuda = 800
cli --
tipo --
cli--
note right actor : consumir un producto de $3000
actor -> cli ++ : consumir( comida )
note right cli : El proceso de consumir un producto ya esta descripto
note right cli : deuda = 3200
return
note right actor : reservar sala de cine con 4 personas
actor -> cli ++ : reservar( cine, 4 )
cli -> tipo ++ : reservar( cine, 4 )
tipo -> cine ++ : reservarPara( tipo, 4 )
return true
return true
return true
note right actor : consumir un producto de $10000
actor -> cli ++ : consumir( comida )
note right cli : El proceso de consumir un producto ya esta descripto
note right cli : deuda = 11200
return
actor -> cli ++ : debePagar()
cli -> tipo ++: precio()
return 1000
return 1000 + 11200
@enduml | false | true | false | false | usecase |
90a2db3ba590623a63ef139ad3080fa426d00293 | 80c2e0ef678bf3ce80066b5ebc4b74615caa55fe | /doc/images/global-design-sequence.puml | 797bf94dac0441b6aae814ca5f89d8c9fe038b92 | [
"MIT"
] | permissive | HappyTuesday/pipeline-playbook-core | 7c07a241bd78c2199b6843b3895820109e5615f1 | 47bc52697bf8e041656d08629090e56912dcf293 | refs/heads/master | 2022-12-25T09:48:02.673164 | 2020-01-17T02:13:21 | 2020-01-17T02:13:21 | 229,727,723 | 0 | 0 | MIT | 2022-12-14T20:35:10 | 2019-12-23T10:15:31 | Java | UTF-8 | PlantUML | false | false | 764 | puml | @startuml
actor devops
participant "Jenkins" as jenkins
participant "pipeline-playbook" as pipeline
participant "GIT Repository" as git
devops -> git : write and push groovy scripts
activate git
git -> pipeline : groovy scripts changed
deactivate git
activate pipeline
pipeline -> pipeline : evaluate scripts
pipeline -> jenkins : generate Jenkins jobs
deactivate pipeline
...
devops -> jenkins : execute job
activate jenkins
jenkins -> pipeline : call pipeline-playbook
activate pipeline
pipeline -> git : pull groovy scripts
pipeline -> pipeline : evaluate scripts
pipeline -> pipeline : execute related script
pipeline -> jenkins : print realtime execution progress
deactivate pipeline
jenkins -> devops : show execution progress
deactivate jenkins
...
@enduml | false | true | false | false | sequence |
eeda8508c2e5b6c518d42ca44e17c228d14ad08f | 38b4399e9250868c765ee97bb03b4c2c59c877a8 | /UML/ETM/etm-sequence-tjob-execution-live.puml | ad91575d71f7fdafbcd93467496de126d49ebd99 | [] | no_license | elastest/elastest.io-docs | 5a20391d94b542d2ad0260f5043efdd4eef72d58 | 4443845d28b9717c0e77fdef9b0f9682165a77dd | refs/heads/master | 2021-01-22T20:18:45.974210 | 2020-07-30T08:23:47 | 2020-07-30T08:23:47 | 85,305,936 | 1 | 7 | null | 2019-11-20T08:55:03 | 2017-03-17T11:46:37 | HTML | UTF-8 | PlantUML | false | false | 949 | puml | @startuml
skinparam participant {
FontSize 16
FontStyle bold
FontColor white
BackgroundColor #ffac2f
ArrowFontColor #333333
ArrowThickness 2
}
' Participants
actor Tester
participant ETM
participant EPM
participant SUT
participant TJobExecution
' Notes over participants
note over EPM
Deploy components of a TJob
on Docker or K8s
end note
' Relations
Tester --> ETM: Execute TJob
ETM --> EPM: Request SuT
create SUT
EPM --> SUT: Deploy
activate SUT
ETM --> EPM: Request TJobExecution
create TJobExecution
EPM --> TJobExecution: deploy
activate TJobExecution
group Test Execution
TJobExecution --> ETM: logs/metrics
ETM --> Tester: logs/metrics
TJobExecution --> SUT: exercise
SUT --> ETM: logs/metrics
ETM --> Tester: logs/metrics
TJobExecution --> SUT: verify behavior
end
TJobExecution --> ETM: Test results
destroy TJobExecution
destroy SUT
ETM --> Tester: Test results
@enduml | false | true | false | false | sequence |
6894ed37a9747b09fccce8ba8ec99c7b303cfede | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Activation/ActivationPlayableAsset.puml | f350a619c2e14bac4548a5927bfe318418116680 | [] | no_license | TakanoVineYard/AMHH | 215a7c47049df08c5635b501e74f85137b9e985b | 68887a313587a2934fb4ceb2994cbc2a2191d6a3 | refs/heads/master | 2023-01-13T02:08:02.787083 | 2020-11-17T14:51:57 | 2020-11-17T14:51:57 | 303,631,593 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 272 | puml | @startuml
class ActivationPlayableAsset {
+ <<override>> CreatePlayable(graph:PlayableGraph, go:GameObject) : Playable
}
PlayableAsset <|-- ActivationPlayableAsset
ITimelineClipAsset <|-- ActivationPlayableAsset
ActivationPlayableAsset --> "clipCaps" ClipCaps
@enduml
| false | true | false | false | class |
5ff17a81426a55e8b41d072c25620a15a941b352 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/UseCases/Manage-Applications/Publish-App.puml | 17b073b86f3a56b77feb1ef057306328abaf6e7d | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 259 | puml | @startuml
Actor "actorName" as A
box "Manage-Applications" #lightblue
participant CLI as CLI
participant Web as Web
participant "c3" as S
A -> CLI : c3-app-publish()
CLI -> S : app/publish()
A -> Web : app/publish()
Web -> S : app/publish()
end box
@enduml
| false | true | false | false | sequence |
5d27b477d8f8a9cf6f05a8e831fda69a2d4cbee5 | 8cf018eb6de40017601592f1f125ea67d5de7086 | /docs/Solution/Cloud-Stack/Common-Cloud-Core/Deployment.puml | a693ff8206ffaf2692d46f118cb3902b3f5af953 | [] | no_license | CAADE/ADC | bec251477e457a9ee4eca673fdab04b65c4290f5 | a81ba7532e7092ab564bcb30f8ec36bab3b71d0b | refs/heads/master | 2021-06-23T22:20:00.239150 | 2019-04-03T05:15:20 | 2019-04-03T05:15:20 | 104,887,854 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 168 | puml | @startuml
package "Cloud-Stack/Common-Cloud-Core" {
cloud cloud1
node node1
artifact artifact1
storage objectStore
database db1
folder folder1
}
@enduml
| false | true | false | false | sequence |
1c742e638cd9b0bad4b54d74d20cff3e3092a84e | 38b4399e9250868c765ee97bb03b4c2c59c877a8 | /UML/ETM/etm-sequence-testlink-plan-execution-crossbrowser.puml | 6b3ec55a9f4772a0f460523e4a5f7795c179e294 | [] | no_license | elastest/elastest.io-docs | 5a20391d94b542d2ad0260f5043efdd4eef72d58 | 4443845d28b9717c0e77fdef9b0f9682165a77dd | refs/heads/master | 2021-01-22T20:18:45.974210 | 2020-07-30T08:23:47 | 2020-07-30T08:23:47 | 85,305,936 | 1 | 7 | null | 2019-11-20T08:55:03 | 2017-03-17T11:46:37 | HTML | UTF-8 | PlantUML | false | false | 3,064 | puml | @startuml
skinparam participant {
FontSize 16
FontStyle bold
FontColor white
BackgroundColor #ffac2f
ArrowFontColor #333333
ArrowThickness 2
}
' Participants
actor User
box "ETM" #dddddd
participant "ETM GUI"
participant "ETM Backend"
end box
participant TestLink
participant EUS
participant Browser1
participant BrowserN
participant "Other\nServices"
' Relations
User --> "ETM GUI": go to Test \nPlan page
User --> "ETM GUI": start Test \nPlan execution
"ETM GUI" --> User: show modal for \nselect configuration
User --> "ETM GUI": select configuration\n(crossbrowser checked and\nbrowsers selected)
"ETM GUI" --> "ETM Backend": get Test Plan \nfrom TestLink
"ETM Backend" --> TestLink: get Test Plan
TestLink --> "ETM Backend": response
"ETM Backend" --> "ETM GUI": response
"ETM GUI" --> "ETM Backend": get Build \nfrom TestLink
"ETM Backend" --> TestLink: get Build
TestLink --> "ETM Backend": response
"ETM Backend" --> "ETM GUI": response
"ETM GUI" --> "ETM Backend": get ExternalTJob
"ETM Backend" --> "ETM GUI": response
"ETM GUI" --> "ETM Backend": create \nExternalTJobExecution
"ETM Backend" --> "ETM GUI": response
"ETM Backend" --> "ETM Backend": create execution\nresources
"ETM Backend" --> EUS: provide EUS \nif not exists
note right
in elastest mini
and single-node,
EUS is already provided
end note
"ETM Backend" --> "Other\nServices": provide other\nservices (optional)
alt with sut deployed by ElasTest
"ETM Backend" --> "ETM Backend": start sut
end
"ETM Backend" --> "ETM GUI": return \nExternalTJobExecution
"ETM GUI" --> "EUS": request browsers
"EUS" --> "Browser1": provide
activate Browser1
"EUS" --> "BrowserN": provide
activate BrowserN
"EUS" --> "ETM GUI": response
alt with sut deployed by ElasTest
loop
"ETM GUI" --> "ETM Backend": wait for sut ready
end
"ETM GUI" --> Browser1: open sut url
"ETM GUI" --> BrowserN: open sut url
end
"ETM GUI" --> User: show browsers
loop for each test case and (!paused or !stopped)
"ETM GUI" --> EUS: start video recording
EUS --> Browser1: start video recording
EUS --> BrowserN: start video recording
"ETM GUI" --> User: show test case\nexecution panel
User --> "Browser1": interacts
"ETM GUI" --> "BrowserN": propagate\nBrowser1 events
alt execute test case
User --> "ETM GUI": select test case\nresult and save
else pause execution
"ETM GUI" --> "ETM Backend": save state
"ETM Backend" --> "ETM GUI"
else stop execution
end
"ETM GUI" --> EUS: stop video recording
EUS --> Browser1: stop video recording
EUS --> BrowserN: stop video recording
end
"ETM GUI" --> "ETM Backend": finish\nExternalTJobExecution
"ETM Backend" --> "ETM GUI": response
"ETM GUI" --> "EUS": stop browsers
EUS --> Browser1: stop
destroy Browser1
EUS --> BrowserN: stop
destroy BrowserN
EUS --> "ETM GUI": response
"ETM GUI" --> "ETM Backend": deprovide EUS\nif is necessary
"ETM Backend" --> "ETM GUI": response
"ETM GUI" --> User: show results page
@enduml | false | true | false | false | usecase |
bcb37e98690f813e007a128623694b2e4f02b36d | bcb7fd9ec9e69e52780b27da867b8055dfdc043c | /src/lattice/ImplicationalSystemWriterFactory.iuml | dac6d3a3e06e09f7e43b55e76c3c3954390369a7 | [
"CECILL-B"
] | permissive | vanthonguyen/lattice-sequence | 2e962d089b0053ba90332932fe3881dfe8ec71ac | 72ebfe551ef013da521b81121e3f98164b2a00bf | refs/heads/master | 2020-04-15T07:22:32.920465 | 2015-02-01T17:33:59 | 2015-02-01T17:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 445 | iuml | package lattice {
class ImplicationalSystemWriterFactory {
-{static}HashMap<String, ImplicationalSystemWriter> writers
+{static}ImplicationalSystemWriter register(ImplicationalSystemWriter writer, String extension)
+{static}ImplicationalSystemWriter unregister(String extension)
+{static}ImplicationalSystemWriter get(String extension)
}
ImplicationalSystemWriterFactory o-- ImplicationalSystemWriter
}
| false | true | false | false | class |
b7d5157098b8be0592ce4e224f1490308dd4cde8 | 8255480ee8ecef1ad7d65f60b261efce689ba52c | /distribution/material-4/Av/_6K.puml | 73764fea4a78bbb8e363a6514602438c0a833ca2 | [
"MIT"
] | permissive | tmorin/plantuml-libs | 26e2eca7afa650a54ee8df4e7300e14e19e43ec0 | 006af18927be7a3f7b4a41950db45b9a8026a534 | refs/heads/master | 2023-08-09T03:49:04.516794 | 2023-05-30T19:04:23 | 2023-05-30T19:04:23 | 181,646,969 | 95 | 25 | MIT | 2023-07-20T10:12:29 | 2019-04-16T08:24:49 | TypeScript | UTF-8 | PlantUML | false | false | 558 | puml | ' definition of the Item material-4/Av/_6K
sprite $_6KXs [10x10/16z] Oy0A-240bGL4F8mm5WD234XYqu4
sprite $_6KSm [12x12/16z] Oy09-6407vk7aOcVYG76Pk1du8MmUO62O772vl2Ws0e
sprite $_6KMd [16x16/16z] ZSt50G0X44FHu4xwhtRTbO--q-2_LDRyoCmzERZyMqbDILKNPraA8JrNGsW2t2oJ9BnQpJ8UbhPvuM218Rary5eF
sprite $_6KLg [20x20/16z] fOw50S1020D3NO3iFstTNUuL3_vXN99qFgwm0vzV-ToTRFViq-REA1hAqjVcIGmkVOA2WcJbOrjRG6TV-of5S_YHbby-xNof-Om5U4mD
!procedure _6K($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'material-4/Av/_6K', $name, $tech, $desc)
!endprocedure
| false | true | false | false | uml-unknown |
3c4753be25545da0235b23696a4f22b1af877959 | f4435881fb92cbfdeddbe5df2a4875fd0380de05 | /documentation/manual/src/main/paradox/algebras/json-entities.plantuml | 85ca56e838303e248687c3d00b51ff1a00d0b728 | [
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | endpoints4s/endpoints4s | b6c264320182fbb333340868ddb4ede9363091a8 | 0cba8bcded63c6c89eb4a6178009d8d6d7e347f0 | refs/heads/master | 2023-08-31T23:47:21.860898 | 2023-08-05T14:34:53 | 2023-08-06T10:00:43 | 57,041,055 | 140 | 31 | MIT | 2023-09-12T16:52:39 | 2016-04-25T12:48:00 | Scala | UTF-8 | PlantUML | false | false | 555 | plantuml | @startuml
interface Endpoints
interface JsonEntities {
type JsonRequest[A]
type JsonResponse[A]
}
interface JsonSchemas {
type JsonSchema[A]
}
interface JsonEntitiesFromCodecs {
type JsonCodec[A]
type JsonRequest[A] = JsonCodec[A]
type JsonResponse[A] = JsonCodec[A]
}
interface JsonEntitiesFromSchemas {
type JsonRequest[A] = JsonSchema[A]
type JsonResponse[A] = JsonSchema[A]
}
Endpoints <|-- JsonEntities
JsonEntities <|-- JsonEntitiesFromSchemas
JsonSchemas <|-- JsonEntitiesFromSchemas
JsonEntities <|-- JsonEntitiesFromCodecs
@enduml | false | true | false | false | class |
3c8a9864ed6439b53b5e022d47cb0e5ca1be665a | 3656b9512914e5ce9513cc8cc30fe552021f6e01 | /coba | 144bbb05a6f9ba06f5b3e38e356f9c111b2dfd94 | [] | no_license | daffashafwan/project_resonator | 5404fea0e44560c59548f0be136927e5a2dd81ed | 577fcacad04e56e5b65b0edc25ea6dfa124180b4 | refs/heads/master | 2023-08-04T09:59:57.545380 | 2021-09-18T03:50:22 | 2021-09-18T03:50:22 | 288,103,823 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,499 | @startuml
set namespaceSeparator ::
class "project_resonator::main.dart::MyApp" {
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "project_resonator::main.dart::MyApp"
class "project_resonator::main.dart::MyHomePage" {
+dynamic title
+_MyHomePageState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::main.dart::MyHomePage"
class "project_resonator::main.dart::_MyHomePageState" {
+int currentTab
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::main.dart::_MyHomePageState"
class "project_resonator::todos.dart::Todo" {
+dynamic title
+dynamic description
}
class "project_resonator::todos.dart::TodosScreen" {
+List<Todo> todos
+Widget build()
}
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "project_resonator::todos.dart::TodosScreen"
class "project_resonator::todos.dart::DetailScreen" {
+Todo todo
+Widget build()
}
"project_resonator::todos.dart::DetailScreen" o-- "project_resonator::todos.dart::Todo"
"flutter::src::widgets::framework.dart::StatelessWidget" <|-- "project_resonator::todos.dart::DetailScreen"
class "project_resonator::models::saved-item.dart::SavedItem" {
{static} +String table
+int id
+String kalimat
+Map toMap()
{static} +SavedItem fromMap()
}
"project_resonator::models::model.dart::Model" <|-- "project_resonator::models::saved-item.dart::SavedItem"
abstract class "project_resonator::models::model.dart::Model" {
+int id
{static} +dynamic fromMap()
+dynamic toMap()
}
class "project_resonator::models::history-item.dart::HistoryItem" {
{static} +String table
+int id
+String kalimat
+String timestamp
+Map toMap()
{static} +HistoryItem fromMap()
}
"project_resonator::models::model.dart::Model" <|-- "project_resonator::models::history-item.dart::HistoryItem"
class "project_resonator::pages::history.dart::TtsState" {
+int index
{static} +List<TtsState> values
{static} +TtsState playing
{static} +TtsState stopped
}
"project_resonator::pages::history.dart::TtsState" o-- "project_resonator::pages::history.dart::TtsState"
class "project_resonator::pages::history.dart::History" {
+_HistoryState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::pages::history.dart::History"
class "project_resonator::pages::history.dart::_HistoryState" {
+FlutterTts flutterTts
+TtsState ttsState
+dynamic voice
-List<HistoryItem> _kalimat
-TextStyle _style
-TextStyle _style_2
+dynamic dropdownValue
+dynamic isPlaying
+dynamic isStopped
-List<Widget> _items
+Widget format()
-void _deleteDialog()
+void initState()
+dynamic initTts()
-Future _speak()
-void _delete()
+Future refresh()
+Widget build()
}
"project_resonator::pages::history.dart::_HistoryState" o-- "flutter_tts::flutter_tts.dart::FlutterTts"
"project_resonator::pages::history.dart::_HistoryState" o-- "project_resonator::pages::history.dart::TtsState"
"project_resonator::pages::history.dart::_HistoryState" o-- "flutter::src::painting::text_style.dart::TextStyle"
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::pages::history.dart::_HistoryState"
class "project_resonator::pages::penyimpanan.dart::TtsState" {
+int index
{static} +List<TtsState> values
{static} +TtsState playing
{static} +TtsState stopped
}
"project_resonator::pages::penyimpanan.dart::TtsState" o-- "project_resonator::pages::penyimpanan.dart::TtsState"
class "project_resonator::pages::penyimpanan.dart::Penyimpanan" {
+_PenyimpananState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::pages::penyimpanan.dart::Penyimpanan"
class "project_resonator::pages::penyimpanan.dart::_PenyimpananState" {
+FlutterTts flutterTts
+TtsState ttsState
+dynamic voice
+dynamic kalimat
-List<SavedItem> _kalimat
-TextStyle _style
+dynamic isPlaying
+dynamic isStopped
-List<Widget> _items
+Widget format()
+void start()
-void _delete()
-void _save()
-void _create()
+void initState()
+dynamic initTts()
-Future _speak()
+void refresh()
+Widget build()
}
"project_resonator::pages::penyimpanan.dart::_PenyimpananState" o-- "flutter_tts::flutter_tts.dart::FlutterTts"
"project_resonator::pages::penyimpanan.dart::_PenyimpananState" o-- "project_resonator::pages::penyimpanan.dart::TtsState"
"project_resonator::pages::penyimpanan.dart::_PenyimpananState" o-- "flutter::src::painting::text_style.dart::TextStyle"
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::pages::penyimpanan.dart::_PenyimpananState"
class "project_resonator::pages::penyimpananStack.dart::PenyimpananStack" {
+dynamic title
+_PenyimpananStackState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::pages::penyimpananStack.dart::PenyimpananStack"
class "project_resonator::pages::penyimpananStack.dart::_PenyimpananStackState" {
+int currentTab
+dynamic dropdownValue
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::pages::penyimpananStack.dart::_PenyimpananStackState"
class "project_resonator::pages::speak.dart::TtsState" {
+int index
{static} +List<TtsState> values
{static} +TtsState playing
{static} +TtsState stopped
}
"project_resonator::pages::speak.dart::TtsState" o-- "project_resonator::pages::speak.dart::TtsState"
class "project_resonator::pages::speak.dart::Speak" {
+List litems
+List litems2
+List litems3
+_SpeakState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::pages::speak.dart::Speak"
class "project_resonator::pages::speak.dart::_SpeakState" {
+FlutterTts flutterTts
-dynamic _newVoiceText
-dynamic _newDateText
+TtsState ttsState
-Map<dynamic, HighlightedWord> _highlights
-bool _turn
+List litems
+List litems2
+List litems3
+List litems4
+TextEditingController eCtrl
-SpeechToText _speech
-bool _isListening
-dynamic _text
-double _confidence
-TextStyle _style
+dynamic isPlaying
+dynamic isStopped
-void _save()
+void initState()
+dynamic initTts()
-Future _speak()
-void _getDate()
-void _onChange()
-void _create()
-void _saveDialog()
+Widget setupAlertDialoadContainer()
+Widget build()
-void _listen()
}
"project_resonator::pages::speak.dart::_SpeakState" o-- "flutter_tts::flutter_tts.dart::FlutterTts"
"project_resonator::pages::speak.dart::_SpeakState" o-- "project_resonator::pages::speak.dart::TtsState"
"project_resonator::pages::speak.dart::_SpeakState" o-- "flutter::src::widgets::editable_text.dart::TextEditingController"
"project_resonator::pages::speak.dart::_SpeakState" o-- "speech_to_text::speech_to_text.dart::SpeechToText"
"project_resonator::pages::speak.dart::_SpeakState" o-- "flutter::src::painting::text_style.dart::TextStyle"
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::pages::speak.dart::_SpeakState"
class "project_resonator::pages::learn.dart::Learn" {
+_LearnState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::pages::learn.dart::Learn"
class "project_resonator::pages::learn.dart::_LearnState" {
+dynamic assett
+Widget svg
-TextStyle _style
+Widget build()
}
"project_resonator::pages::learn.dart::_LearnState" o-- "flutter::src::widgets::framework.dart::Widget"
"project_resonator::pages::learn.dart::_LearnState" o-- "flutter::src::painting::text_style.dart::TextStyle"
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::pages::learn.dart::_LearnState"
class "project_resonator::pages::awal.dart::Awal" {
+_AwalState createState()
}
"flutter::src::widgets::framework.dart::StatefulWidget" <|-- "project_resonator::pages::awal.dart::Awal"
class "project_resonator::pages::awal.dart::_AwalState" {
+Widget build()
}
"flutter::src::widgets::framework.dart::State<T>" <|-- "project_resonator::pages::awal.dart::_AwalState"
abstract class "project_resonator::services::db.dart::DB" {
{static} -Database _db
{static} -int _version
{static} +Future init()
{static} +void onCreate()
{static} +Future query()
{static} +Future insert()
{static} +Future update()
{static} +Future delete()
}
"project_resonator::services::db.dart::DB" o-- "sqflite_common::sqlite_api.dart::Database"
@enduml | false | true | false | false | class | |
13c17f4152f6bf86e03b2faa71a04d0615f15a5d | 9735593c0c7c9f71651b174ec0dfc02753a2d0b2 | /src/main/java/designpatterns/abstractfactory/abstractFactory.puml | 2f77722dfec0eb26ee2f2b7ef1b92ff6762b8854 | [] | no_license | pepe00486/DesignPatterns | cbfbe5b7b1435e6791e496db646646c27beb73e3 | d57000a580947bf67f433cc08936a5c6c8a6c1a5 | refs/heads/main | 2023-02-10T14:41:04.246343 | 2021-01-10T22:13:16 | 2021-01-10T22:13:16 | 326,499,753 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 636 | puml | @startuml
title Abstract Factory Pattern
interface Product{
}
class ConcreteProductA{
}
class ConcreteProductB{
}
interface Factory {
}
class ConcreteFactoryOne{
+factoryMethodA() : Product
+factoryMethodB() : Product
}
class ConcreteFactoryTwo{
+factoryMethodA() : Product
+factoryMethodB() : Product
}
class Client{
}
ConcreteProductA ..|> Product
ConcreteProductB ..|> Product
ConcreteFactoryOne ..|> Factory
ConcreteFactoryTwo ..|> Factory
Client --> Factory
Client --> Product
ConcreteFactoryOne --> Product
ConcreteFactoryTwo --> Product
Factory -down[hidden]- Client
@enduml | false | true | false | false | class |
52c0a1e771a8ec2266302b13d14968373dfc409f | 2c6ab2bbf47e960ac0f63c40f0b6d734ae6303fe | /dev/design/operation.sequence.puml | 95270c50ec6b4fe902eaad6039c3a4b7778ae5bc | [
"Apache-2.0"
] | permissive | pyranja/asio | 7d2b6168cf11a9699f48ba080bbbe9172ef2a739 | ab671f21531a47b41eb58217675e83489c8a7a81 | refs/heads/master | 2020-05-04T14:09:52.498966 | 2015-07-16T12:17:34 | 2015-07-16T12:17:34 | 35,887,562 | 1 | 1 | null | 2015-07-16T12:17:36 | 2015-05-19T14:32:19 | Java | UTF-8 | PlantUML | false | false | 1,683 | puml | @startuml
title asio - operation processing
actor client
box "asio" #lightgrey
boundary frontend
control engine
control connector
end box
database db
client -> frontend: receive http request
activate frontend
group request handling
frontend -> engine: find language handler
activate engine
create connector
engine --> connector: select connector
engine --> frontend: return connector
deactivate engine
frontend -> connector: parse request
activate connector
frontend <-- connector: return operation
deactivate connector
frontend -> engine: submit operation
activate engine
engine -> connector: create task
activate connector
engine <-- connector: return task
deactivate connector
engine --> frontend: return future<task>
break failure
frontend -> client: send error response
end
deactivate frontend
end
group execution
engine -> connector: enqueue task
deactivate engine
activate connector
connector ->o db: execute command
connector <-o db: result stream
connector --> frontend: complete future
activate frontend
end
group response delivery
break failure
frontend -> client: send error response
end
frontend -> client: send success headers
frontend -> connector: subscribe to results
loop until no more rows
connector --> connector: serialize row
connector --> frontend: next chunk
frontend --> client: send chunk
break any failure
connector -> frontend: error
end
end
connector ->o db: close result stream
opt success
connector -> frontend: complete
end
deactivate connector
frontend -> client: send EOF
deactivate frontend
end
@enduml
| false | true | false | false | sequence |
14e469f7813c7d50dbc8f4e7440a2a6a056f3522 | 4831b8d3c95595367c9bb95adbc32f77fce5accf | /client-session/etc/client-session.urm.puml | eea5ce8a9054ae9a633b7dcab05c5790e360849e | [
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"MIT"
] | permissive | SergeyZhernovoy/java-design-patterns | bcccb330a44b3d09a991b943668416d725212157 | 1e654067c9761f4db800508d431769e3474e9c7c | refs/heads/master | 2023-03-11T08:59:09.285082 | 2023-03-02T18:07:23 | 2023-03-02T18:07:23 | 73,673,158 | 0 | 5 | MIT | 2021-05-07T13:38:25 | 2016-11-14T06:20:24 | Java | UTF-8 | PlantUML | false | false | 1,304 | puml | @startuml
package com.iluwatar.client.session {
class App {
+ App()
+ main(args : String[]) {static}
}
class Request {
- data : String
- session : Session
+ Request(data : String, session : Session)
# canEqual(other : Object) : boolean
+ equals(o : Object) : boolean
+ getData() : String
+ getSession() : Session
+ hashCode() : int
+ setData(data : String)
+ setSession(session : Session)
+ toString() : String
}
class Server {
- LOGGER : Logger {static}
- host : String
- port : int
+ Server(host : String, port : int)
# canEqual(other : Object) : boolean
+ equals(o : Object) : boolean
+ getHost() : String
+ getPort() : int
+ getSession(name : String) : Session
+ hashCode() : int
+ process(request : Request)
+ setHost(host : String)
+ setPort(port : int)
+ toString() : String
}
class Session {
- clientName : String
- id : String
+ Session(id : String, clientName : String)
# canEqual(other : Object) : boolean
+ equals(o : Object) : boolean
+ getClientName() : String
+ getId() : String
+ hashCode() : int
+ setClientName(clientName : String)
+ setId(id : String)
+ toString() : String
}
}
Request --> "-session" Session
@enduml | false | true | false | false | class |
d33cc9ed9940dd2466327bf19f99fd162f96b702 | 5e74f3619cbba40a2009edd461a46cf63a695cef | /Shos.UndoRedoList/Documents/ClassDiagrams/UndoRedoObservableCollection.puml | 8ef821e6859c5b8b7b7eaf5ab937166e271e8437 | [
"MIT"
] | permissive | damian-666/Shos.UndoRedoList | 6a0d6e6c5fe89ec6e1bfc6ef8656339a582b76db | 3275f1a7853c36033f1e17fbf26ca23c1944662f | refs/heads/master | 2023-03-18T01:49:53.649601 | 2020-12-11T05:19:40 | 2020-12-11T05:19:40 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 398 | puml | @startuml
class "UndoRedoObservableCollection`1"<TElement> {
+ <<event>> CollectionChanged : NotifyCollectionChangedEventHandler
+ UndoRedoObservableCollection(maximumUndoTimes:int)
}
class "UndoRedoList`2"<T1,T2> {
}
"UndoRedoList`2" "<TElement,ObservableCollection<TElement>>" <|-- "UndoRedoObservableCollection`1"
INotifyCollectionChanged <|-- "UndoRedoObservableCollection`1"
@enduml
| false | true | false | false | class |
540272db07ec1b2e58bf04b8c08a6c9d2fa322dd | f7389ede7c743b8ce3d174eee24ebcab316354f6 | /Diagrammer/CentralComputer/Klasser/Styringsenhed/CD.puml | 57cc392ab5cfba45ceb0ee407151b9ba2dbea5af | [] | no_license | Solvgraa-mager/E3PRJ3 | 7e2b70775c0d8b8312bc893e0c9014fd766af9b0 | fb507b5528417459714c00b73c75378d6465af19 | refs/heads/master | 2023-01-31T11:01:30.966313 | 2020-12-18T10:28:55 | 2020-12-18T10:28:55 | 294,479,612 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 275 | puml | @startuml
skinparam wrapWidth 200
class Styringsenhed <<Boundary>>{
-_speed : int
-_direction : int
-_SPIM : SPIMaster*
+Styringsenhed(int channel, int comSpeed, int bufferSize)
+GetDirectionAndSpeed(int &dir, int &speed)
+Styringsenhed()
}
@enduml | false | true | false | false | class |
cf4dbd564835a03ebbc1517f9a26a6d6c0c5e796 | 573fd3fb5867c0f26fb2906f0478b234956e713f | /packages/cactus-plugin-keychain-aws-sm/docs/architecture/set-keychain-entry-endpoint.puml | e63b1a25c23ebae452e2d8272aed4144682a46c8 | [
"Apache-2.0"
] | permissive | RafaelAPB/blockchain-integration-framework | 65cd73a7115069d343da7d269db45918710a7bbd | 89d5102496adfe98a542a373e805dc38ecb8f269 | refs/heads/main | 2023-08-07T02:19:05.864116 | 2023-04-12T00:41:07 | 2023-04-14T07:37:08 | 241,220,244 | 5 | 0 | Apache-2.0 | 2023-05-24T02:04:39 | 2020-02-17T22:22:43 | TypeScript | UTF-8 | PlantUML | false | false | 751 | puml | @startuml Sequence Diagram - Transaction
title Hyperledger Cactus\nSequence Diagram\nSet Keychain Entry Endpoint
skinparam sequenceArrowThickness 2
skinparam roundcorner 20
skinparam maxmessagesize 120
skinparam sequenceParticipant underline
box "Users" #LightBlue
actor "User A" as a
end box
box "Hyperledger Cactus" #LightGray
entity "API Client" as apic
entity "API Server" as apis
end box
box "AWS SM Connector" #LightGreen
database "AWS SM" as awssm
end box
a --> apic : Tx SetKeychainEntryV1
apic --> apis: Request
apis --> awssm: set(key,value)
awssm -> awssm: awsClient = getAwsClient()
awssm -> awssm: await awsClient.createSecret()
awssm --> apis: Response
apis --> apic: Formatted Response
apic --> a: SetKeychainEntryResponse
@enduml | false | true | false | false | usecase |
3d02ceefda5cc62068c24b88d03aba3f21305d10 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/StandalonePriceKeySetMessagePayload.puml | b44834e28a60a20b668872e0d7b7c2200188d98e | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 461 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface StandalonePriceKeySetMessagePayload [[StandalonePriceKeySetMessagePayload.svg]] extends MessagePayload {
type: String
key: String
oldKey: String
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
d064232eb1220d48b9540a8f332731c6306d71ae | 961f5d9b3805e9905273778e4938b96640fb6293 | /monads/monad-throw.puml | e9ffb9e12bf5165a007cf2a14a4d9b1297d645b3 | [
"MIT"
] | permissive | RodrigoMattosoSilveira/chess-tournament-swiss | bc60511ab9d301b38f3ca17f8c330e6fc4d002e7 | 1a19a3afb0664db7e5cb20bad287ee83bfd27e00 | refs/heads/master | 2023-07-09T00:11:16.254076 | 2021-07-30T22:50:55 | 2021-07-30T22:50:55 | 328,517,226 | 0 | 0 | MIT | 2021-01-12T03:41:28 | 2021-01-11T01:26:49 | null | UTF-8 | PlantUML | false | false | 1,081 | puml | @startuml
participant "client: Client" as client
participant "router: CommonRoutesConfig" as router
participant "middleware: UserMiddleware" as middleware
participant "controller: UserController" as controller
participant "service: UserService" as service
participant "dao: UserDao" as dao
activate client
activate router
activate middleware
activate controller
activate service
activate dao
note over client: TD issues a user HTTP CRUD
client->router: submit request
router->middleware: Route the request
middleware->middleware: validate request
alt valid
middleware->controller: pass it on
controller->service: apply data logic
service->dao: apply business logic
dao->dao: execute datastore operation
dao-->controller: Throw Error Message
controller->controller: Logic to catch and unpack Errors
controller-->client: return HTTP status, body
else invalid
middleware->client: return HTTP status=400, validation errors
end group
@enduml | false | true | false | false | sequence |
4f20330efc399e45d1d1b239b228356bf26b5921 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/OrderShippingInfoSetMessage.puml | e2e737d373fd1516259a6b483cb73f686b369894 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 1,257 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface OrderShippingInfoSetMessage [[OrderShippingInfoSetMessage.svg]] extends OrderMessage {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
shippingInfo: [[ShippingInfo.svg ShippingInfo]]
oldShippingInfo: [[ShippingInfo.svg ShippingInfo]]
}
interface OrderMessage [[OrderMessage.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false | true | false | false | class |
fc1247cf4f50ef6bb644b341dee59c13a0a23e9b | fe4eb6697e791df152d0c98645cb4dd417d0b4fd | /docs/uml/Architecture.puml | 7e421f4f4553cd75bf9ae7adbe92ca3f728828e0 | [] | no_license | AY2021S2-CS2113T-F08-1/tp | 181794879f60fe98692cb30145839758cef4781c | 6e9a5418c1ca45d8ba09ff9a612013251e7417f4 | refs/heads/master | 2023-04-10T04:08:56.690286 | 2021-04-16T14:43:44 | 2021-04-16T14:43:44 | 340,670,502 | 0 | 6 | null | 2021-04-16T13:07:08 | 2021-02-20T14:13:17 | Java | UTF-8 | PlantUML | false | false | 673 | puml | @startuml
!include <office/Concepts/globe_internet>
!include <office/Concepts/documents>
!include <office/Users/user>
!include <osa/laptop/laptop.puml>
hide circle
hide members
skinparam classAttributeIconSize 0
Package " "<<Rectangle>>{
Class UI #83E769
Class Logic #C8C8FA
Class Storage #EDC520
Class Data #F97181
Class Modman #grey
}
Class "<$user>" as User #F97181
Class "<$documents>" as File #83E769
UI -[#green]> Logic
UI -right[#green]-> Data
Logic -[#blue]-> Storage
Logic -down[#blue]-> Data
Modman -[#grey]-> UI
Modman -[#grey]-> Logic
Modman -[#grey]-> Storage
Modman -up[#grey]-> Data
Storage .right[#EDC520].>File
User <..> UI
@enduml | false | true | false | false | class |
70f97881f6e98c5f3424456200ef9dc7b0bcab6a | ed795a7f76d4b245e3a98458085773cee4fac855 | /backend/documentation/Diagrams.puml | efea10df9d63895eac574f8c3ac4a36edf0217d3 | [] | no_license | joaoduartepinto/recipes | e148132ac15354dcd74dbcb9a892afaeb9900f59 | bb00b3cde740aabb63f847e23740588f9e39eb38 | refs/heads/master | 2023-04-25T04:40:29.298156 | 2021-05-23T12:17:47 | 2021-05-23T12:17:47 | 359,191,239 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 898 | puml | @startuml
hide empty members
class Recipe {
- name
- ingredients
- time of cook
- steps
}
class MainDish {
}
class Meat {
}
class Fish {
}
class Desert {
}
class Drink {
}
class Entries {}
'class Picture {
'}
MainDish -u-|> Recipe : is a
Desert -u-|> Recipe : is a
Drink -u-|> Recipe : is a
Entries -u-|> Recipe : is a
Meat -u-|> MainDish : is a
Fish -u-|> MainDish : is a
'Recipe "1" -u- "1..*" Picture
@enduml
@startuml
hide empty members
package recipe {
class Recipe <<AggregateRoot>> {
- name
- ingredients
- time of cook
- steps
}
/'class Picture {}
'/
}
class RecipeName <<ID>> {}
class Ingredient <<ValueObject>> {}
class TimeOfCooking <<ValueObject>> {}
class Steps <<ValueObject>> {}
'Recipe --> "1..*\npicture" Picture
Recipe -r-> "1\nname" RecipeName
Recipe --u-> "1.* ingredients" Ingredient
Recipe -l-> "1 time" TimeOfCooking
Recipe ---> "1 steps" Steps
@enduml | false | true | false | false | class |
b68d0d593e7a47725925b431d7326bfcd196a056 | 8e0b778be8c51759f212c9a7d6750f501bc5a130 | /src/main/java/com/ab/visitor/Visitor.puml | 6e2f8052e16faab3cfe90dd92fdb236e3181b159 | [] | no_license | ab9508/proxy | 993f913fcfa2ba314d0640ca06a8625989b95ea4 | b427beb039e3447fdf37266471731a610d200f5f | refs/heads/master | 2021-02-10T13:56:53.118440 | 2020-03-09T10:40:40 | 2020-03-09T10:40:40 | 244,387,567 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 444 | puml | @startuml
class Visitor{
operation1(): void
operation2(): void
}
class ConcreteVisitor{
operation1(): void
operation2(): void
}
class Element{
accept(visitor: Visitor): void
}
class ConcreteElement{
accept(visitor: Visitor): void
}
class ObjectStruture{
element: Element
}
class Client
Visitor <|-- ConcreteVisitor
Visitor <-- Element
ObjectStruture o-- Element
Element <|-- ConcreteElement
Visitor <.. Client
ObjectStruture <.. Client
@enduml | false | true | false | false | class |
2dd7bf70f22b0c8dd83771c63c366f4c85041742 | 8a2b2064a60d0a1c97f04c8a5d08bf29cadd7395 | /seq.puml | 01dded32f26579cafc01852bba21700bb5c02639 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"Unlicense"
] | permissive | umnagendra/ivanka | 8ac650a45b7b8562e00cd2a02960192760b5dd72 | 802b54cb556f324234d236d6b9082718c987f2c5 | refs/heads/master | 2021-06-13T19:08:28.879919 | 2017-03-31T17:43:07 | 2017-03-31T17:43:07 | 58,845,709 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,029 | puml | @startuml
participant FacebookMessenger as fb
participant Ivanka as i
participant ContactCenter as cc
participant Agent as a
fb -> i : Hello/First message
i -> fb : Greeting
fb <-> i : Gather information about problem
i <-> cc : Check Agent Availability
alt agents available
i -> cc : Start/Inject a new chat
cc -> a : Assign chat to agent
a -> cc : Pick the chat
a -> i : send message
i -> fb : fwd message to user
fb -> i : send message/response
i -> a : fwd message/response to agent
note over fb,a
This back and forth conversation repeats for each message
sent by either Facebook user or contact center agent
end note
fb -> i : send Goodbye
i -> a : fwd goodbye and end chat
a -> cc : close the chat
else agents not available
i -> fb : Send agent unavailable message
i <-> fb : Ask permission to request callback
alt request callback
i <-> fb : Ask for phone number
i <-> cc : Inject new callback request
i -> fb : Confirm acceptance of request
else no request callback
i -> fb : Ask to retry later
end
end
@enduml
| false | true | false | false | sequence |
6d2986809e5d708ddbac86e3b0fe21501d0a1c35 | 939ec2212f87c1894d792e169fce964bec902583 | /docs/Solution/Hardware-Stack/UserInteraction.puml | 96be69b5f42c8000f690b474d2ae45128a3daf83 | [] | no_license | CAADE/fleet | 37e18246e0a10122a711efccdab3c134232d120e | a62d2a82a2100583d84e41ea21efda9512fc4ac7 | refs/heads/master | 2020-03-22T00:31:19.695430 | 2018-07-13T03:27:19 | 2018-07-13T03:27:19 | 139,250,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 325 | puml | @startuml
actor Ops
Ops -> "Cloud Stack": "Manage Hardware"
Ops -> bin: "fleet-hardware-add(name, type, capacity)"
bin -> sailsjs : hardware/add(name, type, capacity)
Ops -> bin: "fleet-hardware-remove(name)"
bin -> sailsjs : hardware/remove(name)"
Ops -> bin: "fleet-hardware-list"
bin -> sailsjs : hardware/list"
@enduml
| false | true | false | false | usecase |
6692e14be1a09798fac28c29ed33e5141630333f | 06682e4ce38bc10f215e0209e35442025748e381 | /workFlow/Uml/tutorial/sequence/box.puml | e251e5dad3bf30be77b1f4dfdf49cddd34ba67ca | [] | no_license | damoncheng/Markdown | 6a9983baaf21bd7d67a3846e42fc136679e2a7d8 | ae7958aba91e21c4133222978e1028b91a2478cb | refs/heads/master | 2023-03-24T14:45:42.000592 | 2022-04-15T16:31:41 | 2022-04-15T16:31:41 | 65,825,196 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 162 | puml | @startuml box
box "Internal Service" #LightBlue
participant Bob
participant Alice
end box
participant Other
Bob -> Alice : hello
Alice -> Other : hello
@enduml | false | true | false | false | sequence |
aaab2e8032d53a294aced880cdb9a52fa928a6af | 3804e25547472939c9f358a8704cd024a6049aca | /Project Diagram/UML.puml | f588e3bcea2d55feee2496633fa8bae988020470 | [] | no_license | pedrofcarvalho/UCFCalculator | 8d146dd3f75eacd3a3d87b8fd97c78117448aac3 | d89f3a68a689d1401dcc83b691f5ed0d133a9070 | refs/heads/master | 2023-08-06T09:46:48.676964 | 2021-10-09T07:12:02 | 2021-10-09T07:12:02 | 403,194,159 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 665 | puml | @startuml
class main
{
<< makes calls here >>
+ list of users (testing)
}
class OldClassesInfo
{
' GPA calculation model is (earned_credits / taken_credits)
' the number of grades to be divided
- earned_credits
' the number of credits to divide by
- taken_credits
}
class NewClassesInfo
{
' the list of classes added to the user (another class)
- course_name
- course_grade
- course_credit_hours
}
class User
{
- current_info
- new_classes_list
- last_embed_id
- discord_user
}
' relates User with other classes
User *-down--- OldClassesInfo
User *-down--- NewClassesInfo
main *-down-- User
@enduml | false | true | false | false | class |
4dd8bc3699a53b85af4786aa28b75edbb4f41bdb | ef5852b964f91ce0b67fb6f85eb009209fba5df2 | /src/main/asciidoc/images/package-rechnung.puml | 65a25c8a8ebd716f0f8221f31c98db98e7b604a0 | [
"Apache-2.0"
] | permissive | oboehm/jfachwert | 86f56f1e4fa2061347db989c3d63d091ef39ccda | 1947001ea920f07452a6d46a06e05e6fe733ba5c | refs/heads/develop | 2023-08-10T11:33:40.348501 | 2023-08-04T15:02:46 | 2023-08-04T15:02:46 | 84,598,578 | 1 | 1 | Apache-2.0 | 2023-03-31T18:48:35 | 2017-03-10T20:34:17 | Kotlin | UTF-8 | PlantUML | false | false | 192 | puml | @startuml
package "rechnung" {
class Artikelnummer
class Bestellnummer
class Kundennummer
class Rechnungsmonat
class Rechnungsnummer
class Referenznummer
}
@enduml
| false | true | false | false | class |
b9b6aae53756682bbb5356b5984e713bf92d6182 | a55a88aa2a615019a52acbf39aa811893e593265 | /docs/design/customer/invite_group.puml | 9cd810ed615f468da6b9933ed79828298724c948 | [] | no_license | antiline/videoshop | 4b788399ccb35903a9a2200e6596d9b49fd05291 | c166e2e750ca8a3372c2d521732018e5c749cd4f | refs/heads/master | 2020-08-02T18:19:00.514832 | 2017-12-01T10:39:10 | 2017-12-01T10:39:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,463 | puml | @startuml
entity customer as "Customer" <<entity>>
participant customerGroupController as "CustomerGroupController" <<controller>> #aaffaa
participant customerGroupService as "CustomerGroupService" <<service>> #aaffaa
participant customerService as "CustomerService" <<service>>
participant customerRepo as "CustomerRepo" <<repository>>
participant customerGroupRepo as "CustomerGroupRepository" <<repository>> #aaffaa
participant customerGroupMemberRepo as "CustomerGroupMemberRepository" <<repository>>
entity account as "Account" <<entity>>
entity customerGroup as "CustomerGroup" <<entity>> #aaffaa
customer -> customerGroupController: InviteGroupRequest(guestId)
activate customerGroupController
customerGroupController -> customerGroupController: validate req
customerGroupController -> customerGroupController: get account entity
customerGroupController -> customerGroupService: inviteGroup(req, account)
activate customerGroupService
customerGroupService -> customerService: getById(req.guestId) as guest
activate customerService
customerService -> customerRepo: getById(guestId)
activate customerRepo
customerService <- customerRepo:
deactivate customerRepo
customerGroupService <- customerService:
deactivate customerService
group check is customer
customerGroupService -> account: leader.assertCustomer()
activate account
alt if not customer
account -> account: throw
note left #ffaaaa: CustomerAssertionFailedException
end
customerGroupService <- account:
deactivate account
customerGroupService -> account: guest.assertCustomer()
activate account
alt if not customer
account -> account: throw
note left #ffaaaa: CustomerAssertionFailedException
end
customerGroupService <- account:
deactivate account
end
group check guest is already in other group
customerGroupService -> customerGroupService: assertIsNotInGroup(guest)
activate customerGroupService
customerGroupService -> customerGroupService: isInGroup(guest)
activate customerGroupService
customerGroupService -> customerGroupMemberRepo: countByAccount(guest)
activate customerGroupMemberRepo
customerGroupService <- customerGroupMemberRepo: return count
deactivate customerGroupMemberRepo
customerGroupService <- customerGroupService: return isIn
deactivate customerGroupService
alt if account is already in group
customerGroupService -> customerGroupService: throw
note left #ffaaaa: CustomerInGroupException
end
customerGroupService <- customerGroupService:
deactivate customerGroupService
end
group get group
customerGroupService -> customerGroupService: getByLeader(leader) as group
activate customerGroupService
customerGroupService -> customerGroupMemberRepo: getByAccountAndGroupRole(leader.id, LEADER)
activate customerGroupMemberRepo
customerGroupService <- customerGroupMemberRepo:
deactivate customerGroupMemberRepo
customerGroupService <- customerGroupService: return group
deactivate customerGroupService
alt if no group for leader
customerGroupService -> customerGroupService: throw
note left #ffaaaa: InvalidLeaderException
end
end
group invite
customerGroupService -> customerGroup: invite(guest)
activate customerGroup
customerGroup -> customerGroup: assertMemberCountNotExceed()
activate customerGroup
customerGroup -> customerGroup: getMemberCount() as count
activate customerGroup
customerGroup -> customerGroupMemberRepo: countByGroup(group)
activate customerGroupMemberRepo
customerGroup <- customerGroupMemberRepo:
deactivate customerGroupMemberRepo
customerGroup <- customerGroup: return count
deactivate customerGroup
alt if count exceed
customerGroup -> customerGroup: throw
note left #ffaaaa: CustomerGroupFullException
end
deactivate customerGroup
customerGroup -> customerGroup: create CustomerGroupMember(group, guest)
customerGroup -> customerGroupMemberRepo: save(groupMember)
activate customerGroupMemberRepo
customerGroup <- customerGroupMemberRepo:
deactivate customerGroupMemberRepo
customerGroupService <- customerGroup:
deactivate customerGroup
end
customerGroupController <- customerGroupService:
deactivate customerGroupService
customer <- customerGroupController
deactivate customerGroupController
@enduml | false | true | false | false | sequence |
d4d038bb94d9956194091a3558463d1ee0befb44 | e5046e7dfda3e836cbe894bd9e314c589f58bad7 | /sdk/docs/iot/resources/iot_retry_flow.puml | 2bfd11d1b2c67bd6912af0870c5e4560a704283a | [
"MIT",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference",
"LGPL-2.1-or-later"
] | permissive | mcrlc/azure-sdk-for-c | 941764fcc7e30fd33c805598291e54fad1d01380 | 251df2bedb3144bc01fb84c64bd614758fcb20bb | refs/heads/master | 2022-11-06T07:05:41.550908 | 2020-06-19T01:59:14 | 2020-06-19T01:59:14 | 273,870,813 | 1 | 0 | MIT | 2020-06-21T09:13:37 | 2020-06-21T09:13:36 | null | UTF-8 | PlantUML | false | false | 1,885 | puml | @startuml
skinparam state {
BackgroundColor<<APP>> APPLICATION
BackgroundColor<<STRUCT>> Lavender
BackgroundColor<<FAIL>> Orange
}
[*] --> Provisioning
state Provisioning <<APP>> {
state Register_Device <<APP>>
' Provisioning Retriable errors
[*] --> Register_Device
state Provisioning_retriable_failure<<FAIL>>
Register_Device --> Provisioning_retriable_failure
Provisioning_retriable_failure --> Provisioning_calculate_delay
Provisioning_calculate_delay --> Provisioning_app_delay
state Provisioning_app_delay<<APP>>
Provisioning_app_delay --> Register_Device : retry
Provisioning_calculate_delay: - response.retry-after
Provisioning_calculate_delay: - az_iot_retry_calc_delay
' Provisioning Non-retriable
Register_Device --> Provisioning_not_retriable_failure
state Provisioning_not_retriable_failure<<FAIL>>
Provisioning_not_retriable_failure --> Provisioning_Rotate_Credentials
state Provisioning_Rotate_Credentials <<APP>>
Provisioning_Rotate_Credentials --> Register_Device : retry
Provisioning_Rotate_Credentials --> [*] : no other credential
}
Provisioning --> IoT_Hub : Success
state IoT_Hub <<APP>> {
state Hub_Operation <<APP>>
[*] --> Hub_Operation
' Hub Retriable errors
Hub_Operation --> Hub_retriable_failure
state Hub_retriable_failure<<FAIL>>
Hub_retriable_failure --> Hub_calculate_delay
Hub_calculate_delay --> Hub_app_delay
state Hub_app_delay<<APP>>
Hub_app_delay --> Hub_Operation : retry
Hub_calculate_delay: - az_iot_retry_calc_delay
' Hub Non-retriable
Hub_Operation --> Hub_not_retriable_failure
state Hub_not_retriable_failure<<FAIL>>
Hub_not_retriable_failure --> [*] : Re-provision
}
IoT_Hub --> Provisioning : Obtain new credentials
@enduml
| false | true | false | false | sequence |
333e36fb588e7ae06da75aae2997a984ed9e757d | 7bedee9aa5138c7efd939da14d07d61996e30438 | /documentation/architecture/diagrams/speedboat-get-aspect-url-sequence-diagram.puml | ef4285df80bed21a01ae88200d71c4390d6d3751 | [
"Apache-2.0"
] | permissive | sn0wcat/tractusx | 24d8f230d5ddda0e806a4d4451eb1416b9983ebf | 1f584a2439d1d0a38438b6ab1c0197d871c35e5e | refs/heads/main | 2023-08-29T00:47:09.516258 | 2021-10-25T07:16:55 | 2021-10-25T07:16:55 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 644 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
participant "KAPUTT Service" as KaputtService
participant "KAPUTT Consumer" as KaputtConsumer #efefef
participant "PRS Provider" as PRSProvider #efefef
KaputtService -> KaputtConsumer: GET partsTree
KaputtConsumer -> PRSProvider: GET partsTree
PRSProvider -> PRS: GET partsTree
PRSProvider <-- PRS: PartRelationships with aspectUrls: \n ["http://kaputt-consumer/..."]
KaputtConsumer <-- PRSProvider: PartRelationships with aspectUrls: \n ["http://kaputt-consumer/..."]
KaputtService <-- KaputtConsumer: PartRelationships with aspectUrls: \n ["http://kaputt-consumer/..."]
@enduml | false | true | false | false | sequence |
72e0e4f158db8e0689fb04bb626c5f1362b9eff1 | 6d666244c20eb70b4d1b2393c64de25f8d961d09 | /app/src/main/java/com/example/edelhome/ui/anmelden/anmelden.plantuml | 0ff3cc550cade5714886e3c3f5dfa6cfcd3fc845 | [] | no_license | Neptun95/EdelHomeAPP | 582c3ed65a3b630878fd36de0a0e75a4955d3f89 | bcf529dfdd6c5ac67c8ee7809c360b31bd065f8d | refs/heads/master | 2021-02-24T21:33:00.940882 | 2020-03-06T14:35:23 | 2020-03-06T14:35:23 | 245,442,067 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,368 | plantuml | @startuml
title __ANMELDEN's Class Diagram__\n
namespace com.example.edelhome {
namespace ui.anmelden {
class com.example.edelhome.ui.anmelden.AnmeldenFragment {
- auth : FirebaseAuth
- btn_sigin : Button
- email : EditText
- password : EditText
- textEmail : TextView
- textName : TextView
+ onCreateView()
}
}
}
namespace com.example.edelhome {
namespace ui.anmelden {
class com.example.edelhome.ui.anmelden.AnmeldenViewModel {
- mMail : MutableLiveData<String>
- mText : MutableLiveData<String>
+ AnmeldenViewModel()
+ getMail()
+ getText()
+ setMail()
}
}
}
com.example.edelhome.ui.anmelden.AnmeldenFragment -up-|> androidx.fragment.app.Fragment
com.example.edelhome.ui.anmelden.AnmeldenFragment o-- com.example.edelhome.ui.anmelden.AnmeldenViewModel : anmeldenViewModel
com.example.edelhome.ui.anmelden.AnmeldenFragment o-- com.example.edelhome.ui.home.HomeFragment : homeFragment
com.example.edelhome.ui.anmelden.AnmeldenViewModel -up-|> androidx.lifecycle.ViewModel
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
2b5edea699db557559f540b0a02a90d4ae4a2885 | bb99c980e4950c29ce484dd8507eda055f4f5c35 | /design/definitions/BACK.puml | 937d199225c0f0001f491c5a0b4c00e4515167ce | [
"MIT"
] | permissive | Rviku/djmarian | 98a6c806a0545726beb48aca916871ee6495584b | e21e3ae3d0e20aefd18a54e13443dfe2fb353010 | refs/heads/master | 2020-03-27T22:17:37.622863 | 2018-09-12T16:57:24 | 2018-09-12T16:57:24 | 147,219,213 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 54 | puml | @startuml
participant "Node.js Server" as BACK
@enduml | false | true | false | false | sequence |
81f72d0c4cc66618496d4654b72039ff506cb863 | 5ae3918bd2f41a233c17989c679e271524519771 | /Class/arrows.puml | d67a7645b8c5bf3dad4ff71d7e97854723928ec2 | [] | no_license | frontjang/uml | cc23fd9bd26fb89f680976e01c39e67361351fa5 | 73a4762697fcf587a93ffa012aa68c579b71ccb7 | refs/heads/master | 2021-01-13T07:20:39.736312 | 2016-10-04T07:19:10 | 2016-10-04T07:19:10 | 69,414,550 | 1 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 204 | puml | @startuml
class foo
bar ()- foo
Room o- Student
Room *-- Chair
Student1 -o Room1
Chair1 --* Room1
foo -l-> dummyLeft
foo -r-> dummyRight
foo -up-> dummyUp
foo -down-> dummyDown
@enduml | false | true | false | false | class |
a40446370174c53e8a76491bb5ffa36f3142a964 | c89cce40c021ec38a50916c0424204846cb91f70 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/UML/20190209_detailed.puml | 1323790224fd033309111f4a14984348cdb0fb7e | [
"MIT",
"BSD-3-Clause"
] | permissive | ftc358/358-2019 | 65a67434cfcfe7569c5d9565dc2d25ecc915192e | a074782538a789a38e4a162984c748ed59df38d8 | refs/heads/master | 2020-04-21T20:11:23.802382 | 2019-09-11T22:32:04 | 2019-09-11T22:32:04 | 169,834,803 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,731 | puml | @startuml
allowmixing
scale 2
abstract class Robot358Main {
DcMotor fL
DcMotor bL
DcMotor fR
DcMotor bR
DcMotor lift
DcMotor latch
DcMotor extend
CRServo intake
Servo box
Servo token
BNO055IMU _imu1
DistanceSensor rangeR
DistanceSensor rangeL
DistanceSensor rangeF
DistanceSensor rangeB
VuforiaLocalizer vuforia
private TFObjectDetector tfod
String VUFORIA_KEY
VuforiaLocalizer.CameraDirection CAMERA_CHOICE
String TFOD_MODEL_ASSET
String LABEL_GOLD_MINERAL
String LABEL_SILVER_MINERAL
void initialize()
double getCurrentHeading()
void turn(TurnerIF turner, boolean runUsingEncoders, boolean stopMotors)
void forward(double power, double distance)
void strafe(double power, double distance)
void runMotor(DcMotor motor, double power, int ticks)
void resetAllDriveMotorEncoders()
void resetMotorEncoder()
void resetAllDriveMotorEncoders()
void runUsingEncoders()
void runWithoutEncoders()
void stopMotors()
void resetNonDriveMotorEncoders()
void runNonDriveUsingEncoders()
void runNonDriveWithoutEncoders()
int vuforiaMineralRecognition()
void initTfod()
void initVuforia()
void deactivateVuforia()
}
abstract class AutoEngine358 {
RobotPosition currentPosition
List<RobotPosition> robotPositionsWithHeadings
List<RobotAction> robotActions
List<MoveAction> robotMoveActions
double POWER = 1.0
Boolean RUN_USING_ENCODERS
RobotPosition STARTING_POSITION
void initialize(RobotPosition STARTING_POSITION)
void addRobotAction(RobotAction actionMethod)
void addAllMoveActions()
void runRobotActions()
void clearMoveActions()
void clearRobotActions()
void generateMoveActions(List<RobotPosition> positions, boolean optimize)
void optimizeContinuousSegments()
double getAbsoluteCurrentHeading()
void forwardWithCheck(double power, double distancePerSegment, int numberOfSegments, List<RobotPosition> collinearPositions)
void strafeWithCheck(double power, double distancePerSegment, int numberOfSegments, List<RobotPosition> collinearPositions)
void turnTo(double heading, double power)
double calculateTurn(double current, double target)
List<Integer> computeTurningPointIndices(List<RobotPosition> points)
}
abstract class RobotAction {
Boolean getRequireMultithreading()
Runnable getActionMethod()
}
class ScoreAction {
Boolean requireMultithreading
Runnable actionMethod
ScoreAction(Boolean requireMultithreading, Runnable actionMethod)
}
class RobotPosition {
Boolean isTurn
int x
int y
double heading
RobotPosition(int x, int y)
RobotPosition(int x, int y, double heading)
double getRelativeHeading()
}
class Pathfinder {
int startX
int startY
int goalX
int goalY
int MAX_PATH_LENGTH
Pathfinder(int startX, int startY, int goalX, int goalY)
List<RobotPosition> generatePath()
}
class PlayingFieldMap {
int WIDTH
int HEIGHT
int[][] MAP
boolean blocked(PathFindingContext ctx, int x, int y)
float getCost(PathFindingContext ctx, int x, int y)
void pathFinderVisited(int x, int y)
}
class MoveAction {
Boolean requireMultithreading
RobotPosition toPosition
Runnable actionMethod
MoveAction(RobotPosition toPosition, Runnable actionMethod)
}
class IMUTurner {
double _power
double _degrees
BNO055IMU _imu
double _initialHeading
double _maxError
double _slowDifference
double _rampDown
double _minFactor
start()
double getPower()
double getScaleFactor()
IMUTurner(double degrees, double power,
BNO055IMU imu, double maxError, StopperIF stopper)
}
class TurnerIF {
double getPower();
double getScaleFactor();
}
class StopperIF {
void start();
boolean keepGoing(int position);
void finish();
}
class DefaultStopper {
StopperIF _stopper
public void start()
public boolean keepGoing(int position)
public void finish()
}
component "pathfinding package"
component "Autonomous Programs"
component "TeleOp Programs"
AutoEngine358 <-- Robot358Main
AutoEngine358 -left[hidden]- Robot358Main
IMUTurner *-- Robot358Main
"Autonomous Programs" <-- AutoEngine358
PlayingFieldMap *-- Pathfinder
IMUTurner <-- DefaultStopper
IMUTurner -up[hidden]- DefaultStopper
DefaultStopper <-- StopperIF
IMUTurner <-- TurnerIF
IMUTurner -up[hidden]- TurnerIF
"TeleOp Programs" <-- Robot358Main
RobotAction *-- AutoEngine358
MoveAction <-- RobotAction
ScoreAction <-- RobotAction
RobotPosition *-- AutoEngine358
Pathfinder *-- AutoEngine358
Pathfinder <-- "pathfinding package"
@enduml | false | true | false | false | class |
811d570569c23973231ced7d92d55530fa74e805 | b4aa4b1d488ccf3bdb6486a1a66b3a4287b23960 | /uml/InventoryClasses.puml | 2741dd48d31d5c6f6bf7cbda4d5c531c8210cee9 | [] | no_license | ColinMitchellGit/mitchell-0227-a5 | e36f572ac054657cf29276ddd33bddc70e7138f7 | 993cb9d12c6beaf8e9dc0a3f735f2a6c7e111caa | refs/heads/master | 2023-06-29T21:40:42.439938 | 2021-07-26T01:34:19 | 2021-07-26T01:34:19 | 388,836,913 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,215 | puml | @startuml
class InventoryMain {
+ main()
+ start()
}
class InventoryController {
- mainLists
- stage
- inventoryTableView
- symbolColumn
- valueColumn
- serialNumberColumn
- nameColumn
+ initialize()
+ exportInventoryItems()
+ loadInventoryItems()
+ openNewItem()
+ removeSelectedItem()
+ viewSelectedItem()
+ switchSceneNew()
+ switchSceneView()
+ switchSceneExport()
+ switchSceneLoad()
+ setPrimaryStage()
+ passMainList()
}
class InventoryNewController {
- mainList
- newValueField
- newSerialNumberField
- newNameField
- errorText
+ initialize()
+ goBackToMain()
+ saveNewItem()
+ switchSceneMain()
+ limitDescription()
+ passMainList()
}
class InventoryViewController {
- mainList
- SelectedItemIndex
- viewValueField
- viewSerialNumberField
- viewNameField
- errorText
+ initialize()
+ goBackToMain()
+ saveChanges()
+ switchSceneMain()
+ limitDescription()
+ passMainList()
+ setSelectedListIndex()
+ display()
}
class InventoryExportController {
- mainList
- fileNameField
- fileLocationField
- errorText
+ exportInventory()
+ goBackToMain()
+ switchSceneMain()
+ passMainList()
}
class InventoryLoadController {
- mainList
- fileNameField
- fileLocationField
- errorText
+ goBackToMain()
+ loadInventory()
+ switchSceneMain()
+ passMainList()
}
class InventoryItem {
- symbol
- value
- serial
- name
+ InventoryItem()
+ getValue()
+ setValue()
+ getSerial()
+ setSerial()
+ getName()
+ setName()
+ getSymbol()
}
javafx.InventoryApplication <|-- InventoryMain
InventoryMain -- InventoryController
InventoryController -- InventoryNewController
InventoryController -- InventoryViewController
InventoryController -- InventoryExportController
InventoryController -- InventoryLoadController
InventoryController -- InventoryItem
InventoryNewController -- InventoryItem
InventoryViewController -- InventoryItem
InventoryExportController -- InventoryItem
InventoryLoadController -- InventoryItem
@enduml | false | true | false | false | class |
03c7748c18787f5fdd03ad49ebcafaa628cdd791 | a10551318f9ca82708ac8e35c76b6c00ff4cfa0b | /Go/Server/src/main/java/translators/translators.plantuml | 1e0ec37af517d9dbbb276be334402ecc0020c7a7 | [] | no_license | RideTheSkyP/GoGame | 4d4ebaac3c015ad00f42d6d0747c50e5f312b994 | c286d9cb96f0d528db720b2d6af56edc82dd113e | refs/heads/master | 2022-03-30T03:09:34.452372 | 2020-01-13T13:27:35 | 2020-01-13T13:27:35 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,573 | plantuml | @startuml
title __TRANSLATORS's Class Diagram__\n
namespace translators {
class translators.ClientMessagesTranslator {
+ ClientMessagesTranslator()
+ processIncomingMessage()
+ sendInvitation()
+ sendRefusal()
- getListOfNotInGamePlayers()
}
}
namespace translators {
class translators.GamePlayTranslator {
- lastDeadSuggestion : String
- lastTerritorySuggestion : String
+ GamePlayTranslator()
+ confirmMove()
+ getLastDeadSuggestion()
+ getLastTerritorySuggestion()
+ notifyGameStart()
+ rejectMove()
+ rejectMoveAttempt()
+ sendChooseDead()
+ sendChooseTerritory()
+ sendDeadOK()
+ sendGameStopped()
+ sendOpponentsMove()
+ sendOpponentsMove()
+ sendRemovedStones()
+ sendResults()
+ sendResume()
+ sendStats()
+ sendSurrender()
+ setLastDeadSuggestion()
+ setLastTerritorySuggestion()
- createRemovedStonesMessage()
- notifyBoth()
}
}
translators.ClientMessagesTranslator o-- server.ClientHandler : clientHandler
translators.ClientMessagesTranslator o-- gameLogic.Game : game
translators.GamePlayTranslator o-- gameLogic.Player : black
translators.GamePlayTranslator o-- gameLogic.Player : white
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
c749f6b975996bd7f59b5f6c6065f282bf76eb91 | 112e511928937b8ec60004ca94f1dd996bd9fd1a | /Documents/Shos.Chatter.Wpf/Properties/Settings.Designer.puml | c73668d01a186f01b34be5b328a6a640fc03c1f0 | [
"MIT"
] | permissive | Fujiwo/Shos.Chatter.NetFramework | 2c143b390b1588e38e5967a8b8f1c51bf5487362 | 3c7061398e790c2fc856585fdbf60a18705f11e0 | refs/heads/master | 2023-03-23T09:31:02.071913 | 2021-03-11T05:27:48 | 2021-03-11T05:27:48 | 323,569,895 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 92 | puml | @startuml
class Settings <<sealed>> <<partial>> {
}
Settings --> "Default" Settings
@enduml
| false | true | false | false | class |
cbe6d66c6e4b0dead1829712efee9010941b93d0 | b0a840ee583d0f1dd05adb2bb6e08e4951083c3d | /images/ch17_datepicker/calendarpicker-seq.puml | 77939a068c71a5f34622aa8dd85f87b66cec2585 | [] | no_license | selenium-webdriver-book/manuscript | 842ab108c9b3eb8127027c159b3318fd3fcdf59b | c8a8ced2b0ca495cacec6c909b3294ff3074e945 | refs/heads/master | 2021-01-12T14:00:07.309802 | 2017-04-23T15:17:59 | 2017-04-23T15:17:59 | 69,686,355 | 11 | 8 | null | 2017-04-23T15:17:59 | 2016-09-30T17:14:29 | Shell | UTF-8 | PlantUML | false | false | 1,281 | puml | @startuml
hide footbox
skinparam monochrome true
skinparam shadowing false
participant JQueryDatepicker
participant JQueryMonthPicker
participant Browser
participant Element
activate JQueryDatepicker
JQueryDatepicker -> JQueryMonthPicker : pickMonth(APRIL)
activate JQueryMonthPicker
JQueryMonthPicker -> JQueryMonthPicker: displayMonth()
note right of JQueryMonthPicker : Details of displayMonth() is in Figure 17.11
alt pick a future date
loop (4 - displayMonth) times
JQueryMonthPicker -> JQueryMonthPicker: nextMonth()
note right of JQueryMonthPicker : Details of nextMonth() is in Figure 17.10
end
else pick a past date
loop (displayMonth - 4) times
JQueryMonthPicker -> JQueryMonthPicker: previousMonth()
JQueryMonthPicker -> Browser : await(CALENDAR)
activate Browser
Browser -> Element: <<create>>
activate Element
Element --> Browser
deactivate Element
Browser -> JQueryMonthPicker : Element
deactivate Browser
JQueryMonthPicker -> Element: click(PREV_MONTH_BUTTON)
activate Element
Element -->JQueryMonthPicker :
deactivate Element
end
end
JQueryMonthPicker --> JQueryDatepicker :
deactivate JQueryMonthPicker
deactivate JQueryDatepicker
@enduml
| false | true | false | false | sequence |
50d0210861f6ab04f6d7bf74aea1fd5e6953ca6a | 45ed1bed475554aba28346b2b31602da39d77521 | /src/plantuml/buildExtensionClassRealm.puml | 0065a9f7eff052c47a0320971e60108704177b0f | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | apache/maven-site | 5a3557e7288506f25795e84b5a9fff832f8e3489 | 33e8f99b2fe1340460193a4359466f41edeb7f00 | refs/heads/master | 2023-08-26T05:46:48.322647 | 2023-08-22T20:59:35 | 2023-08-22T20:59:35 | 206,422 | 101 | 271 | null | 2023-09-13T23:51:05 | 2009-05-21T02:09:00 | CSS | UTF-8 | PlantUML | false | false | 1,359 | puml | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
@startuml
!pragma layout smetana
Platform o-- Bootstrap
Bootstrap "1" o-- "many" BuildExtension
API "1" o-- "many" BuildExtension
CoreExtension "many" o-- "1" API
class Bootstrap {
Plexus Classworlds
}
class CoreExtension {
all packages defined in "/META-INF/maven/extension.xml"
}
class Platform {
all JRE classes
}
class BuildExtension {
dependencies
classes
}
note right of API : Just composition of all Core Extensions
note right of Bootstrap : ${maven.home}/boot
note right of BuildExtension : Per GAV of plugin loaded with <extensions>true</extensions> or build extension
@enduml | false | true | false | false | class |
c615804188cc2cb5a99e609aabb1dbcaa3890157 | 02b1ef26e9ddd96a860ef6a3dce7d8386436fd0f | /ts-resourceplanning.entity/src/main/resources/classes.puml | fbae9a17ae56b87779c7fa88004c38d563c1a6e2 | [] | no_license | gheddie/speedys-resourceplanning-redraft | 1a4bd0ca1231854129693733f01874b09a677994 | 80bb84147209a6c5f5847113c92012a7df0cf268 | refs/heads/master | 2020-05-21T04:22:42.405974 | 2017-01-24T19:10:03 | 2017-01-24T19:10:03 | 64,926,986 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 141 | puml | @startuml
class Helper
class Person
Person <|-- Helper
class Event
class Assignment
class Position
class Domain
@enduml | false | true | false | false | class |
3b7599f893a3a1f8e678c912132dea160120230d | 40dff9f3accaa74abc586113fbe434a6a47073b4 | /src/main/java/com/kiran/design/solid/b/ocp/breaking_ocp.puml | 8f0ceb304cd8009bb75ef6ab4acc3b9bfe18a45c | [] | no_license | kiranprakashb/design-core-java | 05eac64aa217bf9acbbda21dcd7b98e56e558f20 | 2c661c0d2e0506b7fa547395527422205c4cd50e | refs/heads/main | 2023-03-04T01:24:55.516348 | 2021-02-17T19:24:51 | 2021-02-17T19:24:51 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 319 | puml | @startuml
'https://plantuml.com/class-diagram
class BankingAppWithdrawalService
class CurrentAccount {
deposit(BigDecimal)
withdraw(BigDecimal)
}
class SavingsAccount {
deposit(BigDecimal)
withdraw(BigDecimal)
}
BankingAppWithdrawalService ..> CurrentAccount
BankingAppWithdrawalService ..> SavingsAccount
@enduml | false | true | false | false | class |
7a491cc7b13e38016425fea3be58513512aa6b0a | e81ab05344cab4c17cf2183ee2804d64322b7458 | /diagrams/sequences/networking-process-outbound.puml | d4721625205b2d1f727109ffa3639a9dfff70560 | [] | no_license | buehler/mse-project-thesis-1 | 2b3b177b724f19ad6f969d541eb5dc405729df5d | 5a1230517aa1dafea47b661a9ffc851fab9ce2f0 | refs/heads/master | 2023-08-16T04:09:33.174155 | 2021-08-31T09:22:37 | 2021-08-31T09:22:37 | 342,259,878 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 349 | puml | @startuml
skinparam backgroundcolor transparent
participant "Source" as src
participant "Proxy" as p
participant "Translator" as t
src -> p : Call external Service
activate p
p -> t : Forward HTTP Headers
activate t
return Translated Identity
p ->] : Forward Communication\nwith Identity
p <--] : Result
return Result
@enduml
| false | true | false | false | sequence |
803c1dc7ebbdb733db21283465e0579542afb91d | c071afa8c9ef0c26eae424fb721f292f903d7289 | /gfx/uml/DBAL_Connection.plantuml | 22972a7237f4d4c621350a62eb2f7e1ee997ffcf | [] | no_license | Konafets/thesis | 4628b7e675164690e4b1a8345eecd11c20d9cbfc | 94a27a586356d3b7356d0690cf4ed5dd6a0dc6b7 | refs/heads/master | 2016-09-06T18:47:47.614390 | 2014-05-26T17:51:30 | 2014-05-26T17:51:30 | 18,177,420 | 3 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 247 | plantuml | @startuml
set namespaceSeparator none
hide empty members
hide empty methods
interface Doctrine.DBAL.Driver.Connection
class Docrine.DBAL.Connection implements Doctrine.DBAL.Driver.Connection {
#Doctrine.DBAL.Driver.Connection $_conn
}
@enduml
| false | true | false | false | class |
204d557177ac98d262545323bb3280367890aafa | b7d2ba71058efa46eff4ed885324819fb3f99266 | /src/doc/Security/Authentication_reduced_SD.puml | 2627bafc34bb13c3b54a1234057391e5005179dc | [] | no_license | Almadanmp/backend4 | 3aaa5cbe453041917a510ceee83bf318499a9823 | 07ab3c1af9c7de6ff35cf23bf44b0e664db82f46 | refs/heads/master | 2022-11-25T10:30:27.184246 | 2019-06-30T19:26:12 | 2019-06-30T19:26:12 | 194,547,877 | 0 | 0 | null | 2022-11-16T11:54:00 | 2019-06-30T18:24:24 | Java | UTF-8 | PlantUML | false | false | 1,116 | puml | @startuml
skinparam titleBorderRoundCorner 10
skinparam titleBorderThickness 3
skinparam titleBorderColor indianred
skinparam titleBackgroundColor snow
skinparam FontName quicksand
skinparam actor {
BorderColor indianred
backgroundColor Snow
}
skinparam sequence {
LifeLineBackgroundColor indianred
ParticipantBackgroundColor snow
}
skinparam roundcorner 10
skinparam component {
arrowThickness 1
ArrowFontName Verdana
ArrowColor indianred
ArrowFontColor darkslategrey
}
title - AUTHENTICATION -
autonumber
actor "Client"
"Web API" --> "Client": Request Credentials
activate "Web API"
"Client" -> "Web API": Insert Credentials
activate "AUTH0"
"Web API" ->> "AUTH0": POST ".../login/" \n({"username":"admin", "password":"admin123"})
"AUTH0" -> "AUTH0": Validate Credentials \n({"username":"admin", "password":"admin123"})
alt if Valid UserName and Password
"AUTH0" -->> "Web API": return new ResponseEntity<>(HttpStatus.OK), Header: Bearer Token
deactivate "AUTH0"
"Web API" -> "Web API": Redirect to About page
"Web API" --> "Client": Show Menu Options
deactivate "Web API"
end
@enduml | false | true | false | false | usecase |
a6af18ceae015801cc10267dc4581ae005aedcbb | 81c5341b371310f415b7c5ed1193e72bba5eedda | /diagrams/server/ServerClassDiagram.puml | 0c16318618ed37cfc558b3bb5e6c5f1e7bda9a7a | [
"MIT"
] | permissive | wolfj123/PolicyModelsPlugin | cb8a8687f66e95f164e2cf76cb8ff91245bad598 | c012734157bb8a03348e55e6844e34b6bc1596fc | refs/heads/master | 2023-01-08T05:03:52.950396 | 2020-06-17T15:59:44 | 2020-06-24T13:50:58 | 229,545,591 | 0 | 0 | MIT | 2023-01-07T18:08:47 | 2019-12-22T09:32:58 | TypeScript | UTF-8 | PlantUML | false | false | 3,987 | puml | @startuml
interface SolverInt {
+onCompletion(params: TextDocumentPositionParams): CompletionList
+onCompletionResolve(params: CompletionItem): CompletionItem
+onDefinition(params: DeclarationParams): LocationLink[]
+onPrepareRename(params: PrepareRenameParams): Range
+onRenameRequest(params: RenameParams): WorkspaceEdit
+onReferences(params: ReferenceParams): Location[]
+onFoldingRanges(params: FoldingRangeParams): FoldingRange[]
+onDidOpenTextDocument(opendDocParam: TextDocumentItem): Promise<void>
+onDidCloseTextDocument(closedDcoumentParams: TextDocumentIdentifier): any
+onDidChangeTextDocument(params: DidChangeTextDocumentParams): any
+onDeleteFile(deletedFile: string): any
+onCreatedNewFile(newFileUri: string): any
+onOpenFolder(pathUri: string): any
}
class PMSolver implements SolverInt {
-_documentManagerForFolder: TextDocumentManagerInt
-_documentManagerSingleFiles: TextDocumentManagerInt
-_pluginFSPath: string
-_workspaceFolderFSPath: string
-_facdeForFolder: LanguageServicesFacade
-_facdeForFilesFS: { [id: string]: LanguageServicesFacade; }
-_sovlerReady: boolean
{field}-_publishDiagnosticsCallback: (uri: string, diagnostics: Diagnostic[], docVersion?: number) => void
-isFolderRelevant(fileUri: string): boolean
-clearDiagnostics(uri: string): void
-getFSFolderFromUri(uri: string): string
-getDocManager(uri: string): TextDocumentManagerInt
-initParser(fileUri: string): Promise<void>
-facdeCallWrapperForDocumentEvents(params: any, funcName: string, uri: string): Promise<void>
-facadeCallWrapperForUserEvents(params: any, uri: string, funcName: string): any
+onCompletion(params: TextDocumentPositionParams): CompletionList
+onCompletionResolve(params: CompletionItem): CompletionItem
+onDefinition(params: DeclarationParams): LocationLink[]
+onPrepareRename(params: PrepareRenameParams): Range
+onRenameRequest(params: RenameParams): WorkspaceEdit
+onReferences(params: ReferenceParams): Location[]
+onFoldingRanges(params: FoldingRangeParams): FoldingRange[]
+onDidOpenTextDocument(opendDocParam: TextDocumentItem): Promise<void>
+onDidCloseTextDocument(closedDcoumentParams: TextDocumentIdentifier): any
+onDidChangeTextDocument(params: DidChangeTextDocumentParams): any
+onDeleteFile(deletedFileUri: string): Promise<void>
+onCreatedNewFile(newFileUri: string): Promise<void>
+onOpenFolder(pathUri: string): Promise<void>
+creatediagnosticsCallback(): (uri: string, errors: SyntaxError[]) => void
}
class Server {
+ connection: Connection
+ fodlerFS: string
+ solver:SolverInt
+ clientSupportsWatchedFiles: boolean
+ hasWorkspaceFolderCapability: boolean
+ runModel(string []): string
}
rectangle extConnection [
<<External Library>>
\tConnection
]
class Connection implements extConnection{
+ onInitialize(InitializeParams): InitializeResult
+ onInitialized():void
+ onExit(): void
+ onCompletion:(TextDcoumentPosition): CompletionList
+ onCompletionResolve(CompletionItem): CompletionItem
+ onDefinition(DeclarationParams): LocationLink []
+ onFoldingRange(FoldingRangeParams): FoldingRange []
+ onRefernces(ReferenceParmas): Location []
+ onPrepareRename(PrepareRenameParams): boolean
+ onRenameRequest(RenameParams): WorkspaceEdit
+ onDidChangeWatchedFiles(DidChangeWatchedFilesParams): void
+ onDidChangeTextDocument(DidChangeTextDocumentParams): void
+ onDidCloseTextDocument(DidCloseTextDocumentParams): void
+ onDidOpenTextDocument(DidOpenTextDocumentParams): void
+ onRequestRunModel()
+ onRequestSetPluginDir()
}
interface TextDocumentManagerInt {
}
interface LanguageServicesFacade {
}
Server "1...1" *-- "1...1" Connection
Server "1...1" *-- "1...1" PMSolver
PMSolver o-- "1...*" LanguageServicesFacade
PMSolver *-- "1...1" TextDocumentManagerInt
@enduml | false | true | false | false | class |
e1d8c10294c90b9332c3efaf96ef2c800474bc50 | b19e1cd9af26a9f3cb65823e1a7885ce278337fe | /documentation/productApi/availabilityAndPricingDiscovery/media/src/placeModel.puml | baabc9c9c94feadfc93e17d25ce2bf251d334f53 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Sonata-SDK | 969c3717fba3fffa009bf3a5de65337b2caccaaf | 6d66bc0778fe0f5a96cdbcb3579e47513b7fd62f | refs/heads/working-draft | 2023-07-07T02:17:11.649855 | 2023-06-23T09:30:18 | 2023-06-23T09:30:18 | 90,886,429 | 33 | 32 | Apache-2.0 | 2023-01-05T23:58:23 | 2017-05-10T16:38:08 | null | UTF-8 | PlantUML | false | false | 1,728 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class FieldedAddress {
country*: string
streetType: string
postcodeExtension: string
city*: string
streetNr: string
locality: string
postcode: string
streetNrLast: string
streetNrSuffix: string
streetName*: string
stateOrProvince: string
streetNrLastSuffix: string
streetSuffix: string
}
RelatedPlaceRefOrValue <|-- FieldedAddress
FieldedAddress *--> GeographicSubAddress : geographicSubAddress
class FormattedAddress {
country*: string
postcodeExtension: string
stateOrProvince: string
city*: string
addrLine2: string
addrLine1*: string
locality: string
postcode: string
}
RelatedPlaceRefOrValue <|-- FormattedAddress
class GeographicAddressLabel {
externalReferenceId*: string
externalReferenceType*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressLabel
class GeographicAddressRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicAddressRef
class GeographicSiteRef {
href: string
id*: string
}
RelatedPlaceRefOrValue <|-- GeographicSiteRef
class GeographicSubAddress {
buildingName: string
levelType: string
levelNumber: string
privateStreetNumber: string
privateStreetName: string
}
GeographicSubAddress *-->"*" MEFSubUnit : subUnit
class MEFGeographicPoint {
spatialRef*: string
x*: string
y*: string
z: string
}
RelatedPlaceRefOrValue <|-- MEFGeographicPoint
class MEFSubUnit {
subUnitNumber*: string
subUnitType*: string
}
class RelatedPlaceRefOrValue {
role*: string
@type*: string
@schemaLocation: uri
}
@enduml
| false | true | false | false | sequence |
dc92eed09a904e123a89026519fabb74927d4af7 | f601c40e50e0f113f480ae2de3e80bc4a3172f86 | /docs/Solution/Application-Analyzer/Deployment.puml | 46fb4a759d5453f3cf5842f8986430cc74fb79fe | [] | no_license | CAADE/C3 | 07307a3795888672df18e99932e25951911eaf1d | 4bbe48a335b936cf75808d0902b32f73b99ff958 | refs/heads/master | 2022-11-24T14:52:05.724752 | 2019-06-19T03:32:46 | 2019-06-19T03:32:46 | 67,574,474 | 1 | 0 | null | 2022-11-22T11:28:45 | 2016-09-07T05:19:16 | JavaScript | UTF-8 | PlantUML | false | false | 334 | puml | @startuml
package "Application Analyzer" #lightblue {
folder bin #ffffff {
file app
file landscape
file telemetry
}
folder Services #ffffff {
file "app-analyzer"
}
node micro
node sailsjs
database DB1
sailsjs -- DB1
micro -> sailsjs
micro -- DB1
bin .. sailsjs
Services .. micro
}
@enduml
| false | true | false | false | sequence |
3b539b13c230fd0a1e47c60e20699aece2b3d296 | c38a0fe3b6e96f0b6fdd32f75f5986465b6e7cd6 | /docs/diagrams/usecases/UsecaseDiagram1.puml | 960712f7d189608d537620265a28916ed7384e5e | [
"MIT"
] | permissive | Rahul0506/tp | eb701307f100cc50e840de5f29ce94618921bab5 | 9f375e113e4cd692f40099fd9c551bc8c4850e87 | refs/heads/master | 2023-01-24T13:23:42.484061 | 2020-11-09T06:56:58 | 2020-11-09T06:56:58 | 296,511,116 | 0 | 0 | NOASSERTION | 2020-09-18T04:13:43 | 2020-09-18T04:13:42 | null | UTF-8 | PlantUML | false | false | 370 | puml | @startuml
actor "User" as ur
actor "HardcoreGamer" as hc
actor "GuildLeader" as gl
left to right direction
package Inventoryinator {
usecase "View Item" as UC1
usecase "List Items" as UC2
usecase "Add Items" as UC3
usecase "Detete Items" as UC4
usecase "Add Recipes" as UC4
}
ur --> UC1
ur --> UC2
ur --> UC3
ur --> UC4
hc --|> ur
gl --|> ur
@enduml
| false | true | false | false | usecase |
1ba9c84f91d8b480567538a666d94e335b7cc71a | a08307073b81a594154a842f5ef87508df391d1c | /class diagrams/main/controller/controller.plantuml | 203f5b6530fb2100e10e3f2f6c20a565ccfc5263 | [] | no_license | AlexisDel/Colt-Express | c99050ae00feefcb62faee50faa1ba124a5de380 | 96402eddae52b181f01575492eda6e497b1a0979 | refs/heads/master | 2023-05-25T04:27:02.337566 | 2021-06-14T14:28:04 | 2021-06-14T14:28:04 | 376,847,116 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,030 | plantuml | @startuml
title __CONTROLLER's Class Diagram__\n
namespace main {
namespace controller {
class main.controller.GameController {
- NB_ACTIONS : int
- NB_PLAYERS : int
- actions : List<Action>
- actionsReady : boolean
+ GameController()
+ action()
+ getActions()
+ getClickLeftPerPlayerAsString()
+ getPlayerTurnAsString()
+ goDown()
+ goLeft()
+ goRight()
+ goUp()
+ resetActions()
+ rob()
+ shootDown()
+ shootLeft()
+ shootRight()
+ shootUp()
- addAction()
- getClickLeftPerPlayer()
- getPlayerTurn()
}
}
}
main.controller.GameController o-- main.engine.GameEngine : gameEngine
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
3e9e2611c16f2139bf0f932e593919a1e57e43b9 | 6e30d5b3d773278394abbe71164bf1b8aff94b8d | /RoommateWrangler/app/UML/SystemSequenceDiagram11.puml | dd88eabe165b87aab701856a31f6a48a97c23a33 | [] | no_license | irocketh/RoommateWrangler | 2ffdbcbd60a4a71cc5307f958cd5b80cd7411664 | 539b26e4181eb4d5da0604e9423fd8c519db35c7 | refs/heads/master | 2020-12-24T16:50:18.964057 | 2015-05-19T02:23:22 | 2015-05-19T02:23:22 | 35,854,456 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 570 | puml | @startuml
title start app
Actor Wrangler
Wrangler -> RoommateWrangler: lauch app
Note Right : UC: view splash screen
Wrangler <-- RoommateWrangler: splash screen
Wrangler -> RoommateWrangler: feature selection
loop while feature selection is not 'quit'
alt if selection is add roommate
group ref SD: add roommate
end
else if selection is manage bills
group ref SD: manage bills
end
else if selection is manage groceries
group ref SD: manage groceries
end
else if selection is reset
group ref SD: reset
end
end
Wrangler -> RoommateWrangler: feature selection
end
@enduml | false | true | false | false | sequence |
fc44e772165c3c921798977acaa464dee52414f4 | 6ba3e6a8833b41536e17efa0ed9733ac44ebfd97 | /docs/usecase.puml | 6e8a0a9d7c6ea8d8429134f5f436e28c0eca6fa5 | [] | no_license | NagyAkos/AFP_2020_B | 1da2d7412bbeadb59bcc8ce1471dfd0a0dd69ed7 | 0586a4ee7b30550b2a3c75685a783de4a9b1c845 | refs/heads/master | 2023-02-17T04:05:58.836964 | 2021-01-18T14:23:28 | 2021-01-18T14:23:28 | 299,108,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 245 | puml | @startuml
left to right direction
actor Recepcionist
Recepcionist --> (Query data)
Recepcionist --> (Reserve camp site)
Recepcionist --> (Free camp site)
Recepcionist --> (Generate invoice)
Recepcionist --> (Visualize the camp sites)
@enduml | false | true | false | false | usecase |
841bcbf8d3f9873e04c8f7d9721daecc0f2b4bb7 | acfe4c2ba05f99ee718fc7b55daa92f766195ae1 | /src/main/java/Exercise43/Exercise43.puml | b1a03f83d890ec6f5698d1dec7aeb954f5494b13 | [] | no_license | RobertUriarte/Uriarte-cop3330-assignment3 | 5ea15a55014b317647fef879373e166685e59e2e | 0135a62c38c2287fc4851e82c19b62fba29a707c | refs/heads/master | 2023-06-15T04:15:06.995278 | 2021-07-01T05:40:22 | 2021-07-01T05:40:22 | 378,049,486 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 402 | puml | @startuml
'https://plantuml.com/class-diagram
class Exercise43{
+ responses: String[]
- main(responses)
}
class GenerateHTMl{
+ responses: String[]
+ index.html: File
+ f1: File
+ f2: File
- create_html(responses)
}
class UserData{
+ responses: String[]
+ Scan: Scanner
- prompt_user(responses)
}
Exercise43 o--> UserData
GenerateHTMl o--> UserData
@enduml | false | true | false | false | class |
0d3468aae6626f6299a74d85c7501ea921dcefa5 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProductSlugChangedMessagePayload.puml | 0c9bd864d540d79d11cd59be564eaccf0e173c42 | [] | no_license | commercetools/commercetools-api-reference | f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96 | 2db4f78dd409c09b16c130e2cfd583a7bca4c7db | refs/heads/main | 2023-09-01T05:22:42.100097 | 2023-08-31T11:33:37 | 2023-08-31T11:33:37 | 36,055,991 | 52 | 30 | null | 2023-08-22T11:28:40 | 2015-05-22T06:27:19 | RAML | UTF-8 | PlantUML | false | false | 523 | puml | @startuml
hide empty fields
hide empty methods
legend
|= |= line |
|<back:black> </back>| inheritance |
|<back:green> </back>| property reference |
|<back:blue> </back>| discriminated class |
endlegend
interface ProductSlugChangedMessagePayload [[ProductSlugChangedMessagePayload.svg]] extends MessagePayload {
type: String
slug: [[LocalizedString.svg LocalizedString]]
oldSlug: [[LocalizedString.svg LocalizedString]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false | true | false | false | class |
80ce98bd77a11792a6839e4b544fc22c4753b71a | e3f3adfffb3b75ccf130ffd80a41da32971149ce | /documentation/etl_dp_dependencies.puml | 896ed23101663482709fd98eec21cdd532f814a8 | [
"Apache-2.0"
] | permissive | jonkiky/mtp-etl-backend | 79d875047cbc61619e063b65eced512a5f4b8925 | 1b041f05b535e97a71c85c071937ca8024f8fee3 | refs/heads/master | 2023-06-26T12:45:26.743247 | 2021-07-28T13:13:25 | 2021-07-28T13:13:25 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,138 | puml | @startuml
' inputs
' steps
artifact association
artifact associationOTF
artifact cancerBiomarkers
artifact disease
artifact drug
artifact eco
artifact evidence
artifact expression
artifact go
artifact interactions
artifact knownDrugs
artifact mousePhenotypes
artifact reactome
artifact search
artifact target
' links between steps / inputs
'association step
evidence --> association
disease --> association
target --> association
'association OTF
evidence --> associationOTF
disease --> associationOTF
target --> associationOTF
'cancerBiomarkers
target --> cancerBiomarkers
'connections
' not used
'disease
' no step dependencies
'drug
target --> drug
disease --> drug
evidence --> drug
'eco
' not used
'evidence
target --> evidence
disease --> evidence
'expression
' could be removed?
'interactions
target --> interactions
'knownDrugs
target --> knownDrugs
disease --> knownDrugs
evidence --> knownDrugs
drug --> knownDrugs
'mousePhenotypes
target --> mousePhenotypes
'reactome
'search
association --> search
disease --> search
drug --> search
evidence --> search
target --> search
'target
reactome --> target
@enduml | false | true | false | false | deployment |
7f6578cf1ca68fde035f19e8640b152e9bce32bb | 9e6f4803bdc3a6d4b3f49f6e9ad381538f2b992c | /Markdown/Bograma/Structure/StateMachine.puml | a9f724646283c92aaecfdb2c990c807a760250c9 | [] | no_license | Aryanam84/TestMarkdown | dac53b413c4606916b06f3bb2eb5195c18d6fc16 | 16acc69bd18da57144174d5bba5122a830a556dd | refs/heads/master | 2022-10-27T02:29:36.988464 | 2020-06-16T03:46:13 | 2020-06-16T03:46:13 | 269,357,870 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,391 | puml | @startuml
state RUN{
IDLE --> STARTING
EXECUTE --> COMPLETING
COMPLETING --> COMPLETE
COMPLETE --> RESETTING
state EXECUTE{
state SETUP{
state CALIBRATE_SHEET_CALL
state SINGLE_SHEET
state SETUP_SHEET_CALL
SETUP_SHEET_CALL --> [*] : STOP
}
state JOB_RUN {
state CONT_SHEET
state CONT_SHEET_BREAK
state CONT_SHEET_CALL_STARTUP
}
STARTING --> NO_SHEET_CALL
NO_SHEET_CALL --> SINGLE_SHEET
SINGLE_SHEET --> NO_SHEET_CALL
NO_SHEET_CALL --> CONT_SHEET
CONT_SHEET --> NO_SHEET_CALL
CONT_SHEET_CALL_STARTUP --> CONT_SHEET
CONT_SHEET --> CONT_SHEET_BREAK
CONT_SHEET_BREAK --> CONT_SHEET
STARTING --> CONT_SHEET_CALL_STARTUP
CALIBRATE_SHEET_CALL --> NO_SHEET_CALL
NO_SHEET_CALL --> CALIBRATE_SHEET_CALL
}
[*] --> RESETTING
RESETTING --> IDLE
}
RUN --> STOP : Stop
STOP --> RUN : Reset
state STOP {
[*] -right-> STOPPING
STOPPING --> STOPPED
STOPPED -left-> [*]
}
RUN --> ABORTING : Error
state ABORT {
state ABORTING{
state c <<choice>>
c --> EM_STOP
EM_STOP --> [*]
c --> RUN_EMPTY
RUN_EMPTY --> [*]
}
ABORTING --> ABORTED
ABORTED --> CLEARING
CLEARING --> STOPPED
}
@enduml
| false | true | false | false | sequence |
a27b430add675abf8183574f4ac6276f3a11c003 | d702b31e656edcb9944228c0309f153bdff29eec | /doc/plantuml/HCARDA/command/DeactivateRecordCommand.plantuml | c89ea525530e170c950103bb0a9d380cbbf55951 | [
"Apache-2.0"
] | permissive | gematik/ref-HealthCardAccess | 4f3957bfe40c56ffbf82782528a6e543ea00e9e3 | eb9a12f7eea309bb5b23269de9d8fa924f91fe4f | refs/heads/master | 2022-02-14T18:25:41.769547 | 2022-01-07T07:24:17 | 2022-01-07T07:24:17 | 213,916,430 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,482 | plantuml | @startuml
package de.gematik.ti.healthcardaccess {
interface IHealthCardCommand {
{abstract} + executeOn()
}
}
package de.gematik.ti.healthcardaccess {
abstract class AbstractHealthCardCommand {
{static} - LOG : Logger
{static} # NE_MAX_EXTENDED_LENGTH : int
{static} # NE_MAX_SHORT_LENGTH : int
{static} # EXPECT_ALL : int
# cla : int
# ins : int
# p1 : int
# p2 : int
# data : byte[]
# ne : int
# AbstractHealthCardCommand()
# AbstractHealthCardCommand()
{abstract} + getTechnicalResponseApdus()
- inferResponseStatusFromResponseCode()
+ executeOn()
# sendApdu()
- getCommandApdu()
}
}
package de.gematik.ti.healthcardaccess {
package de.gematik.ti.healthcardaccess.commands {
class DeactivateRecordCommand {
{static} - CLA : int
{static} - INS : int
{static} - MODE_USE_LIST_ELEMENT_P1 : int
{static} - MODE_USE_ALL_LIST_ELEMENTS_STARTING_FROM_P1 : int
{static} - technicalResponseApdus : Map<Integer, ResponseStatus>
+ getTechnicalResponseApdus()
+ DeactivateRecordCommand()
+ DeactivateRecordCommand()
}
}
}
AbstractHealthCardCommand -up-|> IHealthCardCommand
DeactivateRecordCommand -up-|> AbstractHealthCardCommand
@enduml | false | true | false | false | class |
dc4c5227b917dce161914b2eaafbdd868018b53b | 25565dc5e332bfcc9a7fe427aa599133eb4e25a2 | /docs/architecture/diagrams/useCases/4-initiateAisConsent.puml | 3f4049d1fd3c5d8194bb111785dd02f00d2f5a1f | [
"Apache-2.0"
] | permissive | bank-io/open-banking-gateway | ba27c5ae5c9d2bf073a8c754d136b64dedc4e5b3 | 37ad1b2aaf681fceebd11ce3a2126ae3dd5df71a | refs/heads/master | 2022-04-11T12:44:20.181909 | 2020-01-20T14:19:26 | 2020-01-20T14:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,649 | puml | @startuml
autonumber 10 10 "<b><color blue>[InitConsent-000]</color></b>"
actor psu
box "PsuUserAgent" #LightGray
participant "FinTechUI" as FinTechUI
'participant "ConsentAuthorisationUI" as ConsentAuthorisationUI
'participant "OnlineBankingUI" as OnlineBankingUI
end box
box "FinTechDC" #DarkSeaGreen
participant "FinTechApi" as FinTechApi
end box
box "TppDC" #LightGray
participant "TppBankingApi" as TppBankingApi
'participant "TppBankSearchApi" as TppBankSearchApi
'participant "ConsentAuthorisationApi" as ConsentAuthorisationApi
participant "BankingProtocol" as BankingProtocol
participant "RedirectSessionStoreApi" as RedirectSessionStoreApi
end box
box "AspspDC" #LightSkyBlue
participant "AspspBankingApi" as AspspBankingApi
'participant "OnlineBankingApi" as OnlineBankingApi
end box
== Initiate consent upon PSU transaction display request : call[header](body)<params> return code[header](body) ==
FinTechUI --> psu : displayBankServices(BankProfile)
psu -> FinTechUI ++ : selectService(listTransactions)
FinTechUI -> FinTechApi ++ : GET:listTransactions\n[FinTechLoginSessionCookie,UserAgentContext]()\n<sessionState,bankId,ListTransactionsSpec>
autonumber 31 1 "<b><color blue>[InitConsent-000]"
FinTechApi -> FinTechApi : psuConsentSession\n(FinTechLoginSessionCookie,\nBankProfile,ListTransactionsSpec)<>
autonumber 40 1 "<b><color blue>[InitConsent-000]"
FinTechApi -> TppBankingApi ++ : listTransactions[UserAgentContext,\nPsuConsentSession,FinTechContext]\n(BankProfile,ListTransactionsSpec)<>
autonumber 41 1 "<b><color blue>[InitConsent-000]"
TppBankingApi -> TppBankingApi : BankProfile.bankingProtocol():BankingProtocol
autonumber 50 1 "<b><color blue>[InitConsent-000]"
TppBankingApi -> BankingProtocol ++ : listTransactions[UserAgentContext, PsuConsentSession]\n(BankProfile, ListTransactionsSpec)
autonumber 51 1 "<b><color blue>[000]"
BankingProtocol -> BankingProtocol : PsuConsentSession.tppConsentSession()\n:TppConsentSession
alt TppConsentSession.noConsentPresent()
autonumber 60 1 "<b><color blue>[InitConsent-000]"
BankingProtocol -> AspspBankingApi ++ : initiateConsent[UserAgentContext,\nTppContext](AisConsent)
return 200_OK(TppConsentSession,\nAspspRedirectInfo)
BankingProtocol -> RedirectSessionStoreApi ++ : redirectSession(TppConsentSession, exp)
RedirectSessionStoreApi -> RedirectSessionStoreApi : createEncryptStoreRedirectSession\n(TppConsentSession):redirectCode
return 200_OK[](redirectCode)<>
BankingProtocol -> BankingProtocol : TppConsentSession.psuConsentSession()\n:PsuConsentSession
return 303_SeeOther(PsuConsentSession, AspspRedirectInfo)
return 303_SeeOther(PsuConsentSession,\nConsentAuthorisationApi\n.auth<redirectCode>)
FinTechApi -> FinTechApi : finTechConsentSessionCookie(PsuConsentSession,\nfinTechConsentSessionState):FinTechConsentSessionCookie
return 302_Redirect[ConsentAuthorisationApi.auth<redirectCode,\nfinTechConsentSessionState>,\nFinTechConsentSessionCookie]()
else TppConsentSession.consentPresent()
autonumber 71 1 "<b><color blue>[InitConsent-000]"
activate BankingProtocol
BankingProtocol -> AspspBankingApi ++ : listOfTransactions[UserAgentContext,\nTppContext](AisConsent)
return 200_OK[](Transactions)
BankingProtocol --> TppBankingApi ++: 200_OK[](Transactions)
deactivate BankingProtocol
TppBankingApi --> FinTechApi ++ : 200_OK[](Transactions)
deactivate TppBankingApi
FinTechApi --> FinTechUI : 200_OK[FintechLoginSessionCookie](Transactions)
deactivate FinTechApi
return displayListOfTransactions(Transactions)
end
@enduml
| false | true | false | false | usecase |
438149fc823709d295bef12c2fdf53f94b1708f3 | 4c136553d9d11cee9ed3ff760758c616134bf1ae | /edom-20-21-team-405/diagrams/documentation/metamodel.plantuml | 29df82396d8e845ca9fb421b6e82169dff086845 | [] | no_license | PeFerreira98/ISEP.Master.EDOM.Old | 15f23b15c21087ef4ed042cf27a39af177ecaf6b | 8cbeeeb8b1cda6b08a2fc70769c195244cd6ed4b | refs/heads/main | 2023-08-29T21:53:04.911073 | 2021-11-14T15:40:06 | 2021-11-14T15:40:06 | 427,965,742 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 792 | plantuml | @startuml metamodel.png
Model "1"*-->"*" Subject
Subject "1"*-->"*" Comment
Subject "1"*-->"*" Field
Field ..> FieldTypesEnum
Comment "1"*-->"*" Comment
Comment "1"*-->"*" Field
Comment "1"*-->"*" Rating
IValidate "1"*-->"*" Field
Rating "1"*-->"*" Field
AutomaticValidation --> IValidate
ManualValidation --> IValidate
Comment "0..1"-->"1" AutomaticValidation
Comment "0..1"-->"1" ManualValidation
class Field {
String name
FieldType type
}
class Model {
String name
}
class Rating {
String name
}
class Subject {
String name
}
class Comment {
String name
}
class AutomaticValidation {
String name
}
class ManualValidation {
String name
}
interface IValidate{
-validate(Comment)
}
enum FieldTypesEnum {
STRING
DATE
INTEGER
BOOLEAN
FLOAT
}
@enduml | false | true | false | false | class |
a0080acf12e58d85321232f817184eb6ff966684 | 9f816b59dc2fa8215e38fd13e7e74a6ef9b9b812 | /out/production/chess/appli/appli.plantuml | e5ae995bd48c5a8e32bd892495df1068c33706f7 | [] | no_license | SofianZoo/chess | 4337569b6ff45ff4f7e0962e8d1cf424765a4c71 | bb3204f1e56470754d0bc16a2de0e2ec49e5e598 | refs/heads/master | 2023-05-04T07:19:41.469582 | 2021-05-25T18:16:21 | 2021-05-25T18:16:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 569 | plantuml | @startuml
title __APPLI's Class Diagram__\n
namespace appli {
class appli.Application {
{static} - choixPartie : boolean
+ Application()
{static} + getChoixPartie()
{static} + jouer()
{static} + main()
{static} + setChoixPartieFinale()
{static} - erreurChoix()
{static} - finPartie()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
80d576211abf3f8ea38a0f337a0cc4c022fd3dff | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Rendering/ParticleSystem-Class.iuml | 0fb8982198818b321a65e308f09d087fbbc527de | [] | no_license | SeraphinaMJ/Reformed | 2d7424d6d38d1cfaf8d385fade474a27c02103a5 | 8563d35ab2b80ca403b3b57ad80db1173504cf55 | refs/heads/master | 2023-04-06T00:40:34.223840 | 2021-05-06T11:25:51 | 2021-05-06T11:25:51 | 364,884,928 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 244 | iuml | namespace Graphics::Particles {
class ParticleSystem {
{static} +GetName()
+Name()
+OnInitialize()
+OnUpdate()
}
ParticleSystem --|> SystemManagement::SystemBase
}
| false | true | false | false | class |
a30fed4eea526b02a3a5b452d8c27221c933704d | 53ce2924182186b305b4b4402e921db109ca62fc | /docs/architecture/plantuml/user-filters.plantuml | f870622846efb70888815e4a8d21c99fbc474e08 | [] | no_license | nevesnunes/MultiViz | ddefdffa639d2ecf9ae337a68d69ae214167e086 | 3380a96cf9752ac3d79ae75c1260dbbc41d0733d | refs/heads/gh-pages | 2020-07-23T08:18:11.245743 | 2019-09-15T11:53:16 | 2019-09-15T14:40:06 | 207,496,611 | 0 | 0 | null | 2020-04-30T11:56:25 | 2019-09-10T07:47:39 | JavaScript | UTF-8 | PlantUML | false | false | 674 | plantuml | @startuml
skinparam monochrome true
skinparam shadowing false
actor User
participant "Angular" as NG
participant "Panes" as P << Directive >>
participant "...Visualization" as CV << Factory >>
participant "Filters" as F << Factory >>
group brush event
User -> F :brushed
F -> F
note right
Updates activatedFilters
end note
F -> F :dispatch(observer)
F -> CV :populateWithFilters
end
group list event
User -> P :checkFilter
P -> F :setActivatedFilters
note right
Updates activatedFilters
end note
F -> F :dispatch(observer)
F -> CV :populateWithFilters
...
NG -> P :isListInputSelected
end
@enduml
| false | true | false | false | usecase |
a66191a5673182e40077ba986f8da872718f5f13 | 77b70352a642e53061e20fc3dd37b9fe09aa82ba | /viewAllProducts.puml | 02172f3db27b5959d859310d2d7b6f916926ed55 | [] | no_license | Jack-Baucke/INFO202-Project | 2ca0329b10d2a59cb4d2a6a2776bb75081ec7988 | 60da62325e9e433cbbc93a2fb95ac92db376b79c | refs/heads/master | 2020-04-04T21:49:24.741107 | 2018-11-05T23:57:26 | 2018-11-05T23:57:26 | 156,299,584 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,250 | puml | @startuml
' style tweaks to make the diagram a little more readable
skinparam {
Style strictuml
RoundCorner 8
Sequence {
' make activations yellow too
LifeLineBackgroundColor #FDFDCD
' make stereotypes less ugly
Stereotype {
Font {
Size 11
Style plain
}
}
}
DatabaseBorderColor #A80036
}
title View Products (using DB dao)
actor User as user
participant "Administration" as main << main >>
participant "MainMenu" as menu << frame >>
participant "ProductReportDialog" as dialog << dialog >>
participant "ProductDatabaseDAO" as dao << ProductDAO >>
participant "SimpleListModel\n:model" as model
database "Database" as db
main++
create menu
main -> menu : « construct »
user ->> menu : clicks 'View Products'
menu++
create dialog
menu -> dialog++ : « construct »
create dao
dialog -> dao : « construct »
dialog -> dao++ : getProducts()
dao -> db++ : select * from product
return ResultSet
dao -> dao : reconstruct products\nfrom ResultSet
return products
create model
dialog -> model : « construct »
dialog -> model++ : updateItems(products)
model--
dialog -> dialog : lstProducts.setModel(model)
note left : products now\nvisible to user
@enduml
| false | true | true | false | usecase |
494c18580997570d9f2ea9470a61e93ae63e91e8 | e4f13402473eae982787d3c898508ad8cec361eb | /Source/EtAlii.Generators.Stateless.Tests/StateMachines/AsyncSubStateStateMachine.puml | a924ca3990b42613eff941a1fd24d7403d801935 | [
"MIT"
] | permissive | Jonsen94/EtAlii.Generators | 6ea3d616efa1012ce1a84116021abfb22376406e | cb4dfbb75e2b38a9996b2661125e7f3fd04301b8 | refs/heads/main | 2023-04-21T17:56:06.327922 | 2021-05-11T09:31:13 | 2021-05-11T09:31:13 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 636 | puml | @startuml
'stateless namespace EtAlii.Generators.Stateless.Tests
'stateless class AsyncSubStateStateMachineBase
'stateless generate partial
'stateless using System.Text
[*] -up-> State1 << async >> : Continue1
State1 -right-> SuperState1 << async >> : Continue
state SuperState1 {
[*] -right-> SubState1 << async >>
}
[*] -right-> State2 << async >> : Continue2
State2 -right-> SuperState2 << async >> : Continue
state SuperState2 {
[*] -right-> SubState2 << async >> : Start
}
[*] -down-> State3 << async >> : Continue3
state SuperState3 {
state SubState3
}
State3 -right-> SubState3 << async >> : Continue
@enduml
| false | true | false | false | sequence |
10864d0b9971117105ecbf749e27dc9b3a40c232 | e778c50fb529563a0106509e3635959099a00924 | /Conception/Diagrams/plantUml/Use Cases/User_Maintainence.plantuml | 4a2370ae6edad70aa6e407777ec2a72f013cc92b | [] | no_license | joelemenyu20/Sahem | cc07c7172dbaec42199510089f7d372b91a8508f | 1f3ecf0b5fb67d2f74d11f679a6cfad99d9a04ff | refs/heads/master | 2023-05-07T03:17:02.861896 | 2020-07-21T05:45:26 | 2020-07-21T05:45:26 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 467 | plantuml | @startuml user maintainence
left to right direction
skinparam packageStyle rectangle
actor User as A1 << Human >>
actor SahemSystem as A6 << System >>
' usecase (UC4-ShareToSocialMedia) as UC4
' A1 -- (UC4)
' (UC4) -- A6
rectangle UserMaintainence {
usecase (UC1-Register) as UC1
usecase (UC2-Login) as UC2
usecase (UC3-ForgotPassword) as UC3
A1 -- (UC1)
A1 -- (UC2)
A1 -- (UC3)
(UC1) -- A6
(UC2) -- A6
(UC3) -- A6
}
@enduml
| false | true | false | false | usecase |
2141c1a5ef0ff1ddc0b2c92bedfe0953d59e4ea8 | 8a7d4e7348e7cf75ea65d857f140d0454add6f84 | /docs/src/developer/subarraynode/sdp.puml | 6af5c2ec723c891989fb06a776ee760887af301d | [
"BSD-3-Clause"
] | permissive | ska-telescope/cdm-shared-library | d1812ed010a09765a5be5a41d1c7e8e9694d110a | 87083655aca8f8f53a26dba253a0189d8519714b | refs/heads/master | 2023-09-01T08:27:16.704307 | 2023-08-08T13:01:10 | 2023-08-08T13:01:10 | 191,747,755 | 0 | 0 | BSD-3-Clause | 2023-02-10T13:48:25 | 2019-06-13T11:11:28 | Python | UTF-8 | PlantUML | false | false | 247 | puml | @startuml
!pragma useNewPackage
hide empty members
package ska_tmc_cdm.messages.subarray_node.configure {
package sdp.py <<Rectangle>> {
class SDPConfiguration {
interface : str
scan_type : str
}
}
}
@enduml
| false | true | false | false | class |
3ee90f2f1071c72c640d6b823e1728e5b76e3af4 | 5c486220cf8d319469683caf16b034cc70c1f2f5 | /doc/plantuml/use-cases.puml | 2939ac5b5a881d1190e48f6eafad1e60e862a7a8 | [] | no_license | BigNerd/dblit | 432952e5ca3be23ea9ee7b0ed36a0897092813b7 | a67848ededbe67a21aad7fa6a33a87ecec25db56 | refs/heads/master | 2022-11-23T18:30:15.366118 | 2020-08-04T15:51:51 | 2020-08-04T15:51:51 | 284,419,168 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 770 | puml | @startuml
' actors
:Admin: as Admin
:User: as User
:ML: as "Machine Learning App"
' use cases
(Create Users) as (create_users)
(Create Label Sets) as (create_label_sets)
(Create Jobs) as (create_jobs)
(Assign Jobs) as (assign_jobs)
(Progress Jobs) as (progress_jobs)
(Select Job Results) as (select_job_results)
' dependency relationships
(create_jobs) .up.> (create_label_sets) : requires
(assign_jobs) ..> (create_users) : requires
(assign_jobs) ..> (create_jobs) : requires
(progress_jobs) ..> (assign_jobs) : requires
(select_job_results) ..> (create_jobs) : requires
' usage relationships
Admin ---> (create_users)
Admin ---> (create_label_sets)
ML ---> (create_jobs)
Admin ---> (assign_jobs)
User -up-> (progress_jobs)
ML ---> (select_job_results)
@enduml | false | true | false | false | class |
aad30a290a95f95996d4dbe25acf563e375d6d3b | ceb68c034ba95c562692003af1df29292112726e | /tuc/examples/left-note.puml | d752fdc8408a722686c207a1a38d4510d81f1eba | [] | no_license | TypedUseCase/TypedUseCase.github.io | c92c05c71004d97ba4af505b9ab4b44691440fe2 | 753e523d560053460e464f0351049ffd1e8e94ef | refs/heads/master | 2023-05-16T03:43:52.360390 | 2021-06-08T14:21:38 | 2021-06-08T14:21:38 | 301,753,387 | 0 | 0 | null | 2021-06-08T14:21:39 | 2020-10-06T14:24:27 | F# | UTF-8 | PlantUML | false | false | 633 | puml | @startuml left-note
== Left Note ==
actor "Main Service" as MainService <<My>>
participant "Service" as Service <<My>>
activate MainService
MainService -> Service ++: Method(Input)
note left: this is a note
note left
This is **bold**
This is //italics//
This is ""monospaced""
This is --stroked--
This is __underlined__
This is ~~waved~~
This is <back:cadetblue><size:18>formatted</size></back>
<u:red>This</u> is <color #118888>displayed</color> **<color purple>on a </color> <s:red>Main</strike> Service**.
end note
Service --> MainService --: Output
deactivate MainService
@enduml
| false | true | false | false | usecase |
b49fdaee4102133f6df40c1c50700677f393946e | d209b71e823c2b3f32e35fa51fd24995dd511fc5 | /newbie/UML/demo.iuml | eda2868a0f9b9678a154d523e4990d866ff26520 | [
"Apache-2.0"
] | permissive | Urumuqi/gitbook | e336a0b186b6bca9c7136ba0ea6482aeb3cea621 | 6423921e4c48b445a4894fd3077950949892f7c7 | refs/heads/master | 2022-12-15T21:02:04.378289 | 2022-11-30T14:27:25 | 2022-11-30T14:27:25 | 229,393,712 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,265 | iuml | @startuml
scale 3
Alice -> Bob : test
@enduml
@startuml
scale 2
class Event {
+startTime: DateTime
+venue: string
+registrationClosed: boolean
-notifyAttends()
}
class ApplicationUser {
-userName: string
-password: string
+isLocked: boolean
-suggestRandomPasswd()
+changeProfilePic()
}
class Speaker {
+openForSpeaking: boolean
-callForAction()
+applyAsSpokePerson()
}
class Topic {
+title: string
+sourceCodeUrl: string
+downloadMaterials()
}
class Attendee {
-enventAttended: number
-suggestEventBaseOnPreference()
+registerForTicket()
}
ApplicationUser <|-- Speaker
ApplicationUser <|-- Attendee
Speaker "1" *-- "*" Topic
Event "1" o-- "*" Speaker
Event "1" o-- "*" Attendee
@enduml
@startuml
scale 3
class Goal {
-name: string
-type: integer
-imgs: resource
-tag: string
}
class PunchCardRecord {
-id: integer
-goalId: integer
-userId: integer
-userName: integer
-imgs: resoruce
-notes: string
-createdAt: datetime
-updatedAt: datetime
}
class RecordList {
-id: integer
-userId: integer
-totalCnt: integer
-gymCnt: integer
-learningCnt: integer
}
class User {
-id: integer
-username: string
}
@enduml | false | true | false | false | sequence |
51219f312a41914ca487d78e0725c1a7830aa5bb | d92da99c31222279132b73aa774e953bcf6c5dc4 | /docs/design/fabric-v2+/fpc-cc-execution.puml | b66b237d6047fd2985c7eac033320e9562fdddcf | [
"Zlib",
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | adecaro/fabric-private-chaincode | b28ef6b1dc80253cf0f445daa4816866e7da62ce | 22ab0dc5c081269f6e586cf6b01466331079ae0f | refs/heads/main | 2023-08-02T14:24:56.328811 | 2021-08-19T13:07:16 | 2021-08-21T06:47:03 | 387,143,891 | 0 | 0 | Apache-2.0 | 2021-07-18T10:03:08 | 2021-07-18T10:03:08 | null | UTF-8 | PlantUML | false | false | 2,765 | puml | /'
Copyright 2020 Intel Corporation
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
'/
@startuml
'- force wrapping of longer text
'skinparam wrapWidth 400
!pragma teoz true
hide footbox
title Foot Box removed
title Fabric Private Chaincode - Chaincode execution
participant "FPC_stub_enclave" as Enclave1 order 10 #99FF99
participant "FPC_chaincode" as Chaincode order 30 #99FF99
participant "FPC_stub" as ECC1 order 31
database "Peer_state" as storage1 order 40
participant "Ledger_enclave" as TLCC1 order 41 #99FF99
activate Enclave1
ref over Enclave1, TLCC1
see fpc-cc-invocation.puml
end
note over TLCC1
"Full" FPC only (Post-MVP)
end note
Enclave1 -> Chaincode : invoke (args, CTX)
activate Chaincode
note right
FPC_stub_enclave calls invoke of the FPC_chaincode,
which implements the actual application logic.
Context (CTX) is used to retrieve state and the
corresponding integrity-metadata from the same view.
end note
loop
note over Chaincode
This loop denotes the application logic as it
may perform multiple getState and putState operations.
Note that these operations are over the secure channel,
see fpc-cc-invocation.puml for its establishment.
end note
alt getState
Chaincode -> Enclave1 ++ : getState(key, CTX)
Enclave1 -> Enclave1 : update readset
Enclave1 -> ECC1 ++ : getState(key, CTX)
ECC1 -> storage1 ++ : getState(key, CTX)
return value_enc
return value_enc
alt "Full" FPC (Post-MVP)
Enclave1 -> TLCC1 ++ : getMetadata(key, CTX)
note over Enclave1: this request is via the enclave-tlcc secure channel
return integrity-metadata
Enclave1 -> Enclave1 : check value_enc using integrity-data
end
Enclave1 -> Enclave1 : value <- decrypt value_enc with SEK
Enclave1 -> Enclave1 : update readset
return value
note right
Application logic can now use value for
some computation; the value is in clear
and validated with the help of Ledger_enclave.
end note
else putState
Chaincode -> Enclave1 ++ : putState(key, value, CTX)
Enclave1 -> Enclave1 : value_enc <- encrypt value with SEK
Enclave1 -> ECC1 ++: putState(key, value_enc, CTX)
note right
NOTE that with putState operations, only encrypted
data leaves the enclave.
end note
ECC1 -> ECC1 : putState(key, value_enc, CTX)
return
Enclave1 -> Enclave1 : update writeset
return
end
end
Chaincode -> Chaincode : compute some result
note right
The application logic may also return some result
end note
Chaincode --> Enclave1 : return result
deactivate Chaincode
@enduml
| false | true | false | false | sequence |
fe192e7ae5ac95a4f8e5dde435ad4b5ad543d3a8 | 60bb77f59105243183b65a191dadde679e813afb | /uml/ClassDiagram.puml | 0e2adfad179bf16c93e6a96201e44462d8c39c87 | [] | no_license | FlorianLoch/sa_viergewinnt_core | d169987f28d73c929423b6555aa0d3e1ff0f2cdc | ed2431cd36aa8eb10eb9760c286da0b0b193a3c4 | refs/heads/master | 2021-03-12T21:18:27.499146 | 2015-05-13T14:51:43 | 2015-05-13T14:51:43 | 30,323,974 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 559 | puml | @startuml
class Game
class EasyAI
class RandomAI
class Board
class Difference
class Position
class InvalidPositionValidator
class MoreThanOneValidator
class NoChangeValidator
class StoneChangedValidator
enum Stone
interface AI
interface Validator
Game ..> Board
Game ..> AI
Game ..> Validator
EasyAI --|> AI
RandomAI --|> AI
Board ..> Position
Board ..> Stone
Board ..> Difference
Validator ..> Difference
InvalidPositionValidator --|> Validator
MoreThanOneValidator --|> Validator
NoChangeValidator --|> Validator
StoneChangedValidator --|> Validator
@enduml | false | true | false | false | class |
cc7dea9279d8a7c02daa9e6c1e14b77e8eb05c2e | 60e80b1719d9c929747baf3d32537c1731c0168f | /prototype/src/main/resources/PrototypeClass.puml | c1a794f1e6d0299c87339e211ef0f397ea579a12 | [] | no_license | GilbertXiao/JavaDesignPatterns | 8c0b82634c96107f6311dbacabdaa38119402782 | 35ce09c85b40ae585ecfc8fb7c3247375eb2a40b | refs/heads/master | 2021-07-11T11:10:04.956876 | 2020-07-19T11:59:28 | 2020-07-19T11:59:28 | 179,295,966 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 260 | puml | @startuml
class Prototype{
+clone()
}
class ConcretePrototype1{
+clone()
}
class ConcretePrototype2{
+clone()
}
Class Client{
Prototype prototype;
}
Client -> Prototype
Prototype<|--ConcretePrototype1
Prototype<|--ConcretePrototype2
@enduml
| false | true | false | false | class |
577f17bc1c3b1972cb1ba0a29613a69788603a8c | a751888fd29a1b92bb32ef7d272d3e72f664ed30 | /src/design/gnss-rinex-class-diagram.puml | 85197bd06d108ea3b918f6eb5ae869b16b2e3bb2 | [
"Apache-2.0",
"MIT",
"EPL-1.0"
] | permissive | petrushy/Orekit | b532c7db85c992d85b5ac3d858d18d656e2b8c46 | 1f8ff45caf82e0e7e85f8cf9fd4f41c3ba379443 | refs/heads/develop | 2023-08-16T11:37:43.709083 | 2023-07-18T20:13:14 | 2023-07-18T20:13:14 | 42,349,064 | 10 | 2 | Apache-2.0 | 2023-07-21T14:54:14 | 2015-09-12T07:39:56 | Java | UTF-8 | PlantUML | false | false | 2,824 | puml | ' Copyright 2002-2022 CS GROUP
' Licensed to CS GROUP (CS) under one or more
' contributor license agreements. See the NOTICE file distributed with
' this work for additional information regarding copyright ownership.
' CS licenses this file to You under the Apache License, Version 2.0
' (the "License"); you may not use this file except in compliance with
' the License. You may obtain a copy of the License at
'
' http://www.apache.org/licenses/LICENSE-2.0
'
' Unless required by applicable law or agreed to in writing, software
' distributed under the License is distributed on an "AS IS" BASIS,
' WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
' See the License for the specific language governing permissions and
' limitations under the License.
@startuml
skinparam svek true
skinparam ClassBackgroundColor #F3EFEB/CCC9C5
skinparam ClassArrowColor #691616
skinparam ClassBorderColor #691616
skinparam NoteBackgroundColor #F3EFEB
skinparam NoteBorderColor #691616
skinparam NoteFontColor #691616
skinparam ClassFontSize 11
skinparam PackageFontSize 12
skinparam linetype ortho
package org.orekit.gnss #ECEBD8 {
class RinexObservationLoader {
+List<ObservationDataSet> getObservationDataSets()
}
enum SatelliteSystem {
+GPS
+GLONASS
+GALILEO
+BEIDOU
+QZSS
+IRNSS
+SBAS
+MIXED
}
enum ObservationType {
+C1
+C5
+C6
...
+L1C
...
+S8X
+getMeasurementType()
+getFrequency(SatelliteSystem)
}
enum MeasurementType {
+PSEUDO_RANGE
+CARRIER_PHASE
+DOPPLER
+SIGNAL_STRENGTH
}
enum Frequency {
+G01
+...
+J06
+...
+S05
+String getName()
+SatelliteSystem getSatelliteSystem()
+double getRatio()
+double getMHzFrequency()
}
class ObservationData {
+ObservationType getObservationType()
+double getValue()
}
class ObservationDataSet {
+RinexHeader getHeader()
+AbsoluteDate getDate()
+SatelliteSystem getSatelliteSystem()
+int getPrnNumber()
+double getRcvrClkOffset()
+List<ObservationData> getObservationData()
}
ObservationDataSet *-left-> "1" SatelliteSystem
RinexObservationHeader *--> "1" SatelliteSystem
RinexObservationHeader "*" <--* ObservationDataSet
RinexObservationLoader *--> "*" ObservationDataSet
ObservationDataSet *--> "*" ObservationData
ObservationType "1" <-left-* ObservationData
ObservationType *--> "1" MeasurementType
ObservationType *--> "*" Frequency
}
@enduml
| false | true | false | false | class |
ce4a175ea30bba62475902c497cdc1e4d5329c13 | 88157e101470d4e554e6f3c097a80501cdc5740d | /src/com/sheepclass.puml | 04d314bf3dfb56bae3418c6fe57812aa2f689e9f | [] | no_license | Thesonggodoftoliet/sheepclass | 627d211ea3f3f99965d154b05d7d3e97ad2c5b3c | b19e175300a892ef79bc27e72dcdb9e552517609 | refs/heads/master | 2020-05-07T11:49:13.014808 | 2019-06-11T04:57:42 | 2019-06-11T04:57:42 | 180,476,093 | 1 | 0 | null | 2019-06-06T06:53:51 | 2019-04-10T01:20:08 | CSS | UTF-8 | PlantUML | false | false | 195 | puml | @startuml
package "Some Group" {
HTTP - [First Component]
[Another Component]
}
package "Otehr Groups"{
}
package "Other Groups" {
FTP - [Second Component]
[First Component] --> FTP
}
@enduml | false | true | false | false | uml-unknown |
379702e2c2e59ffe3a597652e053870eb188d214 | 0290d88e264bdd1b1c9169d48277134146192c17 | /features/cloudwatch/3.3/list-metrics-workflow.puml | 818b8d2ae883875809e2c43e7a19739c10402ed1 | [] | no_license | grze/architecture | e93f992eb2a70704ded892f949012278d30ad693 | 9be2e9aeee773c116cf12876b91e20193a23805d | refs/heads/master | 2020-12-25T10:35:35.242437 | 2013-02-27T06:48:30 | 2013-02-27T06:48:30 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 603 | puml | @startuml
title List Metrics Workflow
rectangle {
()"Cloud Watch Service"
}
() "Cloud Watch Service" --> (ListMetrics): response
(ListMetrics) -down-> ()"Cloud Watch Service" : request
() "Cloud Watch Service" -down-> [Raw Data Queue]
[Raw Data Queue] --> (Aggregation)
[Raw Data Queue] <-right- (Aggregation)
database "eucalyptus_cloudwatch" {
folder "List Metric Rows" {
[list_metrics_dimensions]
[list_metrics]
}
}
[list_metrics] --> [list_metrics_dimensions] : CASCADE(ONE-TO-MANY)
[list_metrics] o-- (Aggregation) : INSERT/UPDATE
(Cleaner) --left-> [list_metrics] : DELETE
@enduml
| false | true | false | false | sequence |
736f233de9452b3fbb0d9e76d56c5f68dbe76435 | 6c1c7cd7bf6df648880c0676964502463f18fda5 | /src/main/java/Listener/Listener.plantuml | 738b3bc50ab3ec0ce606260b97b5ede3cac04951 | [] | no_license | yannickTilly/appliVisiteurCli | 978c0ee4f04bca36c12911c2b7bb477ed53275d8 | 407e183f3998825d96409eef530ed5d6656fe5b5 | refs/heads/master | 2022-12-11T17:56:20.251585 | 2020-05-19T11:24:35 | 2020-05-19T11:24:35 | 217,737,041 | 0 | 0 | null | 2022-11-15T23:31:18 | 2019-10-26T16:28:45 | Java | UTF-8 | PlantUML | false | false | 2,133 | plantuml | @startuml
title __LISTENER's Class Diagram__\n
namespace Listener {
interface Listener.ConsultationDrugsModelListener {
{abstract} + onChangeModel()
}
}
namespace Listener {
interface Listener.ConsultationDrugsViewListener {
{abstract} + onSearch()
}
}
namespace Listener {
interface Listener.ConsultationPratitionnerViewListener {
{abstract} + onSearch()
}
}
namespace Listener {
interface Listener.ConsultationRapportVisiteModelListener {
{abstract} + onRapportVisiteChange()
}
}
namespace Listener {
interface Listener.ConsultationRapportVisitesListener {
{abstract} + onSearchSubmit()
}
}
namespace Listener {
interface Listener.ConsultationRapportVisitesModelListener {
{abstract} + onRapportVisitesChange()
}
}
namespace Listener {
interface Listener.ContextListener {
{abstract} + userLoginSucess()
}
}
namespace Listener {
interface Listener.LoginListener {
{abstract} + onSubmit()
}
}
namespace Listener {
interface Listener.MenuListener {
{abstract} + onConsulterClicked()
{abstract} + onDrugsClicked()
{abstract} + onNewReportClicked()
{abstract} + onPratitionnersClicked()
}
}
namespace Listener {
interface Listener.NewReportListener {
{abstract} + onSubmitNewReport()
}
}
namespace Listener {
interface Listener.RouteListener {
{abstract} + onDrugConsultation()
{abstract} + onError()
{abstract} + onNewReport()
{abstract} + onPratitionners()
{abstract} + onReportConsultation()
{abstract} + onReportConsultations()
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
4284f73b0f9c11a39e23e31720d5957a4f13bcb0 | 2f22952e07ffc3eb8933d52a20f6a5bfd02e8b35 | /Structural/Adapter/uml.puml | 0d06498ee6f718cb41a75e47cedf26c014fb0328 | [
"MIT"
] | permissive | ervin-meng/PHPDesignPatterns | c7b868148231f28226e7efd12283798890aae0f2 | 19cd506970898ae6db87d3e838d53658a2876ae7 | refs/heads/master | 2022-12-08T11:38:04.190536 | 2020-09-01T09:12:07 | 2020-09-01T09:12:07 | 291,909,626 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 231 | puml | @startuml
abstract class Target
{
abstract function sayInChinese(Adaptee $adaptee);
}
class Adaptee
{
sayInEnglish()
}
class Adapter extends Target
{
ayInChinese(Adaptee $adaptee)
}
Adaptee <-right- Adapter
@enduml | false | true | false | false | class |
108263b85e082825385946b13082b6cb79bdf03f | 166731f8c1d25286a263538efbe0cc0423420b1b | /DevOps4ProductOwners/diagrams/complexarchitecture.plantuml | e92e3de6f4be66dde2c69b4116c533145197360d | [
"CC-BY-4.0"
] | permissive | brightcoast/DevOpsFor | 288c7c5354fc00d96a0a31e738de9b2bb1314227 | 9ea23b9630069ecb5962833f9a77391bba4cf555 | refs/heads/master | 2020-05-23T07:36:25.423246 | 2019-05-16T00:09:36 | 2019-05-16T00:09:36 | 186,680,088 | 0 | 0 | null | 2019-05-14T18:41:48 | 2019-05-14T18:41:48 | null | UTF-8 | PlantUML | false | false | 668 | plantuml | @startuml
package "Front End Pod" as feserver {
component "Load Balancer" as client
component "Front End 1" as client1
component "Front End 2" as client2
client --> client1
client --> client2
}
package "Application Pod" as appserver {
component "Load Balancer" as app
component "App 1" as app1
component "App 2" as app2
app --> app1
app --> app2
}
client1 --> app
client2 --> app
package "Database Pod" {
database "Application\nDatabase" as db
database "Replication\nDatabase" as rep1
database "Replication\nDatabase" as rep2
}
User -up-> client
app1 --> db
app2 --> db
db --> rep1
db --> rep2
@enduml
| false | true | false | false | sequence |
910148ba0088d4f83a890bbe748ad31abc973cb9 | 589d8eb4541fd92455aa1c7e1d5b993bf05ab763 | /app/src/main/java/com/netmart/netmart_main/Interface/Interface.plantuml | 7916e835694f59be192d68838074615f57e30f38 | [] | no_license | Nizar127/Netmart | 05c457d1eecd8845d5ea9103ed2e61c78bd5a23f | e6d0270d5023f3c111e4105b3c0860f5f0830bc8 | refs/heads/master | 2022-10-28T11:51:01.710309 | 2020-06-18T01:22:00 | 2020-06-18T01:22:00 | 269,915,305 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 430 | plantuml | @startuml
title __INTERFACE's Class Diagram__\n
namespace com.example.netmart {
namespace Interface {
interface com.example.netmart.Interface.ItemClickListener {
{abstract} + onClick()
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
b0e0b545df1cd65c790e6fa05ddc9344d52f0925 | 02a364d6cc772a9bf2e72d02dbecca74ac14d335 | /eCommerce-Core-2/DPLRef.eCommerce/plantuml/DPLRef.eCommerce.Tests.Mocks/MockRemittanceAccessor.puml | c467817b3e708096b8854a77c32431f64ae5e263 | [
"BSD-3-Clause"
] | permissive | noelmartens/TransitionAcademy | 4e02379d234aa4859a497ee2846420f4c55b9e12 | 3b95a5c737ab7b1497b77d455cf64caa73f69e1f | refs/heads/master | 2023-06-14T05:25:35.514249 | 2021-07-02T19:40:29 | 2021-07-02T19:40:29 | 362,512,351 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 255 | puml | @startuml
class MockRemittanceAccessor {
+ MockRemittanceAccessor(data:MockData)
+ SalesTotal() : SellerOrderData[]
+ TestMe(input:string) : string
}
MockBase <|-- MockRemittanceAccessor
IRemittanceAccessor <|-- MockRemittanceAccessor
@enduml
| false | true | false | false | class |
3bf4fadec86209d8e1319f3439644a7cdf2c3b2a | 95db096f36828b7124792f7ce52368a58783e9e9 | /docs/javadocs/soen6441riskgame/models/strategies/Strategy.puml | 28470c1176e8378254c22c0705ba9f9ae1c8e17a | [] | no_license | huntertran/soen6441-riskgame | 81af179068618a3870b14ef46cf51ea65c31ac6b | f6605e3c5bdd3346f65288c96de6d169faa47f00 | refs/heads/master | 2023-06-22T21:10:32.772010 | 2021-03-31T21:48:30 | 2021-04-02T03:19:34 | 209,664,319 | 2 | 1 | null | 2023-06-14T22:29:59 | 2019-09-19T23:16:40 | Java | UTF-8 | PlantUML | false | false | 5,255 | puml | @startuml
skinparam svgLinkTarget _parent
skinparam linetype ortho
set namespaceSeparator none
interface "<b><size:14>Strategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.Strategy [[../../../soen6441riskgame/models/strategies/Strategy.html{soen6441riskgame.models.strategies.Strategy}]] {
{abstract} +StrategyName getName()
{abstract} +void reinforce(Player player,Country countryToReinforce)
+void reinforce(Country countryToReinforce,int numberOfArmies)
+void exchangeCards(Player player)
{abstract} +ArrayList<Country> attack(Player player,Country attackingCountry)
+void attack(Country attackingCountry,Country defendingCountry,int numberOfDice)
+void attackMove(int army)
+void attackEnd()
{abstract} +void fortify(Country fromCountry,Country toCountry)
+void fortify(Country fromCountry,Country toCountry,int armiesAmount)
+void fortifyNone()
{abstract} +void playTurn(Player player)
}
class "<b><size:14>TournamentController</b>\n<size:10>soen6441riskgame.controllers" as soen6441riskgame.controllers.TournamentController [[../../../soen6441riskgame/controllers/TournamentController.html{soen6441riskgame.controllers.TournamentController}]] #white {
}
hide soen6441riskgame.controllers.TournamentController fields
hide soen6441riskgame.controllers.TournamentController methods
soen6441riskgame.controllers.TournamentController --> "strategies" soen6441riskgame.models.strategies.Strategy
enum "<b><size:14>StrategyName</b>\n<size:10>soen6441riskgame.enums" as soen6441riskgame.enums.StrategyName [[../../../soen6441riskgame/enums/StrategyName.html{soen6441riskgame.enums.StrategyName}]] #white {
}
hide soen6441riskgame.enums.StrategyName fields
hide soen6441riskgame.enums.StrategyName methods
soen6441riskgame.enums.StrategyName ..> soen6441riskgame.models.strategies.Strategy
class "<b><size:14>Player</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Player [[../../../soen6441riskgame/models/Player.html{soen6441riskgame.models.Player}]] #white {
}
hide soen6441riskgame.models.Player fields
hide soen6441riskgame.models.Player methods
soen6441riskgame.models.Player --> "strategy" soen6441riskgame.models.strategies.Strategy
class "<b><size:14>AggressiveStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.AggressiveStrategy [[../../../soen6441riskgame/models/strategies/AggressiveStrategy.html{soen6441riskgame.models.strategies.AggressiveStrategy}]] {
}
hide soen6441riskgame.models.strategies.AggressiveStrategy fields
hide soen6441riskgame.models.strategies.AggressiveStrategy methods
soen6441riskgame.models.strategies.AggressiveStrategy ..|> soen6441riskgame.models.strategies.Strategy
class "<b><size:14>BenevolentStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.BenevolentStrategy [[../../../soen6441riskgame/models/strategies/BenevolentStrategy.html{soen6441riskgame.models.strategies.BenevolentStrategy}]] {
}
hide soen6441riskgame.models.strategies.BenevolentStrategy fields
hide soen6441riskgame.models.strategies.BenevolentStrategy methods
soen6441riskgame.models.strategies.BenevolentStrategy ..|> soen6441riskgame.models.strategies.Strategy
class "<b><size:14>CheaterStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.CheaterStrategy [[../../../soen6441riskgame/models/strategies/CheaterStrategy.html{soen6441riskgame.models.strategies.CheaterStrategy}]] {
}
hide soen6441riskgame.models.strategies.CheaterStrategy fields
hide soen6441riskgame.models.strategies.CheaterStrategy methods
soen6441riskgame.models.strategies.CheaterStrategy ..|> soen6441riskgame.models.strategies.Strategy
class "<b><size:14>HumanStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.HumanStrategy [[../../../soen6441riskgame/models/strategies/HumanStrategy.html{soen6441riskgame.models.strategies.HumanStrategy}]] {
}
hide soen6441riskgame.models.strategies.HumanStrategy fields
hide soen6441riskgame.models.strategies.HumanStrategy methods
soen6441riskgame.models.strategies.HumanStrategy ..|> soen6441riskgame.models.strategies.Strategy
class "<b><size:14>RandomStrategy</b>\n<size:10>soen6441riskgame.models.strategies" as soen6441riskgame.models.strategies.RandomStrategy [[../../../soen6441riskgame/models/strategies/RandomStrategy.html{soen6441riskgame.models.strategies.RandomStrategy}]] {
}
hide soen6441riskgame.models.strategies.RandomStrategy fields
hide soen6441riskgame.models.strategies.RandomStrategy methods
soen6441riskgame.models.strategies.RandomStrategy ..|> soen6441riskgame.models.strategies.Strategy
soen6441riskgame.models.strategies.Strategy ..> soen6441riskgame.enums.StrategyName
soen6441riskgame.models.strategies.Strategy ..> soen6441riskgame.models.Player
class "<b><size:14>Country</b>\n<size:10>soen6441riskgame.models" as soen6441riskgame.models.Country [[../../../soen6441riskgame/models/Country.html{soen6441riskgame.models.Country}]] #white {
}
hide soen6441riskgame.models.Country fields
hide soen6441riskgame.models.Country methods
soen6441riskgame.models.strategies.Strategy ..> soen6441riskgame.models.Country
@enduml
| false | true | false | false | class |
914742e46b596b17fa982e0e35b99b7f29df66ea | 66888e18909d1bc210208ee4cebb5268a6391a11 | /docs/diagrams/components-overview.plantuml | f7f61aa7adbcf4b2bb04edcc7ea44538edd38f56 | [
"MIT"
] | permissive | syllogy/garo | cadc93e59980b21efa339efdf726b739c832e77a | bae940a4a41876ba7879252f5d7376f69692f78d | refs/heads/master | 2023-02-17T11:23:33.971750 | 2021-01-19T13:08:47 | 2021-01-19T13:08:47 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,147 | plantuml | @startuml
!$authors = "Marco Franssen"
title Github at Scale architecture
center header Author: $authors
center footer Author: $authors
skinparam handwritten false
skinparam sequence {
ArrowColor black
ActorBorderColor DeepSkyBlue
LifeLineBorderColor black
LifeLineBackgroundColor grey
}
skinparam actor {
BackgroundColor lightgrey
BorderColor black
}
skinparam component {
BackgroundColor lightgrey
BorderColor black
}
skinparam component<<garo>> {
BackgroundColor lightblue
BorderColor blue
}
node "Selfhosted Runner Cluster Project A" as SRCPA {
[agent 1] <<garo>>
[agent 1] ..> [Runner A] : provisions
[agent 1] ..> [Runner B] : provisions
[agent 1] ..> [Runner C] : provisions
}
node "Selfhosted Runner Cluster Project B" as SRCPB {
[agent 2] <<garo>>
[agent 2] ..> [Runner D] : provisions
[agent 2] ..> [Runner E] : provisions
}
node "Selfhosted Runner Cluster Project C" as SRCPC {
[agent 3] <<garo>>
[agent 3] ..> [Runner F] : provisions
}
node "Philips Single Sign On" {
[OpenID Connect] as OIDC
}
node "Philips OSS Platform" as POP {
[Open Source Portal] as OSP
[OSP] ..> [Repo Analysis] : fetch stats
[OSP] ..> [self-service] : repo creation etc
[OSP] .left.> OIDC : login via
[server] <<garo>>
[OSP] ..> [server] : configure runners for repos
}
node "Github" as GH {
[API v3]
[API v4]
package "philips-labs" as RPL{
[garo]
[dct-notary-admin]
[medical-delivery-drone]
[Repo X...]
}
package "philips-internal" as RPI {
[fact-service]
[hsdp-console-cli]
[hsdp-vpn-agent]
[Repo Y...]
}
package "philips-software" as RPS {
[terraform-provider-hsdp]
[go-hsdp-api]
[docker-openjdk]
[Repo Z...]
}
}
[agent 1] .up.> [server] : retrieves config
[agent 1] ..> [API v3]
[agent 2] .down.> [server] : retrieves config
[agent 2] ..> [API v3]
[agent 3] .up.> [server] : retrieves config
[agent 3] ..> [API v3]
[server] ..> [API v3]
[self-service] ..> [API v3] : manage repos
[Repo Analysis] ..> [API v4] : various stats
@enduml
| false | true | false | false | class |
4950322fefb8b946d72d707192e699dd6c7a73e4 | 7d618c99d0bcee98fa0fdc58c1d8e1880c78d192 | /Reeks08/FieldValidation/FieldValidation/pattern/Email2State/UML/Labo8_StateDiagram.puml | 14949838dc15d97fbaab0c8bff588444b3aeb86a | [
"MIT"
] | permissive | LorenzoDeBie/SoftwareOntwikkelingII | f67cdea65841ae2220180134cac20fc98926ec2f | 0f8a6fc6f89ca99b5339a16bd1da3f31182263b9 | refs/heads/master | 2020-08-05T23:44:58.411612 | 2019-12-05T14:38:19 | 2019-12-05T14:38:19 | 212,760,021 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 211 | puml | @startuml
'skinparam linetype ortho
scale 550 width
[*] -> Init
Init -right-> I1 : word
I1 -right-> I2 : "."
I2 --> I1 : word
I1 -right-> I3 : "@"
I3 -right->Accept: word
Accept -->I3: "."\
Accept ->[*]
@enduml | false | true | false | false | sequence |
97624de04d548d0c2eb118e56de5be9af427cb3f | 71bf91308d31289e4f85001a074b2f9fd28857df | /NaturalAPI_Design/src/main/java/fourcats/datastructure/observer/Observer.plantuml | 9a2906cb1a78cbb68afc94bac60feb278f72739e | [
"MIT"
] | permissive | fourcatsteam/NaturalAPI | 180563686a91b494b8f7084f13e44b95e02a6aa2 | eb612e47de99893f307f6549feaa889becda2b8a | refs/heads/master | 2022-12-23T04:34:00.959782 | 2020-05-18T13:37:13 | 2020-05-18T13:37:13 | 250,514,043 | 0 | 1 | MIT | 2022-12-16T05:16:55 | 2020-03-27T11:14:03 | HTML | UTF-8 | PlantUML | false | false | 776 | plantuml | @startuml
title __OBSERVER's Class Diagram__\n
namespace fourcats {
namespace datastructure {
namespace observer {
interface fourcats.datastructure.observer.Observer {
{abstract} + update()
}
}
}
}
namespace fourcats {
namespace datastructure {
namespace observer {
abstract class fourcats.datastructure.observer.Subject {
- lObservers : List<Observer>
+ attach()
+ detach()
# Subject()
# notifyObservers()
}
}
}
}
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml
| false | true | false | false | class |
1299ea5709ee9135efda3e236348d8414ac79fdc | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/discount/list_discount.puml | 86d81227ab84129c1b35cc224f48db6d5b13086a | [
"MIT"
] | permissive | hataketsu/PetStore4 | 39b107ab004d16c23076a4d5ab24b81c9bc0d8de | 479b0709e7d9f202b6fa90adf8a6c4a874681fa3 | refs/heads/master | 2020-03-19T17:09:25.162293 | 2019-12-26T16:26:31 | 2019-12-26T16:26:31 | 136,746,560 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 868 | puml | @startuml
actor Admin
boundary list_discounts_view
control DiscountController
entity DiscountModel
Admin -> list_discounts_view : yêu cầu xem danh sách mã giảm giá
activate Admin
activate list_discounts_view
list_discounts_view -> DiscountController: gửi yêu cầu
deactivate list_discounts_view
activate DiscountController
DiscountController -> DiscountController : kiểm tra dữ liệu
DiscountController -> DiscountModel : lấy danh sách mã giảm giá
activate DiscountModel
DiscountModel --> DiscountController : trả danh sách mã giảm giá
deactivate DiscountModel
DiscountController --> list_discounts_view: trả kết qủa danh sách mã giảm giá
deactivate DiscountController
activate list_discounts_view
list_discounts_view --> Admin: Hiển thị danh sách mã giảm giá
deactivate list_discounts_view
deactivate Admin
@enduml | false | true | true | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.