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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19cd16cc671c2fac2ebdf4d1c5c09145883ff7a8 | 1de18b03b2b4fbdbf2198f31ffe81f827e134d95 | /Fwk/AppFwk/cafCommand/CafCommandSystemSpecification.plantuml | 900177e281e5d6c1f4b0181a20aa895fa23cbf49 | [] | no_license | magnesj/DemoImageApplication | 8d1bcad423aecf4aaf8d18ebf14adb3be59aa454 | c779cd05c21d8465c8d8ff0dd9ee6abfcc7e55c4 | refs/heads/master | 2021-01-19T12:31:14.526701 | 2015-02-25T07:39:06 | 2015-02-25T07:39:06 | 30,723,616 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,465 | plantuml | @startuml
'scale 1200 width
class PdmUiTableEditor{
QMenu * buildDefaultContextMenu()
enableDefaultContextMenu(bool );
}
PdmUiTableEditor ---> CommandFeatureManager :"GetQAction(id)"
PdmUiTableEditor --* QTableView
QTableView --> NodeTableMenuCreator : signal CustomContextMenu(QMenu*)
NodeTableMenuCreator .. SelectionManager
NodeTableMenuCreator ---> CommandFeatureManager :"GetQAction(id)"
class MainWindow{
refreshAllVisibleToolbars()
}
MainWindow --> CommandFeatureManager: updateEnabledState()
class SelectionManager{
void Select(string contextName, vector<PdmSelectedItem*> selection);
vector<PdmSelectedItem*> selection(string contextName);
---
PreHighlightSelection ?
---
PdmCommandFeature* activeCommandFeature ?
}
SelectionManager ---> CommandFeature
class CommandFeatureManager{
QAction * getQAction (commandId)
QAction * getCustomQAction (commandId, QString customText)
void updateEnabledState ([commandIdList])
slots:
void updateEnabledState (QList<QAction*> actionsToRefresh);
---
map<commandId, CommandFeature* > commandFeatureMap;
map<QAction*, CommandFeature* > actionToFeatureMap;
}
CommandFeatureManager ---* "n" CommandFeature
CommandFeatureManager ---> CommandFeatureFactory : create(commandId)
class CommandFeature{
QAction* getAction();
QAction* getAction(QString customText);
void updateEnabledState();
slots:
void startCommand()
bool isCommandEnabled()
---
virtual StartCommandImpl() = 0
string Id
map<QString, QAction*> actionMap;
}
CommandFeature -> CommandFeatureFactory : register
CommandFeature --> "create" ExecuteCommand
CommandFeature --> "add" AppExecCommandManager
CommandFeature --* CommandUi
CommandFeature --* CommandUserProcess
CommandFeature --> SelectionManager
PdmObject <|-- PdmCommandData
PdmCommandData <|-- SomeCommand
class ExecuteCommand{
SomeCommand data
exec()
undo()
}
ExecuteCommand --* SomeCommand
class AppExecCommandManager{
void registerExecCommand( ExecuteCommand* cmd)
QUndoStack undoStack
}
AppExecCommandManager --* "n" ExecuteCommand
PdmUiFieldEditorHandle ---> CreateFieldChangedCommand
CreateFieldChangedCommand --> ExecuteCommand
CreateFieldChangedCommand --> AppExecCommandManager
class CreateFieldChangedCommand{
}
note top
Alternativer:
Ifdef,
Different implementations,
Virtual method,
Flytte Exec Command and ExecCommandMgr to Core"
end note
@enduml
| false | true | false | false | sequence |
9eeda452b84743f8ec8c9e3e45f60a159f3e71dd | c3871e3e33b6862aa9747997af2d9f5e714a00c7 | /app/src/main/java/com/lt/personal_stadiumbookingsystem/ui/activity/activity.plantuml | 3a8887023d8aa64c086cef85ec2b6dc6a15a4ece | [] | no_license | zuilintan/Personal_StadiumBookingSystem_Client | 47610baea349acbc4d6b4744aacedc134ba53a0d | c5bd349196cf4c8bf95c1b0979e4b75de625a926 | refs/heads/master | 2020-06-03T22:25:35.310902 | 2019-06-13T12:12:41 | 2019-06-13T12:12:41 | 191,756,309 | 4 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 8,236 | plantuml | @startuml
title __ACTIVITY's Class Diagram__\n
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class AboutActivity {
- mTvAboutInfo : TextView
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class AccountActivity {
- mTvAccountName : TextView
- mCslAccountName : ConstraintLayout
- mTvAccountNickname : TextView
- mCslAccountNickname : ConstraintLayout
- mTvAccountRealname : TextView
- mCslAccountRealname : ConstraintLayout
- mTvAccountSex : TextView
- mCslAccountSex : ConstraintLayout
- mTvAccountPhone : TextView
- mCslAccountPhone : ConstraintLayout
- mTvAccountEmail : TextView
- mCslAccountEmail : ConstraintLayout
- mTvAccountQq : TextView
- mCslAccountQq : ConstraintLayout
- mCslAccountPassword : ConstraintLayout
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
+ onClick()
+ onOptionsItemSelected()
+ onBackPressed()
- editInfoDialog()
- choiceSexDialog()
- editPasswd()
- checkEffective()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class LoginActivity {
- mPbLogin : ProgressBar
- mIvLoginAvatar : ImageView
- mEtLoginAccountnumber : EditText
- mEtLoginAccountpasswd : EditText
- mTvLoginRegister : TextView
- mBtnLoginGo : Button
- mInputAccountName : String
- mInputAccountPasswd : String
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
- checkEffective()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class MainActivity {
- mCtlTop : CollapsingToolbarLayout
- mIvTop : ImageView
- mTbTop : Toolbar
- mBnvMain : BottomNavigationView
- mTabIndex : int
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
- hideFragment()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class OrderActivity {
{static} - mIsFromTimeActivity : boolean
- mTvOrderGymname : TextView
- mTvOrderSitenumber : TextView
- mTvOrderDate : TextView
- mTvOrderTimestart : TextView
- mTvOrderTimeend : TextView
- mTvOrderNumber : TextView
- mTvOrderPrice : TextView
- mBtnOrderCancel : Button
- mBtnOrderPay : Button
- mOrderJson : String
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class RegisterActivity {
- mPbRegister : ProgressBar
- mIvRegisterAvatar : ImageView
- mEtRegisterAccountnumber : EditText
- mEtRegisterAccountpasswd : EditText
- mEtRegisterConfirmpasswd : EditText
- mRgRegisterSex : RadioGroup
- mRadioButton : RadioButton
- mBtnRegisterGo : Button
- mInputAccountName : String
- mInputAccountPasswd : String
- mInputConfirmPasswd : String
- mInputSex : String
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
- checkEffective()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class SettingActivity {
- mCslSettingLogout : ConstraintLayout
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
+ onClick()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class SiteActivity {
- mSrlSite : RefreshLayout
- mSiteList : List<Site>
- mLayoutManager : GridLayoutManager
- mRcvSite : RecyclerView
- mGymName : String
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class ThemeActivity {
- mRbThemeTeal : RadioButton
- mCslThemeTeal : ConstraintLayout
- mRbThemeIndigo : RadioButton
- mCslThemeIndigo : ConstraintLayout
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
+ onClick()
{static} + actionStart()
}
}
}
package com.lt.personal_stadiumbookingsystem {
package com.lt.personal_stadiumbookingsystem.ui.activity {
class TimeActivity {
- mDataTimeList : List<DataTime>
- mSrlTime : RefreshLayout
- mTlTime : TabLayout
- mLayoutManager : LinearLayoutManager
- mRcvTime : RecyclerView
- mGymName : String
- mSiteNumber : String
- mIsRcvActiveScroll : boolean
- mRcvScrollOrientation : int
- mPosition : int
# setLayoutResId()
# bindData()
# bindView()
# initData()
# initView()
# initListener()
- updateTabSelect()
{static} + actionStart()
}
}
}
AboutActivity -up-|> BaseActivity
HostCallbacks -up-|> FragmentHostCallback
AccountActivity -up-|> OnClickListener
AccountActivity -up-|> BaseActivity
HostCallbacks -up-|> FragmentHostCallback
LoginActivity -up-|> BaseActivity
HostCallbacks -up-|> FragmentHostCallback
MainActivity -up-|> BaseActivity
MainActivity o-- GymFragment : mGymFragment
MainActivity o-- HistoryFragment : mHistoryFragment
MainActivity o-- MeFragment : mMeFragment
HostCallbacks -up-|> FragmentHostCallback
OrderActivity -up-|> BaseActivity
OrderActivity o-- Order : mOrder
OrderActivity o-- ConfirmDialog : mPayDialog
OrderActivity o-- ConfirmDialog : mCancelDialog
HostCallbacks -up-|> FragmentHostCallback
RegisterActivity -up-|> BaseActivity
HostCallbacks -up-|> FragmentHostCallback
SettingActivity -up-|> OnClickListener
SettingActivity -up-|> BaseActivity
HostCallbacks -up-|> FragmentHostCallback
SiteActivity -up-|> BaseActivity
SiteActivity o-- SiteAdapter : mSiteAdapter
HostCallbacks -up-|> FragmentHostCallback
ThemeActivity -up-|> OnClickListener
ThemeActivity -up-|> BaseActivity
HostCallbacks -up-|> FragmentHostCallback
TimeActivity -up-|> BaseActivity
TimeActivity o-- TimeAdapter : mTimeAdapter
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 |
045a69cb473ebd3c21a466b23e6ae5468b5d3185 | 61bc258f5262bc24e134f1d42296a83156fafaa8 | /docs/delegate-journey.puml | 8eea0b7da186c1a551c33583cfe80ac5b7bfd730 | [
"MIT"
] | permissive | ebridge-chain/ssi-uport | e5bcd99c025f1004eff04af53d10e72ec15da31c | 05c34f670255f0144095d8713c7df380a80aa5d4 | refs/heads/master | 2020-06-01T17:25:11.590125 | 2019-02-27T23:45:04 | 2019-02-27T23:45:04 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,958 | puml | @startuml
skinparam ParticipantPadding 10
skinparam BoxPadding 10
== The Blockchain Africa Conference 2019 SSI User Story ==
group Install and configure uPort Mobile App
actor PERSON #purple
control "UPORT APP" as UPORT #purple
entity NOTIFICATION
control "QR CODE" as QR
actor VENDOR #green
boundary WEBAPI #blue
control "SAFBC APP" as SAFBC #red
actor "SAFBC REP" as REP #red
PERSON -> UPORT : Install uPort App on mobile
box "ETHEREUM"
UPORT -> MAINNET #blue : Request New Credential
MAINNET -> UPORT : <color:red>Issue Ether Address & DID</color>
UPORT -> RINKEBY #grey : Request New Credential
RINKEBY -> UPORT : <color:red>Issue Ether Address & DID</color>
end box
PERSON -> UPORT : Complete User Profile
end group
== Sponsor Stand (Multiple Repeats?) ==
group Connect with Exibition Sponsor
PERSON -> VENDOR : Proceed to Sponsor Stand and request login with uPort
QR -> UPORT : Scan QR with uPort App
UPORT -> PERSON : Request permission to share user data
PERSON -> PERSON : Collect data
PERSON -> UPORT : Data supply & Granted
UPORT -> WEBAPI : share user data
WEBAPI -> WEBAPI : Validate
WEBAPI -> PERSON : Connected to Vendor
end group
group Attendance Verification
WEBAPI -> NOTIFICATION : Issue Signed Attendance credentials
NOTIFICATION -> UPORT : Receive credentials
UPORT -> PERSON : Display Confirm
PERSON -> UPORT : Confirm
UPORT -> UPORT : Sign Credentials
end group
== Gift Claim ==
PERSON -> REP : Go to SAFBC Stand
REP -> SAFBC : Start Claim Process
SAFBC -> QR : Display QR
QR -> UPORT : Scan code
UPORT -> PERSON : Request permission to share user data
PERSON -> UPORT : Granted
UPORT -> SAFBC : share user data
SAFBC -> SAFBC : Validate claim
SAFBC -> REP : Confirm Claim
REP -> PERSON : Issue swag
@enduml
| false | true | false | false | usecase |
e47d5a7a7d0ca18ba57781ab7fe32ada753dde61 | 8b62181799425697fb3e5a1178340c3a175e2b60 | /misc/gstcencdecrypt.plantuml | ae21a7e9c61958f8b91407530c30e3c0bf625b37 | [
"Apache-2.0"
] | permissive | gecko19/gstcencdecryptor | 9bf8cfa2f034cab105a9a087e6f301edca481d5c | 2e37ac383694e067bfef3c7f128b0dd9dac0dfdd | refs/heads/master | 2023-05-07T23:56:27.431057 | 2021-05-27T12:09:27 | 2021-05-27T12:09:27 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,389 | plantuml | @startuml decryptor
skinparam maxMessageSize 100
skinparam wrapMessageWidth 100
package CENC <<Rectangle>> {
interface IGstDecryptor{
{abstract} + Initialize(std::unique_ptr<IExchangeFactory>, \n\
const std::string& keysystem, \n\
const std::string& origin, \n\
BufferView& initData) : gboolean
{abstract} + Decrypt(std::shared_ptr<EncryptedBuffer>) : GstFlowReturn
}
package CencDecrypt_element <<Rectangle>> {
class GstCencDecrypt{
+ parent : GstBaseTransform*
+ decryptor : IDecryptor*
}
class GstCencDecryptClass {
+ baseClass : GstBaseTransformClass*
}
}
class Decryptor{
+ Initialize(std::unique_ptr<IExchangeFactory>, \n\
const std::string& keysystem, \n\
const std::string& origin, \n\
BufferView& initData) : gboolean
+ Decrypt(std::shared_ptr<EncryptedBuffer>) : GstFlowReturn
---
- _system : OpenCDMSystem*
- _session : OpenCDMSession*
- _exchanger : std::unique_ptr<IExchange>
- _factory : std::unique_ptr<IExchangeFactory>
- callbacks : OpenCDMSessionCallbacks
}
interface IExchange{
{abstract} + Submit(Core::ProxyType<Web::Request>, \n\
Core::ProxyType<IExchange::ICallback>, \n\
uint32_t waitTime)
{abstract} + Revoke(IExchange::ICallback*)
}
interface IExchange::ICallback {
+ Response(Core::ProxyType<Web::Request>, Core::ProxyType<Web::Response>)
}
class Exchanger{
+ Submit(Core::ProxyType<Web::Request>, \n\
Core::ProxyType<IExchange::ICallback>, \n\
uint32_t waitTime)
+ Revoke(IExchange::ICallback*)
}
class OCMDResponseCallback{
+ Response(Core::ProxyType<Web::Request>, Core::ProxyType<Web::Response>)
}
class Exchanger::Overwatch
note bottom : Dispatch job used \n for executing the request.
class Exchanger::Challenger
note bottom : Utility class used for sending \n request and retrieving responses.
GstCencDecrypt *-- IGstDecryptor
IGstDecryptor <|-- Decryptor
IExchange <|-- Exchanger
Decryptor *-- IExchange
IExchange::ICallback <-- OCMDResponseCallback
IExchange::ICallback -[hidden]> IExchange
Exchanger::Challenger -[hidden]> Exchanger::Overwatch
Exchanger --[hidden]> Exchanger::Overwatch
IExchange -[hidden]> GstCencDecryptClass
@enduml
| false | true | false | false | class |
1122441e27101a6d26ed220cb6fa4e9d8e08ea7b | df151ab0be7c27fd0cf1ab85ccc841493f3d369c | /app/src/main/java/com/sinhvien/quanlychitieu/activity/activity.plantuml | ff55c1cd6e64d48560a99858ff9a2976261a7bc5 | [] | no_license | ncdanh19/QuanLyChiTieu | 1b6d72d5c320ae05f7133b8903d9d00b26051408 | a63213af69e0c108090d16008b3cf5351b52ffb6 | refs/heads/master | 2020-05-16T11:49:42.141615 | 2019-06-11T02:08:24 | 2019-06-11T02:08:24 | 182,412,608 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,648 | plantuml | @startuml
title __ACTIVITY's Class Diagram__\n
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class CustomTaiKhoan {
- mTroLai : ImageButton
- mIconItem : ImageView
- mTextItem : TextView
- btnLoaiTaiKhoan : LinearLayout
- btnLuu : Button
- edtSoTien : EditText
- edtTenTaiKhoan : EditText
- edtChuThich : EditText
~ idTaiKhoan : int
~ pos : int
~ begin : int
- mDatabase : DatabaseReference
~ storage : FirebaseStorage
- textCurrency : TextView
~ thisContext : Context
- btnXoa : Button
- mReceiver : BroadcastReceiver
# onCreate()
# onResume()
- xoaDuLieu()
- luuDuLieu()
+ truyenDuLieu()
+ setDuLieu()
- formatSoTien()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class CustomThuChi {
~ mNgay : TextView
~ mChonHangMuc : LinearLayout
~ mSoTien : EditText
~ mMoTa : EditText
~ btnLuu : Button
~ btnXoa : Button
~ btnTroLai : ImageButton
~ imageViTien : ImageView
~ textViTien : TextView
~ btnLoaiTaiKhoan : LinearLayout
~ imageHangMuc : ImageView
~ textHangMuc : TextView
~ textCurrency : TextView
~ simpleDateFormat : SimpleDateFormat
~ calendar : Calendar
~ idThuChi : int
~ idViTienMoi : int
~ trangThaiCu : int
~ trangThaiMoi : int
~ idViTienCu : int
~ soTienCu : int
~ soTienMoi : int
~ ngayCu : String
~ ngayMoi : String
~ hangMucCu : String
~ moTaCu : String
~ pos : int
~ begin : int
~ listTaiKhoan : List<TaiKhoan>
~ thisContext : Context
- mReceiver : BroadcastReceiver
+ onBackPressed()
# onResume()
# onCreate()
+ popUpDialog()
- chonNgay()
- xoaDuLieu()
- formatSoTien()
- luuDuLieu()
+ updateHanMuc()
+ goToHangMuc()
+ truyenDuLieu()
+ setDuLieu()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class HanMucChiActivity {
~ btnTroLai : ImageButton
~ btnThem : ImageButton
~ noItem : TextView
+ recyclerView : RecyclerView
~ listHanMuc : List<HanMuc>
# onResume()
# onCreate()
- checkNoItem()
- initViews()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class HangMucActivity {
~ mTrolai : ImageView
- tabLayout : TabLayout
- viewPager : ViewPager
# onCreate()
+ onOptionsItemSelected()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class HangMucChiActivity {
# onCreate()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class LoaiTaiKhoanActivity {
~ mTroLai : ImageButton
- tenloai : String[]
- image : int[]
# onCreate()
- initViews()
- prepareData()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class TaiKhoanActivity {
~ mTaoVi : ImageButton
~ mTroLai : ImageButton
~ recyclerView : RecyclerView
~ listTaiKhoan : List<TaiKhoan>
- noItem : TextView
# onResume()
+ checkNull()
# onCreate()
+ onOptionsItemSelected()
- initViews()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class TaoHanMucActivity {
~ btnTroLai : ImageButton
~ btnLuu : Button
- edtTenHanMuc : EditText
- btnHangMuc : LinearLayout
- btnTaiKhoan : LinearLayout
- edtSoTien : EditText
~ listTaiKhoan : List<TaiKhoan>
~ pos : int
~ begin : int
~ _idViTien : int
~ thisContext : Context
~ imageHangMuc : ImageView
~ textHangMuc : TextView
~ textViTien : TextView
~ imageViTien : ImageView
~ mNgayBatDau : TextView
~ mNgayKetThuc : TextView
~ calendar : Calendar
~ simpleDateFormat : SimpleDateFormat
~ btnNgayBatDau : RelativeLayout
~ btnNgayKetThuc : RelativeLayout
- mDatabase : DatabaseReference
- mReceiver : BroadcastReceiver
# onCreate()
# onResume()
+ popUpDialog()
- formatSoTien()
- chonNgay()
+ them()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class TaoTaiKhoanActivity {
- mTroLai : ImageView
- mIconItem : ImageView
- mTextItem : TextView
- btnLoaiTaiKhoan : LinearLayout
- btnLuu : Button
- edtSoTien : EditText
- edtTenTaiKhoan : EditText
- edtChuThich : EditText
~ pos : int
~ begin : int
- mDatabase : DatabaseReference
~ storage : FirebaseStorage
- mReceiver : BroadcastReceiver
# onCreate()
- formatSoTien()
# onResume()
+ them()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class ThongKeActivity {
~ mTrolai : ImageView
- tabLayout : TabLayout
- viewPager : ViewPager
# onCreate()
+ onOptionsItemSelected()
- anhXa()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class ThuChiActivity {
- tabLayout : TabLayout
- viewPager : ViewPager
~ toolbar : Toolbar
~ actionBar : ActionBar
~ mTroLai : ImageButton
~ page : int
- mReceiver : BroadcastReceiver
# onResume()
# onCreate()
- anhXa()
+ onOptionsItemSelected()
}
}
}
package com.sinhvien.quanlychitieu {
package com.sinhvien.quanlychitieu.activity {
class TongQuanActivity {
~ mDrawerLayout : DrawerLayout
~ btnThuChi : FloatingActionButton
~ textSoTien : TextView
~ textCurrency : TextView
~ recyclerView : RecyclerView
~ listThuChi : List<ThuChi>
~ listHanMuc : List<HanMuc>
- mDatabase : DatabaseReference
- text_no_item : TextView
- notificationID : int
# onCreate()
# onResume()
+ formatCurrency()
+ onOptionsItemSelected()
- initViews()
- checkNoItem()
- checkHanMuc()
# displayNotification()
+ createID()
- anhXa()
}
}
}
CustomTaiKhoan -up-|> AppCompatActivity
CustomTaiKhoan o-- TaiKhoanHelper : tk_database
CustomTaiKhoan o-- ThuChiHelper : tc_database
CustomTaiKhoan o-- ChuyenImage : chuyendoi
HostCallbacks -up-|> FragmentHostCallback
CustomThuChi -up-|> AppCompatActivity
CustomThuChi o-- ThuChiHelper : tc_database
CustomThuChi o-- TaiKhoanHelper : tk_database
CustomThuChi o-- AlertDialogAdapter : adapter
HostCallbacks -up-|> FragmentHostCallback
HanMucChiActivity -up-|> AppCompatActivity
HanMucChiActivity o-- HanMucHelper : hm_database
HanMucChiActivity o-- HanMucAdapter : adapter
HostCallbacks -up-|> FragmentHostCallback
HangMucActivity -up-|> AppCompatActivity
HangMucActivity o-- ViewPagerAdapter : adapter
HostCallbacks -up-|> FragmentHostCallback
HangMucChiActivity -up-|> AppCompatActivity
HostCallbacks -up-|> FragmentHostCallback
LoaiTaiKhoanActivity -up-|> AppCompatActivity
HostCallbacks -up-|> FragmentHostCallback
TaiKhoanActivity -up-|> AppCompatActivity
TaiKhoanActivity o-- TaiKhoanAdapter : adapter
TaiKhoanActivity o-- TaiKhoanHelper : database
HostCallbacks -up-|> FragmentHostCallback
TaoHanMucActivity -up-|> AppCompatActivity
TaoHanMucActivity o-- TaiKhoanHelper : tk_database
TaoHanMucActivity o-- AlertDialogAdapter : adapter
HostCallbacks -up-|> FragmentHostCallback
TaoTaiKhoanActivity -up-|> AppCompatActivity
HostCallbacks -up-|> FragmentHostCallback
ThongKeActivity -up-|> AppCompatActivity
HostCallbacks -up-|> FragmentHostCallback
ThuChiActivity -up-|> AppCompatActivity
HostCallbacks -up-|> FragmentHostCallback
TongQuanActivity -up-|> AppCompatActivity
TongQuanActivity o-- TongQuanAdapter : adapter
TongQuanActivity o-- ThuChiHelper : tc_database
TongQuanActivity o-- TaiKhoanHelper : tk_database
TongQuanActivity o-- HanMucHelper : hm_database
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 |
2b7b2ffb2bb4f3100c68f764dda970a40fd18fcd | 0f5a97ac715dae9af43f79a522d616188bd9c475 | /Labs/puml-diagram/diagram-Lab5-Activity4-3.puml | ae2ef336ec596ae80bda0048f8bb5b3464ad9bf2 | [] | no_license | 03376808-OOAD/OOAD-WEEK05 | b760f95b3a8ab17753e52cc5036993a567ca615b | 0ea9505bb1a3fc97bbf1f0c95630294a3515343e | refs/heads/master | 2022-09-09T04:13:53.674026 | 2020-04-07T05:13:31 | 2020-04-07T05:13:31 | 67,557,398 | 0 | 14 | null | 2020-05-31T10:29:13 | 2016-09-07T00:32:17 | C# | UTF-8 | PlantUML | false | false | 330 | puml | @startuml
class DrawingObject
{
virtual void Draw()
}
class Circle
{
override void Draw()
}
class Square
{
override void Draw()
}
class Rectangle
{
new void Draw()
}
class Line
{
override void Draw()
}
DrawingObject <|-- Line
DrawingObject <|-- Circle
DrawingObject <|-- Square
Square <|-- Rectangle
@enduml | false | true | false | false | class |
ec4805c16a5db5d046400179bcea380a0a1aac0a | 512a723b759636dff703530e585d4cac5b3520a0 | /use-case/use-case-1.puml | 6ccabf00461cc9f75ce820a19cd20236042bad08 | [
"Apache-2.0"
] | permissive | AlexanderRacey/group24_coursework | 70e0005e70ac91727e845e79d1a5d7eaaef16fa9 | 055f9ddab7659d7af92d40474f28cb636554e9c6 | refs/heads/master | 2020-04-17T18:22:25.666113 | 2019-05-09T18:17:01 | 2019-05-09T18:17:01 | 166,823,609 | 0 | 0 | Apache-2.0 | 2019-03-31T13:15:32 | 2019-01-21T14:00:38 | Java | UTF-8 | PlantUML | false | false | 310 | puml | @startuml
actor A1 as "Analyst"
database World
rectangle "Input" {
usecase region as "Region"
A1 -> region
}
rectangle "Information System" {
usecase UC1 as "Get countries by region"
usecase UC1a as "Produce report"
region - UC1
UC1 ..> UC1a : result
UC1 <-> World
}
@enduml | false | true | false | false | usecase |
c716d4307d098f90021b0f51155254550bb0e6fb | 77d259d6d6a97603268ab4b757dc1f5e42378a1a | /Games/Taula/doc/model.puml | 9662b69075847c7da06958dcb014043ad3226182 | [] | no_license | Echogene/Jokatu | 322acd9f83ec74b4f169c571b4c66e3b58bebdc7 | 01c75ac91e3927d7eb4395bc40d9aabf63860a66 | refs/heads/master | 2021-08-28T17:56:04.991785 | 2021-08-09T18:06:12 | 2021-08-09T18:06:12 | 38,565,771 | 0 | 1 | null | 2017-01-23T23:15:38 | 2015-07-05T10:54:32 | Java | UTF-8 | PlantUML | false | false | 2,906 | puml | @startuml
hide empty members
'-------------------------------------------------------------------------------
class Entity<Relationship> {
weight: Integer
==
e.g. Characters, creatures
}
class Relationship {
name: String
description: String
==
Two entities
}
Relationship --|> J
Entity .right. Relationship
Entity --|> Habendum
'-------------------------------------------------------------------------------
hide J circle
class J
class Habendum<J: Any> {
name: String
description: String
}
Entity }o--o{ Habendum
(Entity, Habendum) -- J
'-------------------------------------------------------------------------------
class Score {
score: Integer
}
J <|-- Score
class Ability<Score> {
e.g. Charisma, strength,
flying speed, Sp. Atk
}
Habendum <|-- Ability
Score .. Ability
'-------------------------------------------------------------------------------
class Quantity {
quantity: Integer
}
J <|-- Quantity
class Item<Quantity> {
Items are entities that are
fungible i.e. an item of
one type is exchangeable
with items of the same
type.
e.g. Coins, simple clothes
}
Entity <|-- Item
Quantity .. Item
'-------------------------------------------------------------------------------
class Weapon {
e.g. Sword, gun
}
Item <|-- Weapon
'-------------------------------------------------------------------------------
class Companion {
e.g. Familiar, animal
companion, pet
}
Entity <|-left- Companion
'-------------------------------------------------------------------------------
class Spell {
e.g. Fireball
}
Item <|-- Spell
'-------------------------------------------------------------------------------
class Level {
maximum: Integer
current: Integer
}
J <|-- Level
class Pool<Level> {
e.g. Shields, health,
stamina
}
Habendum <|-- Pool
Level .. Pool
'-------------------------------------------------------------------------------
class Feat<Void> {
e.g. Cold resistance,
Wonder Guard
}
Habendum <|--- Feat
'-------------------------------------------------------------------------------
class Status<Void> {
e.g. Poisoned, slowed,
confused
}
Habendum <|--- Status
'-------------------------------------------------------------------------------
class Competence {
name: String
level: Integer
==
e.g. Novice, expert
}
J <|-- Competence
class Skill<Competence> {
e.g. Crafting, athletics
}
Habendum <|-- Skill
Competence .. Skill
'-------------------------------------------------------------------------------
class Attack<Damage> {
e.g. Unarmed attack,
Hyper Beam
}
Habendum <|-- Attack
Damage .. Attack
class Damage {
base: Integer
range: Integer
dice: Integer
}
J <|-- Damage
enum "Die type" {
e.g. d4, d20
}
"Die type" ||--|| Damage
'-------------------------------------------------------------------------------
@enduml | false | true | false | false | sequence |
a8a65b8117cfaa0d61c5947a2e5329278d046f26 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEngine.TestRunner/TestRunner/TestEnumeratorWrapper.puml | 89ab04adb3789138332a6f16f5010b88c222cc40 | [] | 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 | 166 | puml | @startuml
class TestEnumeratorWrapper {
+ TestEnumeratorWrapper(testMethod:TestMethod)
+ GetEnumerator(context:ITestExecutionContext) : IEnumerator
}
@enduml
| false | true | false | false | class |
52b5fc464840af3b15fadf654d60cbd83fd06452 | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/usercase/manage/ads.puml | c40f2a1539dc2b2f517035c99daf0451612aae07 | [
"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 | 446 | puml | @startuml
Admin -> (Quản lý quảng cáo)
(Tạo quảng cáo mới ) -down-|> (Quản lý quảng cáo)
(Liệt kê quảng cáo) -left-|> (Quản lý quảng cáo)
(Chỉnh sửa quảng cáo) .up.> (Liệt kê quảng cáo) :extends
(Xóa quảng cáo) .up.> (Liệt kê quảng cáo) :extends
(Xem chi tiết quảng cáo) .up.> (Liệt kê quảng cáo) :extends
(Tìm kiếm quảng cáo) .up.> (Liệt kê quảng cáo) :extends
@enduml | false | true | true | false | uml-unknown |
17f9b5b3d084a89e98c9867a46f6bca9350f0b36 | 9fb800bced4689dc1cd56f5fd38f288062d5140c | /src/audit-service/Application/Controllers/AuditController.puml | af17cffaa2abcb3b915fe95b4e08ee2c899c4c27 | [] | no_license | converge-app/uml-diagrams | b0638f3b801ced52b650025b1b81d29f4ff345fe | 4202d41a464838d7604062e407b065bf512ad8d6 | refs/heads/master | 2020-11-25T09:53:56.136779 | 2019-12-17T12:11:29 | 2019-12-17T12:11:29 | 228,607,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 400 | puml | @startuml
class AuditController {
- <<readonly>> _mapper : IMapper
- <<readonly>> _auditRepository : IAuditRepository
+ AuditController(auditRepository:IAuditRepository, mapper:IMapper)
+ <<async>> Add(auditDto:AuditCreationDto) : Task<IActionResult>
+ <<async>> Get(userId:string, pageSize:int, pageNumber:int) : Task<IActionResult>
}
ControllerBase <|-- AuditController
@enduml
| false | true | false | false | class |
de2dcfb160923d782b981c2b4ce56ae3f5dfb1a0 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeLocalizableTextType.puml | 56e5fc7cf1b1cc33b7fabcf25d9caa4d37063b6f | [] | 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 | 409 | 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 AttributeLocalizableTextType [[AttributeLocalizableTextType.svg]] extends AttributeType {
name: String
}
interface AttributeType [[AttributeType.svg]] {
name: String
}
@enduml
| false | true | false | false | class |
ee0a0bce7a0f5c0f673c81be1cefb6c28ddf669e | 57fbc019b098405977ffe0e93551d48425ba78d0 | /services/payment-gateway/payment-gateway-2.plantuml | c87b10d59be5fb8f84854720b3a13cb2f4dc9f95 | [] | no_license | 3rdstage/models | 40922c538ad3b56a555817d2258ee5f863002fca | 7d6d41020f53fb39eace3fa3987af63a56d0ace3 | refs/heads/master | 2023-07-19T08:53:40.724866 | 2023-01-09T09:00:46 | 2023-01-09T09:00:46 | 205,056,655 | 0 | 2 | null | 2021-11-04T06:22:06 | 2019-08-29T01:39:54 | D | UTF-8 | PlantUML | false | false | 1,820 | plantuml | ERROR: type should be string, got "\r\nhttps://plantuml.com/sequence-diagram\r\nhttps://plantuml-documentation.readthedocs.io/en/latest/diagrams/sequence.html\r\nhttps://plantuml-documentation.readthedocs.io/en/latest/formatting/all-skin-params.html\r\n\r\n@startuml\r\nHide Footbox\r\nTitle Bank Transfer through Payment Gateway\r\nSkinparam Sequence {\r\n GroupBorderThickness 1\r\n GroupBorderShadowing false\r\n}\r\n\r\nActor \"Donator:d2\" as d2\r\nActor \"Donator:d1\" as d1\r\nParticipant Platform as p\r\nParticipant \"Payme\\nGateway\" as pg\r\nParticipant \"Account:acct-d1\" as acct_d1\r\nNote Right Of acct_d1\r\n bank account\r\n for donator d1\r\nEnd Note\r\nParticipant \"Account:acct-d2\" as acct_d2\r\nNote Right Of acct_d2\r\n bank account\r\n for donator d2\r\nEnd Note\r\nParticipant \"Account:acct-p1\" as acct_p1\r\nNote Right Of acct_p1\r\n bank account\r\n for project p1\r\nEnd Note\r\nParticipant \"Account:acct-p2\" as acct_p2\r\nNote Right Of acct_p2\r\n bank account\r\n for project p2\r\nEnd Note\r\n\r\n\r\nGroup Donator 'd1' -> Project 'p1'\r\nd1 -> p ++ : donate for project 1\r\nActivate d1\r\nd1 <<-- p -- : redirect to payment gateway\r\n\r\nd1 -> pg ++ : request bank trasfer\r\n pg -> acct_d1 ++: withdraw\r\n acct_d1--\r\n pg -> acct_p1 ++: deposit\r\n acct_p1 --\r\nReturn\r\nDeactivate d1\r\nEnd\r\n\r\n|||\r\n|||\r\n\r\nGroup Donator 'd1' -> Project 'p2'\r\nd1 -> p ++ : donate for project 2\r\nActivate d1\r\nd1 <<-- p -- : redirect to payment gateway\r\n\r\nd1 -> pg ++ : request bank trasfer\r\n pg -> acct_d1 ++: withdraw\r\n acct_d1--\r\n pg -> acct_p2 ++: deposit\r\n acct_p2 --\r\nReturn\r\nDeactivate d1\r\nEnd\r\n\r\n|||\r\n|||\r\n\r\nGroup Donator 'd2' -> Project 'p2'\r\nd2 -> p ++ : donate for project 'p2'\r\nActivate d2\r\nd2 <<-- p -- : redirect to payment gateway\r\n\r\nd2 -> pg ++ : request bank trasfer\r\n pg -> acct_d2 ++: withdraw\r\n acct_d2--\r\n pg -> acct_p2 ++: deposit\r\n acct_p2 --\r\nReturn\r\nDeactivate d2\r\nEnd\r\n\r\n@enduml" | false | true | false | false | sequence |
2c0b2605b6de14f158cfb3bbcd94fb77ce2be841 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-bridge-0-2.plantuml | 76ed804edcb94f2266510585f0c9dda59e469cd2 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 166 | plantuml | @startuml
class Base {
methodA();
}
class BaseGood {
methodGoodA();
}
class BaseBetter {
methodBetterA()
}
Base <|-- BaseGood
BaseGood <|-- BaseBetter
@enduml | false | true | false | false | class |
b80be4b2ef5a8442733b6e65fa528e4280b0bcec | 5fe58e8b20e81a76e3554cde4e73b54984f8513d | /documentation/pre_parser.puml | 1aa5e12e1ea3de11ed499ebc588a51c5769b911e | [] | no_license | Amyantis/LO17Grammaire | 159ed525c4320bffa199911eb1d502cf30960565 | d3bcca27925e22822e3cd0954c50786f5cb61083 | refs/heads/master | 2021-08-29T16:39:31.192874 | 2017-12-14T10:15:51 | 2017-12-14T10:15:51 | 110,890,184 | 0 | 1 | null | 2017-12-14T08:22:35 | 2017-11-15T21:46:22 | JavaScript | UTF-8 | PlantUML | false | false | 1,168 | puml | @startuml
actor User
package "Pré-parser pour le language naturel" {
[Formateur général] as fgen
[Stoplist\nEnsemble des mots non-significatifs] as stoplist
[Table de hachage pour\nla structure d'une requête] as hash_struct
control Organisateur
package "Correcteur orthographique" {
[Ensemble des mots du corpus] as mot_corpus
[Correcteur] as correcteur
[Algorithme de Proximité orthographique] as proxi
[Algorithme de Levenshtein] as leven
}
}
[Antlr] as antlr
User --> fgen : 1. Je VEUX les Articles parlant de Pastik
fgen --> stoplist : 2. je veux les articles parlant de pastik
stoplist --> Organisateur : 3. veux articles parlant pastik
Organisateur --> hash_struct : 4. veux, articles, parlant
Organisateur --> correcteur : 4. plastik
hash_struct --> Organisateur : 8. vouloir, article, contenir
mot_corpus .- correcteur
correcteur -- proxi : 5. pastik
correcteur -- leven : 5. pastik
correcteur --> User : 6. platique, patrick, pastis
User --> correcteur : 7. plastique
correcteur --> Organisateur : 8. plastique
Organisateur --> antlr : 9. vouloir article contenir plastique
@enduml | false | true | true | false | sequence |
04a2234acb23336435635e59d0f363c87bdb17f1 | 9cccabca8eff25502a735f8fe4ceff3a09b4c444 | /res/uml/use-cases-frontend.puml | 2271a89ab05f7c8a8f6e569a3a4626841ba50596 | [
"CC-BY-SA-3.0",
"CC-BY-SA-4.0",
"Apache-2.0"
] | permissive | NiccoMlt/protelis-web-thesis | 1d077bf8180c415789d52f4a7bb9e5c67d470bb3 | 49bf1e3a3b89df55f0a4176bb4c3b3a14941d497 | refs/heads/master | 2020-12-23T14:02:23.293073 | 2020-03-23T19:14:45 | 2020-03-23T19:14:45 | 237,173,330 | 0 | 0 | Apache-2.0 | 2020-03-11T13:34:43 | 2020-01-30T08:51:15 | TeX | UTF-8 | PlantUML | false | false | 463 | puml | @startuml use-cases-frontend
skinparam {
' linetype ortho
monochrome true
ArrowColor black
backgroundColor transparent
classBackgroundColor transparent
' style strictuml
actorBackgroundColor transparent
componentBackgroundColor transparent
}
left to right direction
:User: as user
rectangle {
(Learn from example) as learn
(Run example) as run
(Write their own source code) as write
}
user --> learn
user --> run
user --> write
@enduml
| false | true | false | false | uml-unknown |
cf3a122a3f24d742555fc7a9f0b082d9670ddcb2 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/MyUtil/MyUtil_Activity_Matrix3D_svdInverse.puml | f1fea6e16b1a0d5df7f3d9ac619c957a80a9fb40 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,292 | puml | @startuml
/'
Calculate inverse matrix with SVD.
SVD: Singular Value Decomposition
input: const Matrix3D &A
return: Eigen::Matrix3D IA
'/
(*) --> "size_t m = A.rows()"
--> "size_t n = A.cols()"
--> "JacobiSVD<MatrixXd> svd(A, ComputeThinU | ComputeThinV)"
--> "MatrixXd eU = svd.matrixU()"
--> "MatrixXd eV = svd.matrixV()"
--> "VectorXd eS = svd.singularValues()"
--> "MatrixXd M1(m, n)"
--> "Loop(size_t i: 0 ~ n)"
if "i < n" as judge_i then
--> [Yes] "Loop(size_t j: 0 ~ n)"
if "j < n" as judge_j then
--> [Yes] "M1(i, j) = eU(j, i)/eS[i]"
--> judge_j
else
-right-> [No] "Loop j finish"
-left-> judge_i
endif
else
--> [No] "Loop i finish"
endif
--> "Matrix3d IA"
--> "Loop(size_t ii: 0 ~ n)"
if "ii < n" as judge_ii then
--> [Yes] "Loop(size_t jj: 0 ~ n)"
if "jj < n" as judge_jj then
--> [Yes] "IA(ii, jj) = 0"
--> "Loop(size_t k: 0 ~ n)"
if "k < n" as judge_k then
--> [Yes] "IA(ii, jj) += eV(ii, k) * M1(k, jj)"
--> judge_k
else
-right-> [No] "Loop k finish"
--> judge_jj
else
judge_jj -right-> [No] "Loop jj finish"
--> judge_ii
else
judge_ii --> [No] "Loop ii finish"
--> "return IA"
--> (*)
@enduml | false | true | false | false | sequence |
cbc3ca18d4be98f908db633dd65c1d79075be99d | aa0b6430cebd12849b44285dac2f3a28d6d2502e | /src/test/resources/usecase3.plantuml | 288f565c3d287834058bce61cb4f3033973af176 | [
"MIT"
] | permissive | dirkarnez/plantuml-antlr4 | 8642e39d59dacfed57131c55cec419b67ac0eaa1 | d0076126aac0bc9a2f91dbaae0530828f5b04910 | refs/heads/master | 2020-06-20T17:21:13.233584 | 2015-03-20T12:46:36 | 2015-03-20T12:46:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 203 | plantuml | @startuml
Employee -up-|> User
Client -up-|> User
Supervisor -up-|> User
Employee --> (Login)
Supervisor --> (Login)
Client ..> (Login) : NO!!!!
Supervisor --> (Create / Delete User): I am god
@enduml
| false | true | false | false | sequence |
8c6455edc8f1f18ad83faebf413d31dd02f63cd3 | 2ab8d8842cc6ae8bd0c948a6efe7adceb3646f36 | /docs/proposals/images/aso-delete.plantuml | a32fe0a5f63be407cc4731c76a6262e7fa0ad1de | [
"Apache-2.0"
] | permissive | kubernetes-sigs/cluster-api-provider-azure | 2851918dd79365c42b12c636ef6111de42661f65 | a0502479edcf31759977fbbc4bafa6d8cbf823a7 | refs/heads/main | 2023-08-18T10:59:40.134404 | 2023-08-17T19:06:29 | 2023-08-17T19:06:29 | 137,134,442 | 285 | 370 | Apache-2.0 | 2023-09-14T19:28:53 | 2018-06-12T22:29:45 | Go | UTF-8 | PlantUML | false | false | 449 | plantuml | @startuml
title Figure 2. Deleting Azure resources through ASO
state deleteerr <<choice>>
state resourcenotfound <<choice>>
[*] --> Delete
Delete : DELETE the resource from ASO
Delete --> deleteerr
deleteerr --> [*] : delete started\nsuccessfully, requeue
deleteerr --> resourcenotfound : an error occurred
resourcenotfound --> [*] : resource doesn't\nexist, delete done
resourcenotfound --> [*] : a different error\noccurred, requeue
@enduml
| false | true | false | false | sequence |
dbee30fe806bd01be57398f0912f0732a4d4915a | 58d47f5207228a486daf2f1c3293bdee6973487a | /src/Ejercicio03/diagramas/diagrama.puml | 34a1ec3132295daf9ce7c16f1ea30f07a37eebd3 | [] | no_license | felipeandradevalenzuela/java-clase-04 | 9feff32fe6ebd1e6571488d9ce380f9c04dbae5e | fad2871add195ca4ae82d923c07750a22debb2f4 | refs/heads/main | 2023-05-19T05:23:44.866858 | 2021-06-01T13:22:35 | 2021-06-01T13:22:35 | 372,531,991 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 557 | puml | @startuml Diagramas
class Invitado {
- int identificador
- String nombre
- TipoInvitado empresa
}
enum TipoInvitado {
- Meli
- Standard
}
class FuegoArtificial {
- int identificador
- TipoFuego tipo
}
enum TipoFuego {
- individual
- pack
}
class Evento {
- int identificador
- List<Invitado> invitados
- List<FuegoArtificial> fuegosArtificiales
}
Invitado "1" --* "many" TipoInvitado
FuegoArtificial "1" --* "many" TipoFuego
Evento "1" --* "many" Invitado
Evento "1" --* "many" FuegoArtificial
@enduml | false | true | false | false | class |
9e917d0b40d856c462fe271d5ae127f36710d8dc | 0d83cb369cd9c0a5e04357fc1c97d0f13a45953f | /2.puml | eb7aadcd9cd42fb5000c99d0a188356cc8b484aa | [] | no_license | 1097919195/IDEA_KotlinTest | a7d4cec6ec948f3693d739fff8ed1a26a3433706 | bfb996813adf7f446ad22251fea3cfe2bdd103a4 | refs/heads/master | 2022-12-20T15:00:33.781715 | 2021-06-04T03:25:07 | 2021-06-04T03:25:07 | 154,631,856 | 0 | 0 | null | 2022-12-16T07:48:46 | 2018-10-25T07:56:15 | Java | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
(*) --> "check input"
If "input is verbose" then
--> [Yes] "turn on verbosity"
--> "run command"
else
--> "run command"
Endif
-->(*)
@enduml | false | true | false | false | activity |
01eece5a23052fcc7b08180bbb3af327b3316df5 | 09283b93408784837392536cbefd01a4e225c7e2 | /agoncal-sample-jaxrs-master/04-JWT/src/main/docs/echoJwt.puml | eecdf3b9e496f93656859408c26cd68bc24287d1 | [] | no_license | charlesvictor10/ObjisLivrableModule13 | 92c52756996d9b748079e74155c9db87ddb1e95e | e36c30cbd7b5bb9f8db6c9edbeee6d8abfecd1c5 | refs/heads/master | 2023-02-01T02:20:17.211502 | 2020-12-17T12:53:34 | 2020-12-17T12:53:34 | 285,573,019 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 444 | puml | @startuml
autonumber "<font color=red><b>0 "
actor "HTTP Client" as httpclient
httpclient -> JWTTokenNeededFilter: GET /api/echo/jwt
httpclient <-- JWTTokenNeededFilter: 401 Unauthorized
httpclient -> UserEndpoint: POST /api/users/login
httpclient <-- UserEndpoint: Bearer sdfq.azera.sf
httpclient -> JWTTokenNeededFilter: GET /api/echo/jwt Authorization: Bearer sdfq.azera.sf
JWTTokenNeededFilter -> EchoEndpoint: GET /api/echo/jwt
@enduml | false | true | false | false | sequence |
e4c203bc8220020051c02eca0bbbcd01bd092043 | c242ebc96bd4d8286a507d247032fd19ae278bef | /doc/Material.plantuml | 4e1169500e53524abb451d8aab88604ca3e1fe33 | [
"MIT"
] | permissive | craft-coder/Softwareentwicklung-2021 | b92e0592716fa11ad2c6a5793c4b6dc9cc9fe081 | 6c9cf6201b333796a058394c017c8b3e72a3f631 | refs/heads/develop | 2023-06-18T15:35:27.982907 | 2021-07-15T04:59:39 | 2021-07-15T04:59:39 | 359,460,889 | 0 | 5 | MIT | 2021-07-15T04:59:40 | 2021-04-19T13:00:20 | C++ | UTF-8 | PlantUML | false | false | 183 | plantuml | abstract Material {
{abstract} bool scatter(...)
}
class Lambertian {
bool scatter(...)
}
class Metal {
bool scatter(...)
}
Material <|-- Lambertian
Material <|-- Metal | false | true | false | false | class |
296265f013c8aa5cc36a3a3a6e780262ce66355b | 10d153ee925c8511a5a2470cbf3dae3e4aa96ac9 | /IntroDiagrammes/uml/ExosOO_version1_cd.puml | ada4aebb4506c974d45f31c3965d827bb426724e | [] | no_license | profesig/exosOO | db703060b96949019a6a7bf6a462b1bd6070d633 | 56ec1d91ea4d4f8c1a6480e3e43d483593878e60 | refs/heads/master | 2016-09-05T17:07:28.191472 | 2014-02-27T16:57:44 | 2014-02-27T16:58:02 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 545 | puml | @startuml
skinparam classAttributeIconSize 0
class ExosOO_version1 {
{static} main(args:String[]):void
}
class BankingSystem {
BankingSystem()
transfer(amount:double, debitAccountNumber:String, creditAccountNumber:String):void
}
class Account {
accountNumber:String
balance:double
Account(accountNumber:String, balance:double)
credit(amount:double):void
debit(amount:double):void
+toString():String
}
BankingSystem --> "1" Account : account1
BankingSystem --> "1" Account : account2
ExosOO_version1 .> BankingSystem : <<create>>
@enduml | false | true | false | false | sequence |
3aaaff54b6649b1e821bbb2a61f722ab7b6bab97 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/Window/TimelineWindow_Duration.puml | cf5641dc498378638d52967f77006c8b2290a021 | [] | 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 | 353 | puml | @startuml
class TimelineWindow <<partial>> {
DurationGUI(area:TimelineItemArea, duration:double) : void
DrawDuration(drawhead:bool, drawline:bool, duration:double) : void
HighlightTimeAreaRange(range:Range, lineColor:Color) : void
OnTrackDurationDrag(newTime:double) : void
}
TimelineWindow --> "m_TimelineDuration" TimeAreaItem
@enduml
| false | true | false | false | class |
557d1dd2d89cc1679d8603cef50174171ba18268 | 76af984f95ea84c74d1160681ea72d6bac9f104f | /src/main/java/ex42/Employee.puml | 8f52255e6c3249759fe7a166758290d253110fc4 | [] | no_license | uzairshahid26/uzair-cop3330-assignment3 | 018623b8d72634346d828e4fc0617347863497f7 | a5b30ed9d48205c9f0a13434bfbaccd01d9091a9 | refs/heads/master | 2023-08-12T18:45:41.799278 | 2021-10-12T03:58:34 | 2021-10-12T03:58:34 | 416,175,658 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 153 | puml | @startuml
'https://plantuml.com/class-diagram
abstract class Employee {
+ printDetails(String filename)
+ static void main(String[] args)
}
@enduml | false | true | false | false | class |
2ed31037812639365a3e9f959d45d9e572b0a3aa | 593dff2f34283338a40dd914010cb518d281486e | /Docs/Actores.puml | 81439c2d1745fce599d13c033fda0844307f825a | [] | no_license | x-USantaTecla-game-uno/requirements | 7527c412569451dceacab061f1103e25618958c3 | 16e62a846757e6bdc5c89d9869e2a2943036d3a7 | refs/heads/main | 2023-08-23T09:41:00.101607 | 2021-10-18T16:31:50 | 2021-10-18T16:31:50 | 383,190,547 | 2 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 167 | puml | @startuml actores
left to right direction
actor Player
usecase Begin
usecase PlayCard
usecase Restart
Player --> Begin
Player --> PlayCard
Player --> Restart
@enduml
| false | true | false | false | usecase |
72fa1ed5aaed1ea9b7f5102da6bd6da3eefc816a | fea8b8da5c2fba9f5521794041c9772edd009d81 | /docs/mesh-join-sequence-diagram.plantuml | 4505756826519bab976dfecfa68d99c530336e1a | [
"Apache-2.0"
] | permissive | bluejeans/relay-mesh-tandberg-1000-classic | 9ce2b4115d5554d651f4484d439f7d9d8d5da21a | 6539caaf4ef2dcb9fefcef45eb96379cb7254b22 | refs/heads/master | 2023-08-20T01:23:05.211081 | 2022-11-08T22:00:24 | 2022-11-08T22:00:24 | 126,113,145 | 1 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,470 | plantuml | @startuml "mesh-join-sequence-diagram"
skinparam NoteBackgroundColor #DDE4EE
skinparam NoteBorderColor white
skinparam NoteBorderThickness 0
skinparam NoteFontColor #204E74
skinparam shadowing false
skinparam sequence {
ActorBackgroundColor #204E74
ActorBorderColor #204E74
ActorFontColor #204E74
ArrowColor #204E74
ArrowFontColor #204E74
ArrowThickness 2
LifeLineBackgroundColor #3AC97A
LifeLineBorderColor #DDE4EE
LifeLineBorderThickness 2
ParticipantBorderColor White
ParticipantFontColor white
SequenceActorBorderThickness 10
}
actor User as user
participant "**Relay API client**\n//Relay Touch, Admin UI, or custom//" as client #12A8F1
participant "**Relay server**\n//Cloud API server//" as relay #12A8F1
participant "**Listener Service**\n//On-prem program//" as ls #12A8F1
participant "**Mesh server**\n//Your server//" as mesh #3AC97A
participant "**Tandberg 1000 Classic**\n//Video endpoint//" as ep #1B576A
participant "**VCS**\n//H.323 gateway//" as vcs #1B576A
participant "**Blue Jeans**\n//SIP connector//" as bjn #12A8F1
user -> client: Join meeting with\nmeeting ID, passcode
client -> relay: endpoints.join\n//HTTP request//
relay -> ls: Invitation\n//AMQP command//
ls -> mesh: join\n//HTTP request//
mesh -> ep: place_call\n//HTTP request//
ep -> vcs: setup\n//H.323 call//
activate ep
vcs -> bjn: invite\n//SIP call//
mesh <-- ep
ls <-- mesh
relay <-- ls
client <-- relay
user <-- client
@enduml | false | true | false | false | sequence |
1f296ae4183ae2a95c488ee8bf52691917ed7d08 | d66eb1032384929151f9708f040e333ee53aa9d2 | /docs/sequencediagrams/put-object-clovis-ops/multipart-create-multipart-upload.plantuml | 184428df99aa5b34fb58cf8c3261575665e2da84 | [
"Apache-2.0"
] | permissive | Seagate/cortx-s3server | 2762cbbe352590cdd06e39d8fab5c33e553f0be8 | b1987967aec7e24530c9703db6f100d2c8289624 | refs/heads/main | 2023-07-06T09:04:44.435137 | 2023-06-26T06:32:53 | 2023-06-26T06:32:53 | 254,163,200 | 38 | 157 | Apache-2.0 | 2023-06-26T06:32:55 | 2020-04-08T18:02:07 | C++ | UTF-8 | PlantUML | false | false | 1,646 | plantuml | @startuml
title CreateMultipartUpload (Multipart Upload)
participant "S3 Client" as client
participant "S3 Server" as server
participant "Motr\nKVS API" as kvs
participant "Motr\nObject API" as object
autoactivate on
client -> server: POST /bucket_name/object_name?uploads
server -> kvs: get_keyval(global_bucket_index, key = "bucket_name")
kvs --> server: value = account_id of bucket owner
server -> kvs: get_keyval(global_bucket_md_index, key = "account_id/bucket_name")
kvs --> server: value = bucket metadata JSON
server -> kvs: get_keyval(BUCKET_nnn_obj_index, key = "object_name")
note left
* Index OID for this index is stored
in bucket metadata JSON.
* This call checks if object is present.
end note
kvs --> server: not found
note over server
* Validate tagging (if present in header)
* In case of invalid tag, return error to client
* Check object state (present/missing), set data structures accordingly
if multipart table OID missing then send error to client
* Index OID of multipart table is stored in bucket metadata JSON.
end note
server -> kvs: create part index(object_nnn_part_index)
note right of server
Index Name:
BUCKET/<bucket name>/<object name>/<upload id>
This index will hold metadata information about each
part of the multipart upload as individual key-value pair.
end note
kvs --> server: success (completed)
server -> kvs: put_keyval(BUCKET_nnn_multipart_index, key=object_name|Upload_id, val = object_metadata)
kvs --> server: success (completed)
server --> client: 200 OK, multipart_upload_id
note over server
*start cleanup/rollback if any
end note
@enduml
| false | true | false | false | sequence |
a4cd064176ffdeaaebffadb1a79f816764f0fa79 | fc1e5371f0a6d192ee162eda7648d87f7b72c441 | /XO.puml | dbb3158fea7aec34a94af486ca5f025310e87f22 | [] | no_license | DemetriusStorm/XO-java | ad9acbcbab1095d0a47f1989f142c9eb6f38a6b0 | 0ec8e4c11cf7948ed246768f118cfb328ed3b572 | refs/heads/main | 2023-02-28T03:24:51.326996 | 2021-02-01T04:49:33 | 2021-02-01T04:49:33 | 333,677,409 | 3 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 991 | puml | @startuml
'https://plantuml.com/class-diagram
package "model" #DDDDDD {
package "exceptions" {
class XOException {}
class InvalidMoveException {}
class NoWinnerException {}
}
class Field {
+ int getSize()
+ Figure getFigure(Point point)
+ void setFigure(Point point, Figure figure)
}
class Figure {}
class Game {
+ Player[] getPlayers()
+ Field getField()
+ String getName()
}
class Player {
+ String getName()
+ Figure getFigure()
}
}
package "view" #DDDDDD {
class XOView {
+ void show(Game game)
+ void move(Game game)
}
interface ICoordinateGetter {}
}
package "controllers" #DDDDDD {
class MoveController {
+ void {static} applyFigure(final Field field,
final Point point,
final Figure figure)
}
class WinnerController {
+ Figure getWinner(Field field)
}
class CurrentMoveController {
+ Figure currentMove(Field field)
}
}
@enduml | false | true | false | false | class |
847abd9e75530213194e4462f535c8d35f262866 | 1423267c7da79f77fdec74f3d6c68f173a7d8326 | /Design/Akutuator enhed/Software/Varmelegeme/SD_Varmelegme_setDutycycle.puml | eb334f68292f4f735cffb40f9db7d98b15df290e | [] | no_license | Solvgraa-mager/E4PRJ4 | 60282c6857f62747ce99aacacab8f7b56efbf28e | 3f54f0415dcb1f5f7269db9653860f4071a17082 | refs/heads/main | 2023-05-08T15:53:25.639820 | 2021-06-03T12:47:11 | 2021-06-03T12:47:11 | 335,742,071 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 385 | puml | @startuml SD_Varmelegme_setDutycycle
title Varmelegeme::setDutycycle(double dutycycle)
participant Aktuatorenhed as a
participant Varmelegeme as v
actor OS as o
a -> v : setDutycycle(dutycycle)
v -> o : setDutycycle(_GPIO, dutycycle)
note right o: Indstiller mikrocontrollerens\nGPIO port, varmelegemet\ner tilkoblet, til at switche med\n den valgte dutycycle.
v <-- o
a <-- v
@enduml | false | true | false | false | usecase |
2aecbd67ef9f1b3c91387be855fb6c20a8960d0e | 6c70b932025544aa8e83c6469b4e38d31c82edf3 | /docs/workflow_sequence.puml | 0ea8abdf088808b990fbf5ec2c2e0ba5c7621589 | [
"MIT"
] | permissive | DiyazY/ABB_Backend | 80760b0198ca7e89ebca2268c9dd93bc2d6829d7 | 7c85c5e49a9a6f8929b641ea634dcc7d5aaa0b84 | refs/heads/main | 2023-05-23T11:34:23.326109 | 2021-06-12T10:04:42 | 2021-06-12T10:04:42 | 319,008,084 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 842 | puml | @startuml Customer is registering
title ABB Test Assessment Workflow
participant "React Application"
participant "Backend Application"
database "Blob Storage"
group Served by Translations Azure Function(http-triggered function)
"React Application"->"Backend Application": requests translation by lang code and key
note over "Backend Application": gets translation from the cache
"React Application"<-"Backend Application": responds with translation
end
group Served by Dictionaries Azure Function(time-triggered function)
note over "Backend Application": triggered by timer
"Backend Application"->"Blob Storage": fetches list of blobs from 'translations' container
"Backend Application"->"Blob Storage": fetches each translation file
note over "Backend Application": deserialise translations and sets them into memory
end
@enduml | false | true | false | false | sequence |
5d8a00167782591bb73d708f93278b41952e59c4 | 35d567e689aa9ea7027448ef44be0be480759654 | /docs/images/erd/class_models.puml | 464890155b2d546b0376adc2ca878130d5864b35 | [] | no_license | Zercos/Coin | 8b8a151a0d1ceff036c7bf2be83a1aef3308e787 | 91059079a7779cb18daca9adcf729fc231939537 | refs/heads/master | 2023-08-07T02:42:03.663429 | 2023-05-07T09:41:24 | 2023-05-07T09:41:24 | 244,215,285 | 0 | 0 | null | 2023-07-25T21:42:02 | 2020-03-01T20:04:20 | Vue | UTF-8 | PlantUML | false | false | 793 | puml | @startuml "Class diagram"
skinparam classAttributeIconSize 0
skinparam class {
BackgroundColor Wheat
}
package "DB Models" {
class User {
first_name: String
last_name: String
email: String
password: String
create()
add_expense()
add_category()
change_password()
check_password()
}
class Category {
name: String
limit: Float
user: User
create()
edit()
delete()
get_remainder()
}
enum RecordType {
INCOME
OUTCOME
}
class Record {
name: String
description: String
amount: Float
type: RecordType
}
class CategoryAud
class RecordAud
}
Category "1" <-- "*" Record
User "1" <-left- "*" Category
User "1" <-- "*" Record
Record o-left- RecordType
CategoryAud --|> Category
RecordAud --|> Record
@enduml | false | true | false | false | class |
818784883ffcfff9c2a5288712bdf2f93e3afe38 | 5ae3918bd2f41a233c17989c679e271524519771 | /Class/visibility.puml | 1d46e9c78525b78da0c9e4b9a8ec37de354258d5 | [] | 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 | 182 | puml | @startuml
/' skinparam classAttributeIconSize 0 '/
class Dummy {
-field1
#field2
~method1()
+method2()
{static} String id
{abstract} void methods()
}
@enduml
| false | true | false | false | class |
66f3711fe27a5968513d145614a02b4e2f5d406c | ab34ffe4adbdc9e7e13cc3014498e7ad7d23b23d | /doc/design/front-end-worker.plantuml | 7d37fefaa0836dad740babf223fb90e1802f6926 | [] | no_license | daroGH/slowvid | 5955f8ddafc081e72207f898d1df4ee946dd730a | f749b14bd6d481e94f7f7a5554357c0d7091d676 | refs/heads/master | 2023-01-03T22:24:11.022835 | 2020-11-01T10:50:09 | 2020-11-01T10:50:09 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,152 | plantuml | @startuml
class App
package controller {
class MainController
}
App o-- MainController
package security_privacy {
class AuthTokenManager {
Token
}
class Token {
}
class EncryptKeyManager {
string : id
string : encryptKey
}
class EphemeralManager
{
string generateEphemeral()
}
}
MainController o-- AuthTokenManager
AuthTokenManager *-- Token
MainController o-- EncryptKeyManager
MainController o-- EphemeralManager
package encounter {
class PET {
}
class PETManager {
List<PET> : uploadPETs
List<PET> : queryPETs
addPET(BlueToothContact : contact)
}
}
MainController o-- PETManager
PETManager *-- PET
package network {
class NetworkManager {
socket : serverSocket
}
}
MainController o-- NetworkManager
package bluetooth {
class BlueToothContact
{
Time : encounterTime
Duration : encounterDuration
}
class BlueToothManager {
BlueToothContact getContact()
}
}
PETManager --> BlueToothContact
BlueToothManager *-- BlueToothContact
MainController o-- BlueToothManager
@enduml
| false | true | false | false | class |
05b71bfbd0d70e452523655e7707e4fbe739ac91 | 7e76778bf9a2540a68e2f05ad6ad32f99fc70bed | /Assets/Assets/Scripts/OSK/OSK_AdminCanvas.puml | 52a27acda64b03cf83b012f77b4f6c9fa9d9ae36 | [] | no_license | JosipSkrlec/TVZ_GuestBook | e047760cd605d9d433406edc09f3f24d8a6c3ba3 | 1455332d4b71d615ea38db23698b31741289b056 | refs/heads/main | 2023-07-16T18:40:16.758495 | 2021-08-28T12:42:11 | 2021-08-28T12:42:11 | 347,311,742 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 333 | puml | @startuml
class OSK_AdminCanvas {
+ Setup() : void
<<internal>> SpecialKeyPress(code:KeyCode) : void
+ KeyPress(value:string) : void
+ TextInputChanged() : void
+ CloseAdmin() : void
+ ShowLowercase() : void
+ ShowUppercase() : void
+ ShowNumbers() : void
}
MonoBehaviour <|-- OSK_AdminCanvas
@enduml
| false | true | false | false | class |
8b615daa04204abe363eefeab0dbf1a34945b9bf | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_11/SSD.puml | 3e3461861ce2cf5345aa0e2b633c90cc6fff389e | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 623 | puml | @startuml SSD
autonumber
actor "User" as U
participant ":System" as S
'The user starts the process of shuting down the system.
'The system questions if the changes that were made to the system should be saved.
'The user confirms.
'The system saves all the data to a file and shuts down.
activate U
U -> S : starts the process of shuting down the system
activate S
S --> U : questions if the changes that were made to the system should be saved
deactivate S
U -> S : confirms
activate S
S --> U : shuts down
deactivate S
deactivate U
@enduml | false | true | false | false | sequence |
6186a171bcb5caa5b89f2e92f069ecca6abed414 | 0c35b0d3959556da81e7b8a86f2c4f60265a2fa9 | /identityaccess/sketch/iddd_identityaccess.puml | ac1388142f0b28ce421fea221857c50a5507bac9 | [] | no_license | thorgits/IDDD_Samples_Image | 769fade0a1f6cb520b162bb37dc130273181cce7 | 32af8d2e0623bf270ef01bfaf553af418d94dc06 | refs/heads/master | 2021-05-17T11:30:16.812662 | 2020-03-28T09:53:44 | 2020-03-28T09:53:44 | 250,756,463 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 7,815 | puml | @startuml
skinparam linetype ortho
skinparam Shadowing false
skinparam wrapWidth 200
skinparam Class {
ClassBorderThickness 1
ArrowColor Teal
BorderColor #64B5F6
FontSize 14
AttributeFontSize 14
StereotypeFontColor #589DF6
StereotypeFontSize 14
}
skinparam linetype ortho
skinparam rectangle {
roundCorner 100
}
'!@Sketch
package iddd_identityaccess <<Rectangle>> #8B9BAC{
class HibernateTenantRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide HibernateTenantRepository members
class TenantRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide TenantRepository members
class HibernateUserRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide HibernateUserRepository members
class UserPasswordChanged <<(T,#207EC4) Event>> #C45E24 {}
hide UserPasswordChanged members
class IdentityApplicationService <<(D,#AF1603) DomainService>> #544E15 {}
hide IdentityApplicationService members
class PostalAddress <<(V,#148610) ValueObject>> #861F1B {}
hide PostalAddress members
class TenantAdministratorRegistered <<(T,#207EC4) Event>> #C45E24 {}
hide TenantAdministratorRegistered members
class Tenant <<(R,#5C95D1) AggregateRoot>> #D1A349 {}
hide Tenant members
class GroupProvisioned <<(T,#207EC4) Event>> #C45E24 {}
hide GroupProvisioned members
class NotificationApplicationService <<(D,#AF1603) DomainService>> #544E15 {}
hide NotificationApplicationService members
class UserRegistered <<(T,#207EC4) Event>> #C45E24 {}
hide UserRegistered members
class TenantProvisioned <<(T,#207EC4) Event>> #C45E24 {}
hide TenantProvisioned members
class HibernateGroupRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide HibernateGroupRepository members
class AuthenticationService <<(D,#AF1603) DomainService>> #544E15 {}
hide AuthenticationService members
class GroupUserRemoved <<(T,#207EC4) Event>> #C45E24 {}
hide GroupUserRemoved members
class UserRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide UserRepository members
class MD5EncryptionService <<(D,#AF1603) DomainService>> #544E15 {}
hide MD5EncryptionService members
class GroupMemberService <<(D,#AF1603) DomainService>> #544E15 {}
hide GroupMemberService members
class EmailAddress <<(V,#148610) ValueObject>> #861F1B {}
hide EmailAddress members
class RoleRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide RoleRepository members
class User <<(R,#5C95D1) AggregateRoot>> #D1A349 {}
hide User members
class Telephone <<(V,#148610) ValueObject>> #861F1B {}
hide Telephone members
class AccessApplicationService <<(D,#AF1603) DomainService>> #544E15 {}
hide AccessApplicationService members
class HibernateRoleRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide HibernateRoleRepository members
class GroupGroupAdded <<(T,#207EC4) Event>> #C45E24 {}
hide GroupGroupAdded members
class GroupMember <<(V,#148610) ValueObject>> #861F1B {}
hide GroupMember members
class Group <<(R,#5C95D1) AggregateRoot>> #D1A349 {}
hide Group members
class AuthorizationService <<(D,#AF1603) DomainService>> #544E15 {}
hide AuthorizationService members
class UserEnablementChanged <<(T,#207EC4) Event>> #C45E24 {}
hide UserEnablementChanged members
class ContactInformation <<(V,#148610) ValueObject>> #861F1B {}
hide ContactInformation members
class UserDescriptor <<(V,#148610) ValueObject>> #861F1B {}
hide UserDescriptor members
class GroupUserAdded <<(T,#207EC4) Event>> #C45E24 {}
hide GroupUserAdded members
class GroupRepository <<(R,#e2b8b8)Repository>> #FFFFFF {}
hide GroupRepository members
class PersonContactInformationChanged <<(T,#207EC4) Event>> #C45E24 {}
hide PersonContactInformationChanged members
class Role <<(R,#5C95D1) AggregateRoot>> #D1A349 {}
hide Role members
class TenantDeactivated <<(T,#207EC4) Event>> #C45E24 {}
hide TenantDeactivated members
class TenantProvisioningService <<(D,#AF1603) DomainService>> #544E15 {}
hide TenantProvisioningService members
class InvitationDescriptor <<(V,#148610) ValueObject>> #861F1B {}
hide InvitationDescriptor members
class Enablement <<(V,#148610) ValueObject>> #861F1B {}
hide Enablement members
class TenantActivated <<(T,#207EC4) Event>> #C45E24 {}
hide TenantActivated members
class Person <<(E,#FF7700)Entity>> #8ED4D1 {}
hide Person members
class EncryptionService <<(D,#AF1603) DomainService>> #544E15 {}
hide EncryptionService members
class GroupGroupRemoved <<(T,#207EC4) Event>> #C45E24 {}
hide GroupGroupRemoved members
class PersonNameChanged <<(T,#207EC4) Event>> #C45E24 {}
hide PersonNameChanged members
class FullName <<(V,#148610) ValueObject>> #861F1B {}
hide FullName members
class RegistrationInvitation <<(E,#FF7700)Entity>> #8ED4D1 {}
hide RegistrationInvitation members
}
'!@Relation
UserRegistered --> EmailAddress
UserRegistered --> FullName
PersonNameChanged --> FullName
HibernateUserRepository --> User
PostalAddress --> PostalAddress
FullName --> FullName
HibernateRoleRepository --> Role
Tenant --> RegistrationInvitation
Tenant --> InvitationDescriptor
Tenant --> User
Tenant --> Role
Tenant --> Enablement
Tenant --> Group
Tenant --> Person
GroupRepository --> Group
AuthenticationService --> TenantRepository
AuthenticationService --> UserDescriptor
AuthenticationService --> UserRepository
AuthenticationService --> EncryptionService
HibernateGroupRepository --> Group
UserDescriptor --> UserDescriptor
Telephone --> Telephone
Group --> User
Group --> GroupMember
Group --> GroupMemberService
Group --> Group
EmailAddress --> EmailAddress
User --> ContactInformation
User --> UserDescriptor
User --> GroupMember
User --> FullName
User --> Enablement
User --> Person
AuthorizationService --> GroupRepository
AuthorizationService --> RoleRepository
AuthorizationService --> User
AuthorizationService --> UserRepository
InvitationDescriptor --> InvitationDescriptor
TenantRepository --> Tenant
ContactInformation --> PostalAddress
ContactInformation --> ContactInformation
ContactInformation --> EmailAddress
ContactInformation --> Telephone
Role --> User
Role --> GroupMemberService
Role --> Group
PersonContactInformationChanged --> ContactInformation
RoleRepository --> Role
Enablement --> Enablement
NotificationApplicationService --> NotificationLog
AccessApplicationService --> TenantRepository
AccessApplicationService --> GroupRepository
AccessApplicationService --> RoleRepository
AccessApplicationService --> User
AccessApplicationService --> UserRepository
TenantAdministratorRegistered --> FullName
TenantAdministratorRegistered --> EmailAddress
Person --> User
Person --> ContactInformation
Person --> FullName
Person --> EmailAddress
GroupMemberService --> GroupRepository
GroupMemberService --> User
GroupMemberService --> GroupMember
GroupMemberService --> UserRepository
GroupMemberService --> Group
TenantProvisioningService --> TenantRepository
TenantProvisioningService --> PostalAddress
TenantProvisioningService --> RoleRepository
TenantProvisioningService --> Tenant
TenantProvisioningService --> UserRepository
TenantProvisioningService --> FullName
TenantProvisioningService --> EmailAddress
TenantProvisioningService --> Telephone
IdentityApplicationService --> UserRepository
IdentityApplicationService --> AuthenticationService
IdentityApplicationService --> UserDescriptor
IdentityApplicationService --> User
IdentityApplicationService --> ContactInformation
IdentityApplicationService --> TenantProvisioningService
IdentityApplicationService --> Tenant
IdentityApplicationService --> Group
IdentityApplicationService --> TenantRepository
IdentityApplicationService --> GroupRepository
IdentityApplicationService --> GroupMemberService
HibernateTenantRepository --> Tenant
UserEnablementChanged --> Enablement
RegistrationInvitation --> RegistrationInvitation
RegistrationInvitation --> InvitationDescriptor
UserRepository --> User
@enduml | false | true | false | false | sequence |
6baaae6e6bf96dba3d21f7124c5f23a68c95431e | e2b0b842e6af5a3a9e1733f624ff9427dd43cb82 | /diagrams/association_diag.puml | 4401c6fd122d57a16d3c067b3337ce6a629657f3 | [] | no_license | skywolfmo/SMIUML | 9b9943d64d28911f2ee3fb7a40063d7a7af088bb | a76f3aecd7057706021d58989f29f2e5754455b3 | refs/heads/master | 2023-03-01T03:29:17.420813 | 2021-02-10T22:11:56 | 2021-02-10T22:11:56 | 337,801,355 | 0 | 0 | null | 2021-02-10T22:14:53 | 2021-02-10T17:34:03 | HTML | UTF-8 | PlantUML | false | false | 232 | puml | @startuml
skinparam monochrome true
left to right direction
actor Ahmed
actor Aicha
actor Karim
actor Ibrahim
actor Khalid
actor Souad
Ahmed -- Aicha : > maried
Karim <--> Ibrahim : friends
Khalid <-- Souad : teaches
@enduml | false | true | false | false | sequence |
f31a4759cdfdc50134e108efed2c38c0ec2e0912 | f451cee1b603ed5dd3a930ac8654e9ddd5a36883 | /docs/whitepaper/use-case-ethereum-to-quorum-asset-transfer.puml | 7560e18721b29f0fcbf5516efa58bb402647dc12 | [
"Apache-2.0"
] | permissive | etaroid/blockchain-integration-framework | ad3966e1f5d4ffaa7f959c15fd8d1d823e598631 | 380aea5e502fbb60a4412846bfdbc1de2bf92578 | refs/heads/master | 2021-03-06T22:56:45.057234 | 2020-03-05T21:57:39 | 2020-03-05T21:57:39 | 246,230,744 | 0 | 0 | Apache-2.0 | 2020-03-10T07:05:11 | 2020-03-10T07:05:11 | null | UTF-8 | PlantUML | false | false | 3,363 | puml | @startuml
title Ethereum to Quorum Asset Transfer
participant "User A" as user
box "BIF" #lightGrey
entity "Service App" as sapp
entity "API Server" as apis
entity "Validator 1" as validator_1
entity "Validator 2" as validator_2
end box
box "Ledgers" #orange
database "Ethereum Ledger" as ledger_e
database "Quorum Ledger" as ledger_q
end box
user -> sapp: "Request asset transfer \nfrom Ethereum to Quorum"
activate sapp
== Lock Ethereum asset until Quorum asset transfer is completed ==
sapp -> apis: "Request to lock \nEthereum asset"
activate apis
apis ->> ledger_e: "Invoke smart contract\n to transfer asset"
sapp <<-- apis: "Request posted"
deactivate apis
user <<-- sapp: "Request accepted"
deactivate sapp
activate ledger_e
ledger_e -> ledger_e: "Consensus completed"
validator_1 <<- ledger_e: "Notify new block data"
deactivate ledger_e
activate validator_1
validator_1 -> validator_1: "Validate transactions"
validator_1 -> validator_1: "digital sign on \nvalid transaction"
validator_1 -> apis: "Request to update\n transaction status"
activate apis
apis -> apis: "Update transaction \nstatus(asset locked)"
apis -->> validator_1: "transaction update\n accepted"
deactivate validator_1
sapp <- apis: "Notify transaction \nstatus update"
activate sapp
sapp -> sapp: "update state"
sapp -->> apis: "notification received"
deactivate apis
sapp -> sapp: "determine \nnext operation\n(transfer Quorum asset)"
== Transfer Quorum Asset ==
sapp -> apis: "Request to \ntransfer Quorum asset"
activate apis
apis ->> ledger_q: "Invoke smart contract\n to transfer asset"
sapp <<-- apis: "Request posted"
deactivate apis
deactivate sapp
activate ledger_q
ledger_q -> ledger_q: "Consensus completed"
validator_2 <<- ledger_q: "Notify new block data"
deactivate ledger_q
activate validator_2
validator_2 -> validator_2: "Validate transactions"
validator_2 -> validator_2: "digital sign on \nvalid transaction"
validator_2 -> apis: "Request to update\n transaction status"
activate apis
apis -> apis: "Update transaction \nstatus"
apis -->> validator_2: "transaction update\n accepted"
deactivate validator_2
sapp <- apis: "Notify transaction \nstatus update"
activate sapp
sapp -> sapp: "update state"
sapp -->> apis: "notification received"
deactivate apis
sapp -> sapp: "determine \nnext operation\n(Settle transfered \nEthereum asset)"
== Settle transfered Ethereum asset ==
sapp -> apis: "Request to transfer (unlock?) \nEthereum asset"
activate apis
apis ->> ledger_e: "Invoke smart contract\n to transfer asset"
sapp <<-- apis: "Request posted"
deactivate apis
user <<-- sapp: "Request accepted"
deactivate sapp
activate ledger_e
ledger_e -> ledger_e: "Consensus completed"
validator_1 <<- ledger_e: "Notify new block data"
deactivate ledger_e
activate validator_1
validator_1 -> validator_1: "Validate transactions"
validator_1 -> validator_1: "digital sign on \nvalid transaction"
validator_1 -> apis: "Request to update\n transaction status"
activate apis
apis -> apis: "Update transaction \nstatus(asset locked)"
apis -->> validator_1: "transaction update\n accepted"
deactivate validator_1
sapp <- apis: "Notify transaction \nstatus update"
activate sapp
sapp -> sapp: "update state"
sapp -->> apis: "notification received"
deactivate apis
sapp -> sapp: "determine \nnext operation\n(no more operation)"
deactivate sapp
@enduml | false | true | false | false | sequence |
1915ebe2aadc9863bf85e6b1682dec6f736f5269 | 8a0653b68453c355f27c1e0909da3d2d37601b65 | /project/uml/freeStrategy.puml | 7a62d8fce41454ff0a41fa0c718f4caf34190fd2 | [] | no_license | ezequiels/nazz | c605e48262bb7c8386197e370736171c7f964e21 | 3735c58c464bb861b275481ec1216bc8da9ce84e | refs/heads/master | 2021-08-30T04:35:27.576352 | 2017-12-16T02:25:12 | 2017-12-16T02:25:12 | 111,032,955 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 426 | puml | @startuml
(*) --> === B1 ===
=== B1 === --> "Run next task on Host 1"
if "finished all tasks?" then
--> [Yes] === B2 ===
else
--> [No] "Run next task on Host 1"
=== B1 === --> "Run next task on Host 2"
if "finished all tasks?" then
--> [Yes] === B2 ===
else
--> [No] "Run next task on Host 2"
=== B2 === --> if "any failures?" then
--> [Yes] "failure"
else
--> [No] "success"
"failure" --> (*)
"success" --> (*)
@enduml | false | true | false | false | activity |
9c5f41bc2c7d1772d5ba7f1b980d71283ce86f8b | 45fad34528b24e239c94f23c44d0e48fcc388f70 | /src/app/structural/composite/composite.puml | e7fec854ad92b5ede934be12f51072591dfb2d37 | [
"MIT"
] | permissive | bad199xqn/design-patterns | 2a164d1c42d767a18366afb76314f4b511fd1e1c | 6ac1d9956918d5180be77a3faf4919c2037ce329 | refs/heads/main | 2023-07-15T06:48:26.231897 | 2021-08-23T18:14:56 | 2021-08-23T18:14:56 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 488 | puml | @startuml
skinparam class {
backgroundColor lightgoldenrodyellow
arrowColor darkgoldenrod
borderColor darkgoldenrod
}
abstract class Entity {
- entity: Entity
+ {abstract} showSalary(): number
+ setEntity(entity: Entity): void
}
class Employee <PRE> {
+ showSalary(): number
}
class Department <PRE> {
- entities: Entity[] = []
+ addEntity(entity: Entity): void
+ showSalary(): number
}
Entity <|-- Employee
Entity <|-- Department
Entity <--o Department
@enduml
| false | true | false | false | sequence |
e3399b1c15774c915d4fa417ff1d07f069261aff | cf4a96462c2391f2af0893e6a5afbfdf46ab37ac | /Diagramas/Puml/modelo.puml | 6fe6c271975572e363c0b1037e64a78bcff0389f | [] | no_license | Alex1161/tp1 | e84f08dd3546c03cd467dd1c7edc0e7ce6795085 | 03759a87a502b0ad183f641077b065413d07fbcc | refs/heads/master | 2023-01-07T12:31:21.609474 | 2020-11-01T15:02:54 | 2020-11-01T15:02:54 | 302,702,659 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,696 | puml | @startuml DC
hide circles
skinparam ClassAttributeIconSize 0
hide interface fields
Class Cesar{
-key: int
+encode(message: const char *, result: unsigned char *): int
+decode(message: String): String
}
Class Vigenere{
-key: char *
-size_key: size_t
-stream: unsigned char *
+encode(message: const char *, message_size: size_t, result: unsigned char *): int
+decode(code: unsigned char *, code_size: size_t, message: char *): int
}
Class ARC4{
-key: char *
-size_key: size_t
-stream: unsigned char *
+encode(message: const char *, message_size: size_t, result: unsigned char *): int
+decode(code: unsigned char *, code_size: size_t, message: char *): int
}
Class Encryptor{
-nombre: char *
-key: char *
+encode(message: const char *, message_size: size_t, result: unsigned char *): int
+decode(code: unsigned char *, code_size: size_t, message: char *): int
}
Class Socket{
-fd: int
+socket_bind_listen(service: const char *): int
+socket_accept(peer: socket_t *): int
+socket_connect(host: const char *, service: const char *): int
+socket_send(buffer: const char *, length: size_t): int
+socket_receive(buffer: char *, length: size_t): int
}
Class File_processor{
-name: const char*
-file: File *
-file_size: size_t
+file_processor_read(msg: char *): size_t
+file_processor_write(buffer: char *, size_buffer: size_t): size_t
}
class Processor{
+processor_process_client(server_host: const char *, server_port: const char *, file_name: const char *): int
+processor_process_server(server_port: const char *, file_name: const char *): int
}
Class Op_vec{
+un_char_to_bytes(element: unsigned char *, bytes: int *, size_element: size_t): size_t
+bytes_to_un_char(bytes: int *, result: unsigned char *, size_bytes: size_t): size_t
+align(bytes_key: int *, bytes_key_aligned: int *, size_bytes_msg: size_t, size_bytes_key: size_t): size_t
+sum(bytes1: int *, bytes2: int *, result: int *, size: size_t): size_t
+sub(bytes1: int *, bytes2: int *, result: int *, size: size_t): size_t
+xor(message: const char *, key_stream: unsigned char *, result: unsigned char *, size: size_t): size_t
+swap(s: unsigned char *, i: size_t, j: size_t): void
}
Class Client_main{
+main(argc: int, argv: const char **): int
}
Class Server_main{
+main(argc: int, argv: const char **): int
}
Cesar .up.|> Encryptor
Vigenere .up.|> Encryptor
ARC4 .up.|> Encryptor
Processor *-left- File_processor
Processor -right-> Socket
Processor -down-> Encryptor
Vigenere -down-> Op_vec
ARC4 -down-> Op_vec
Client_main --> Processor
Server_main --> Processor
@enduml
| false | true | false | false | class |
59f174dede7e811f255fff498dd757041b8ec71e | 0787229278490c9f22425854ab1921ec0f6691d2 | /docs/UML/AddCommandActivityDiagram.puml | 2b20c1ebbe31325cf8b95fd8a619365509f80f0d | [] | no_license | AY1920S2-CS2113T-T12-2/tp | 79221a0b9b597b43be48ace6815c2e2b750e4db1 | aa1ffac3a2963fe4d397fd49f6aa9082d8376760 | refs/heads/master | 2021-02-11T23:20:39.542438 | 2020-04-11T15:43:39 | 2020-04-11T15:43:39 | 244,537,961 | 0 | 4 | null | 2020-04-11T15:43:40 | 2020-03-03T04:03:44 | Java | UTF-8 | PlantUML | false | false | 280 | puml | @startuml
(*) --> "Add input command"
If "add command parsed successfully" then
--> [Yes] "Executes add command"
--> "Patient information is added"
--> "Patient list is updated
with the new patient"
-->(*)
else
--> [No] "Throws Exception"
Endif
-->(*)
@enduml | false | true | false | false | activity |
76f1be3a080199b4c40f06aca6f0a330f3c4315a | c0e6dd1199b127d3998172124439585d3cf73f3d | /morsetoy/src/main/java/com/example/wxson/morsetoy/morsetoy.plantuml | 63e4516f8d406743f9403caac505cb94eaf11411 | [] | no_license | cuileihn/MyApp | b78ed2554c07d727e9428afb880bb1e71115ca10 | 8c17321110ee38cfc1726e30cb20abee640c038c | refs/heads/master | 2022-04-09T12:03:10.904971 | 2020-03-04T01:46:33 | 2020-03-04T01:46:33 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 6,373 | plantuml | @startuml
title __MORSETOY's Class Diagram__\n
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.UppercaseTransformationMethod {
# getOriginal()
# getReplacement()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.ArrayMapForCoding {
- charArray : String[]
- codingArrayMap : ArrayMap<String, String>
- morseCodeArray : String[]
+ GetMorseCode()
~ ArrayMapForCoding()
- AllItemAdd()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.ArrayMapForCodingFactory {
{static} - charArray : String[]
{static} - figuresArray : String[]
{static} - morseCodeArray : String[]
{static} - morseLongCodeArray : String[]
{static} - morseShortCodeArray : String[]
~ ArrayMapForCodingFactory()
~ createArrayMapCodingLong()
~ createArrayMapCodingNormal()
~ createArrayMapCodingShort()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.CoderContext {
~ CoderContext()
~ code()
}
}
namespace com.example.wxson.morsetoy {
interface com.example.wxson.morsetoy.IArrayMapForCoding {
{abstract} + GetMorseCode()
}
}
namespace com.example.wxson.morsetoy {
interface com.example.wxson.morsetoy.ICoder {
{abstract} + code()
}
}
namespace com.example.wxson.morsetoy {
interface com.example.wxson.morsetoy.IInputWavStreamCache {
{abstract} + getDataStreamBuff()
{abstract} + getPCMSize()
{abstract} + readStream()
}
}
namespace com.example.wxson.morsetoy {
interface com.example.wxson.morsetoy.IAudioFileMaker {
{abstract} + mergeAudioFiles()
}
}
namespace com.example.wxson.morsetoy {
interface com.example.wxson.morsetoy.IMorseAudioFileMaker {
{abstract} + makeMorseAudioFile()
{abstract} + setSpeed()
}
}
namespace com.example.wxson.morsetoy {
interface com.example.wxson.morsetoy.IMorsePlayer {
{abstract} + playBlank()
{abstract} + playDa()
{abstract} + playDi()
{abstract} + setSpeed()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.InputWavStreamCache {
- PCMSize : int
- dataStreamBuff : ByteArrayOutputStream
{static} - headLen : int
+ getDataStreamBuff()
+ getPCMSize()
+ readStream()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.MainActivity {
{static} # TAG : String
{static} ~ arrayMapForCodingLong : IArrayMapForCoding
{static} ~ arrayMapForCodingNormal : IArrayMapForCoding
{static} ~ arrayMapForCodingShort : IArrayMapForCoding
- btnMakeFile : Button
- makeMorseAudioFile : IMakeMorseAudioFile<Boolean>
- morsePlay : IMorsePlay<Boolean>
+ onPermissionsDenied()
+ onPermissionsGranted()
+ onRequestPermissionsResult()
+ requestStoragePermission()
# onCreate()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.AudioFileMaker {
+ mergeAudioFiles()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.MorseAudioFileMaker {
{static} - FAST : boolean
- speedFlag : boolean
- streamFastBlank : InputStream
- streamFastDa : InputStream
- streamFastDi : InputStream
- streamSlowBlank : InputStream
- streamSlowDa : InputStream
- streamSlowDi : InputStream
+ makeMorseAudioFile()
+ setSpeed()
# finalize()
~ MakeMorseAudioFile()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.MorseCoder {
+ code()
~ MorseCoder()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.MorsePlayer {
{static} - delayFastDa : long
{static} - delayFastDi : long
{static} - delaySlowDa : long
{static} - delaySlowDi : long
- isFast : boolean
- soundPool : SoundPool
- streamIdFastDa : int
- streamIdFastDi : int
- streamIdSlowDa : int
- streamIdSlowDi : int
+ MorsePlay()
+ finalize()
+ playBlank()
+ playDa()
+ playDi()
+ setSpeed()
- delay()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.MorsePlayerFactory {
{static} ~ createMorsePlay()
}
}
namespace com.example.wxson.morsetoy {
class com.example.wxson.morsetoy.WavFileHeader {
~ mChunkSize : int
~ mSubChunk2Size : int
~ getHeader()
- WriteChar()
- WriteInt()
- WriteShort()
}
}
com.example.wxson.morsetoy.UppercaseTransformationMethod -up-|> android.text.method.ReplacementTransformationMethod
com.example.wxson.morsetoy.ArrayMapForCoding .up.|> com.example.wxson.morsetoy.IArrayMapForCoding
com.example.wxson.morsetoy.CoderContext o-- com.example.wxson.morsetoy.ICoder : coder
com.example.wxson.morsetoy.InputWavStreamCache .up.|> com.example.wxson.morsetoy.IInputWavStreamCache
com.example.wxson.morsetoy.MainActivity .up.|> pub.devrel.easypermissions.EasyPermissions.PermissionCallbacks
com.example.wxson.morsetoy.MainActivity -up-|> android.support.v7.app.AppCompatActivity
com.example.wxson.morsetoy.AudioFileMaker .up.|> com.example.wxson.morsetoy.IAudioFileMaker
com.example.wxson.morsetoy.MorseAudioFileMaker .up.|> com.example.wxson.morsetoy.IMorseAudioFileMaker
com.example.wxson.morsetoy.MorseAudioFileMaker o-- com.example.wxson.morsetoy.IAudioFileMaker : makeAudioFile
com.example.wxson.morsetoy.MorseCoder .up.|> com.example.wxson.morsetoy.ICoder
com.example.wxson.morsetoy.MorseCoder o-- com.example.wxson.morsetoy.IArrayMapForCoding : arrayMapForCoding
com.example.wxson.morsetoy.MorsePlayer .up.|> com.example.wxson.morsetoy.IMorsePlayer
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 |
d9cc7c73165a221c3a45bb5632922f4c1ca20967 | cedf988b25ade34aeacc38cd7f0e2624cc2b19bf | /UML/ToDoListMaker.puml | 42fb6dac0ca09b721aed1ff5abcfb0dd52918dd6 | [] | no_license | JKelleher00/Kelleher-cop3330-assignment4part2 | 8060a8ee5d0039bf2df746d937572d5fc696fd3e | bee56d2d9fd50ae1263155d6b3797eec388971c0 | refs/heads/master | 2023-05-23T18:27:34.516794 | 2021-07-08T18:18:56 | 2021-07-08T18:18:56 | 383,929,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 689 | puml | @startuml
'https://plantuml.com/sequence-diagram
class MainApp {
main()
start()
}
class Scene1{
AddNewClicked()
}
class Scene2{
SetTitleClicked()
AddClicked()
DeleteListClicked()
OnlyShowCompleteClicked()
OnlyShowNotCompleteClicked()
ShowAllClicked()
SaveExternallyClicked()
OnClosePressed()
error()
RemovePressed()
ClearPressed()
DueDateEdited()
DescriptionEdited()
CompletedEdited()
LoadCLicked()
}
class ListObj{
getDueDate()
getDescription()
getCh()
setDueDate()
setDescription()
setCh()
}
javafx.application <|-- MainApp
MainApp <-- Scene1
Scene1 <|-- Scene2
Scene2 <|-- ListObj
@enduml | false | true | false | false | class |
542f44149ee4aacd3e0cd39160b980cfbb31edf9 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/ProjectChangeCartsConfigurationAction.puml | 867e10c1df2a1205265b9f8051e1b52aa4aec91d | [] | 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 | 519 | 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 ProjectChangeCartsConfigurationAction [[ProjectChangeCartsConfigurationAction.svg]] extends ProjectUpdateAction {
action: String
cartsConfiguration: [[CartsConfiguration.svg CartsConfiguration]]
}
interface ProjectUpdateAction [[ProjectUpdateAction.svg]] {
action: String
}
@enduml
| false | true | false | false | class |
064cd5ad26f72e9dcb55d845180d5391974c44e2 | adf7d7054fa8dc3a7231e21c019a486b06ce0765 | /DesignPatternsElementsOfReusableObjectOrientesSoftware/Chapter03/Singleton/Singleton.puml | 71b6eecc8cde22042e85aec437921835358c966a | [] | no_license | lealceldeiro/gems | ee93f9d4e4a6265b6f78ae06353116b51bcf168f | 3d7529678067eeb4437f0b00be96adf80362f9e5 | refs/heads/master | 2023-08-22T09:52:13.176466 | 2023-08-15T12:49:36 | 2023-08-15T12:49:36 | 230,064,871 | 8 | 6 | null | null | null | null | UTF-8 | PlantUML | false | false | 611 | puml | @startuml
class ApplicationRegistry {
- Map<String, String> registryInformation
- ApplicationRegistry()
+ {static} ApplicationRegistry getInstance()
+ Map<String, String> getRegistryInformation()
+ void addRegistryInformation(String key, String value)
}
note right of ApplicationRegistry : This uses the\n"Initialization-on-demand holder idiom"\n to load the instance class only on demand
class ApplicationRegistryHolder {
- {static} ApplicationRegistry INSTANCE
}
ApplicationRegistry .. ApplicationRegistryHolder : uses
class Client
Client o-- ApplicationRegistry : has
@enduml
| false | true | false | false | class |
7d8d3af10af4555707376d0ea2a42774476fdfc7 | 71bf91308d31289e4f85001a074b2f9fd28857df | /NaturalAPI_Design/src/main/java/fourcats/view/view.plantuml | 12c819debb0ed85bd40678cb4a8177e09dfebc15 | [
"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 | 1,299 | plantuml | @startuml
title __VIEW's Class Diagram__\n
namespace fourcats {
namespace view {
class fourcats.view.Cli {
~ br : BufferedReader
- currentUseCase : String
+ CLI()
+ askForUseCase()
+ generateSuggestion()
+ readUseCase()
+ update()
- addObject()
- addSuggestion()
- askForIdObjectToModify()
- askForIdScenarioToModify()
- askForIdSuggestionToModify()
- askForIdType()
- askForOperationOnSuggestion()
- askForSimpleTypeOption()
- chooseFile()
- createCustomType()
- deleteSuggestion()
- modifyActionName()
- modifyActionType()
- modifyObjectName()
- modifyObjectType()
- modifySuggestion()
- removeObject()
}
}
}
fourcats.view.Cli .up.|> fourcats.datastructure.observer.Observer
fourcats.view.Cli o-- fourcats.interfaceadapters.Controller : contr
fourcats.view.Cli o-- fourcats.interfaceadapters.DataPresenter : dataPresenter
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 |
1b5fd56fe4805ffb42c4fecd13ae6d9ee104d7ae | 2fa2f965ef5c1c576ff96086515d670f6ca7dbd3 | /diagrams/sequence/award/award employee.puml | cb92d9b8275263f1e64a3813a5f6062c51c5b3b0 | [] | no_license | JohnKhandygo/EM | 80d04b9b33872d48a641cf601cdfc5a674c5acad | 7fd8d752848c73747cda057cf1909481d7509cfc | refs/heads/master | 2021-01-17T17:09:22.012855 | 2016-11-25T15:35:44 | 2016-11-25T15:35:44 | 59,913,238 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,053 | puml | @startuml
actor Manager as manager
participant AwardResource as resource
participant AuthService as auth
participant AwardsService as awards
participant "EmployeesDAO" as employees
participant "AwardsDAO" as payments
database DBMS
manager -> resource : propose()
activate resource
''''' auth
resource -> auth : employeeBySession()
activate auth
auth -> resource : Employee
deactivate auth
resource -> awards : propose()
activate awards
''''' get awarded employee
awards -> employees : get()
activate employees
employees -> DBMS : <<query>>
activate DBMS
DBMS --> employees : raw response
deactivate DBMS
employees --> awards : Employee
deactivate employees
''''' add new payment
ref over awards : Award::newOne
awards -> payments : save()
activate payments
payments -> DBMS : <<query>>
activate DBMS
DBMS --> payments : raw response
deactivate DBMS
payments --> awards : int
deactivate payments
awards --> resource : int
deactivate awards
ref over resource : AwardProposed::new
resource --> manager : AwardProposed
deactivate resource
@enduml | false | true | false | false | sequence |
c837f7b42c3d4d8e040d055f9937a8d990e449ba | 7b13715b0b972ea52b88ad8097cc8cb7b41f2bb1 | /doc/commusica/UML-full.puml | 44c94272b27a1c7812c85c013ebd0c3264165fb9 | [] | no_license | heig-vd-pro2017/projet | 8f6e9bb5cc75baaf809eda87b31d7de8c632f713 | db1e7ff720076eea9efe2c4fc8bcad97d80ca2f1 | refs/heads/master | 2021-01-16T23:21:13.159819 | 2017-05-29T17:32:48 | 2017-05-29T17:32:48 | 82,906,602 | 5 | 2 | null | 2017-04-02T16:05:43 | 2017-02-23T08:55:46 | Java | UTF-8 | PlantUML | false | false | 2,164 | puml | @startuml
skinparam classAttributeIconSize 0
class Commusica {
~main(Array of strings) : void
}
package ch.tofind.commusica.file {
class FileManager {
}
}
package ch.tofind.commusica.database {
class DatabaseManager {
-instance : DatabaseManager
-factory : SessionFactory
-userSession : Session
-transaction : Transaction
-DatabaseManager()
+getInstance() : DatabaseManager
+getSession() : Session
+save(Object) : Object
+delete(Object) : void
+update(Object) : void
+close() : void
}
interface DatabaseObject {
equals(Object) : boolean
hashCode() : int
update() : void
}
}
package ch.tofind.commusica.ui {
class UIController
}
package ch.tofind.commusica.utils {
class Configuration {
}
}
package ch.tofind.commusica.network {
class SessionManager {
array of Session
}
class Session {
-id : Integer
-ipAddress : String
-macAddress : String
-token : String
-dateAdded : Timestamp
}
}
package ch.tofind.commusica.playlist {
class PlaylistManager {
}
}
package ch.tofind.commusica.media {
class Player {
}
class Playlist {
-id : Integer
-name : String
-dateAdded : Date
-datePlayed : Date
-version : Integer
+Playlist(String)
+getName() : String
+getDateAdded() : Date
+getDatePlayed() : Date
}
class Track {
-id : Integer
-title : String
-artist : String
-album : String
-length : Integer
-uri : String
-dateAdded : Date
-datePlayed : Date
-version : Integer
+Track(String, String, String, Integer, String)
+getTitle() : String
+getArtist() : String
+getAlbum() : String
+getLength() : Integer
+getURI() : String
+getDateAdded() : Date
+getDatePlayed() : Date
+update() : void
+equals(Object) : boolean
+hashCode() : int
+toString() : String
}
}
@enduml
| false | true | false | false | class |
c5db4b34816ddbeeff0aa8cd1d6ab8565baac843 | c1d619bc5b1d73e688a159394eaeb5d6ab88c4e7 | /tests/sample/test1.puml | 527902f3dab6ee2025b65c50c6854180104e954b | [
"MIT"
] | permissive | ateliee/plantuml-parser | 6af07e8c05a4e4b498aec4bd75739b135aa44130 | 9e84528d3f538d3078f4ed441173507110a76f86 | refs/heads/master | 2023-08-11T05:48:02.957653 | 2019-12-14T11:45:41 | 2019-12-14T11:45:41 | 211,338,232 | 4 | 0 | MIT | 2019-10-24T14:36:23 | 2019-09-27T14:32:02 | PHP | UTF-8 | PlantUML | false | false | 298 | puml | @startuml
class Object << general >>
Object <|--- ArrayList
note top of Object : In java, every class\nextends this one.
note "This is a floating note" as N1
note "This note is connected\nto several objects." as N2
Object .. N2
N2 .. ArrayList
class Foo
note left: On last defined class
@enduml | false | true | false | false | class |
e9e882c77dc4e0786b010c67bc65323e78350eb0 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/Solution/Hardware-Stack/Hierarchal-Data-Fabric/Process.puml | b3d544cfed8a66880bc2f3f8615a5003595ae73c | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 297 | puml | @startuml
partition "Hardware-Stack/Hierarchal-Data-Fabric" {
}
partition SubSystem #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "Hardware-Stack/Hierarchal-Data-Fabric" {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
@enduml
| false | true | false | false | activity |
145c1d19b23cf1d13e611757628188e7a5eea8c8 | bcd609a7c58689143d324f34fd10097835da4154 | /requirements/docs/diagrams/domain_v2.puml | 51e2b600345b4a5433f91a44834dd53a01b1239b | [] | no_license | Master-Desarrollo-20-21/Sudoku | 9eee1c82231d289aac44df868adf7172e4425277 | ff57804278a4adca5525901460d1ea7e3f3fcf93 | refs/heads/main | 2023-06-15T17:02:47.418914 | 2021-07-05T05:05:16 | 2021-07-05T05:05:16 | 382,335,393 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,008 | puml | @startuml SudoTeam_Sudoku_DomainModel
title SudoTeam_Sudoku_DomainModel
!define MAIN LightSeaGreen
skinparam Class {
BackgroundColor White
BorderColor MAIN
FontName Segoe UI
FontSize 14
FontStyle bold
FontColor Black
HeaderBackgroundColor MAIN
ArrowColor MAIN
ArrowFontColor MAIN
AttributeFontSize 12
}
skinparam roundcorner 5
skinparam stereotypeCBackgroundColor White
skinparam stereotypeEBackgroundColor Red
skinparam stereotypeABackgroundColor Aqua
skinparam classAttributeIconSize 0
Sudoku *--> Player
Sudoku *--> Board
Board *--> "9" Column
Board *--> "9" Row
Board *--> "9" Grid
Column *-->"9" Square
Row *-->"9" Square
Grid *-->"9" Square
Square o--> Symbol
Square <|-- PlayableSquare
Square <|-- FixedSquare
Player --> Assignment
Assignment ..> PlayableSquare
Assignment *--> Result
Assignment ..> Symbol
Result <|-- WinnerResult
Result <|-- InvalidResult
Result ..> Column
Result ..> Row
Result ..> Grid
Symbol <|-- NullSymbol
Symbol <|-- OneToNineSymbol
@enduml
| false | true | false | false | class |
2517f87c0409ae8c6b79cd0157c433a729f405b9 | e3da63c3ef35e8251d9c86e32ec06e893d90197e | /diagrams/ex41.puml | 823baee5c36d3cad33921afa766abed0b08f393b | [] | no_license | kyubifang/jackson-cop3330-assignment3 | 58f376ccdbf4924e9e8ad8641db85157b80839cc | 4037c5c7682b36b2e886756aa57e9deefc11767e | refs/heads/master | 2023-07-04T11:28:30.354835 | 2021-07-26T03:58:43 | 2021-07-26T03:58:43 | 378,800,036 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 755 | puml | @startuml
'https://plantuml.com/sequence-diagram
class App {
+ Input()
+ Sort()
grabInput()
+ generateOutput()
}
class Input {
- List: fInputs
File()
if(exercise41_input.txt?)
Scanner in(file)
while (in.hasNextLine?)
fInputs.add
else
:FileNotFoundException;
"File not found"
stop
endif
}
class Sort {
getInput
Collections.sort(Input)
}
interface generateOutput {
if(output possible?)
createOutput()
for (i < list size)
writeListToFile()
closeOutput()
else
:IOException;
"Can't output file"
endif
}
App o--> Input
Input o--> Sort
Sort *--> Input
Input o--> App
generateOutput *-- App
@enduml | false | true | false | false | sequence |
c26aa5d27506ab3b01791e4006f0e9808dbf6545 | 186819bc98500f794e563bd3ba5a23073756a2ba | /PSP2/Hospital/src/main/java/com/hospital/Hospital/facadeService/doctorService/doctorService.plantuml | b981e7d66980473b27a3d72761020879237d1538 | [] | no_license | macro161/PSP | 0e53943e4f8568b2c4b788524dc9e12f276d5c9e | 7e5e094bbe42af30006fb28d541229dea4efb610 | refs/heads/master | 2020-03-30T08:04:17.541705 | 2018-12-07T20:24:18 | 2018-12-07T20:24:18 | 150,986,741 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 635 | plantuml | @startuml
title __DOCTORSERVICE's Class Diagram__\n
package com.hospital.Hospital {
package com.hospital.Hospital.facadeService.doctorService {
interface DoctorService {
{abstract} + getAllDoctors()
{abstract} + getDoctorById()
{abstract} + createDoctor()
{abstract} + deleteDoctor()
{abstract} + updateDoctor()
{abstract} + treatPatient()
}
}
}
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 |
9af2ef097fdc32d91ecceab81728311cf031ac6d | a67cb1fb7c70f7576601ebfb21aa9ba776d4e010 | /src/main/java/DesignModel/AdapterModelDemo/Adapter.puml | 417c2ec09b8cfec72b4113e99ea0f9128a98ff5c | [] | no_license | wbin327/DesignPatterns | 655c701394ac25393d1a707d8eba7d3b2b38bc35 | 56fbd048eed2b3b01f9061e7c33d413ab6be750a | refs/heads/master | 2020-07-19T23:54:18.487948 | 2019-09-09T10:37:55 | 2019-09-09T10:37:55 | 206,534,562 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 260 | puml | @startuml
interface Voltage5{
int output();
}
class Adapter implements Voltage5{
int output();
}
class Voltage220{
int output();
}
class Phone{
}
class Client{
}
Adapter o.. Voltage220
Phone ..> Voltage5
Client ..> Phone
Client ..> Adapter
@enduml | false | true | false | false | class |
19e873d707aaaedcd0323571bc7b72f56b4023b4 | 9e418a0fb69b8ee356d5c1d5d009706394edf54d | /sequence - analysis/classroom/createClass.plantuml | 9fa99b24615809d637fc64e5a28090ea20499efe | [] | no_license | anonyhostvn/OOAD-Diagram | 67f3a3a4aa976ee8459d3f4801147ddd1382e41e | f8f7a0e4ba826335cc964d3b73bebea3f4f857e4 | refs/heads/master | 2023-01-10T04:26:29.983705 | 2020-11-13T10:08:12 | 2020-11-13T10:08:12 | 311,749,932 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,483 | plantuml | @startuml createClass
actor ": Teacher"
boundary ": CreateClassForm"
control ": ClassroomController"
entity ": ClassroomEntity"
activate ": Teacher"
": Teacher" -> ": CreateClassForm": 1 // fill & request create classroom
activate ": CreateClassForm"
": CreateClassForm" -> ": CreateClassForm": 2 // validate
alt all information is filled
": CreateClassForm" -> ": ClassroomController": 3 // request create classroom
activate ": ClassroomController"
": ClassroomController" -> ": ClassroomEntity": 4 // request checking classroom valid
activate ": ClassroomEntity"
alt classroom is valid
": ClassroomEntity" -->> ": ClassroomController": 5 // classroom is valid
": ClassroomController" ->> ": ClassroomEntity": 6 // create classroom
": ClassroomController" -->> ": CreateClassForm": 7 // create classroom successfully
": CreateClassForm" -->> ": Teacher": 8 // Classroom created
else classroom is not valid
": ClassroomEntity" -->> ": ClassroomController": 5.1 // classroom is not valid
deactivate ": ClassroomEntity"
": ClassroomController" -->> ": CreateClassForm": 5.2 // create classroom failed
deactivate ": ClassroomController"
": CreateClassForm" -->> ": Teacher": 5.3 // classroom is not created
end
else some information is missing
": CreateClassForm" -->> ": Teacher": 3.1 // check information again
end
deactivate ": CreateClassForm"
deactivate ": Teacher"
@enduml | false | true | false | false | sequence |
3c20fa68f2b0ded89d802da7fd451810796a21c9 | 2272bae46bfbc0ce3dd7edb452eb5af6e535fc9f | /various_modules/docs/diagrams/src/polymorphism.puml | 666137724b3203c7561e8822426f94a476f2ee8b | [
"MIT"
] | permissive | Neykah/design_patterns_python | e0abe2b8dd8a33336d9d704a0ff4400687660bb5 | 6f801fc4fc60f2d34002e4fe435feb6111a2cd23 | refs/heads/master | 2023-09-03T05:59:12.888886 | 2021-11-18T09:31:39 | 2021-11-18T09:31:39 | 414,927,700 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 336 | puml | @startuml Polymorphism
abstract class Animal {
...
+ {abstract} makeSound(): None
}
class Cat extends Animal {
...
+ makeSound(): None
}
note left of Cat::makeSound
print("Meow!")
end note
class Dog extends Animal {
...
+ makeSound(): None
}
note right of Dog::makeSound
print("Bark!")
end note
@enduml | false | true | false | false | class |
82fb0ab19b250c583908c79c7d70aab741d35b05 | f3e5470b71219337445bca0f5e5c1ffa32da3af8 | /Documentation/plantuml/Managers/GridManager.puml | 4d5d7db240297203e4b2b5e5a7a54abff8ef0c32 | [
"MIT"
] | permissive | Jaren-Taylor/Smart-City-Dashboard | 65116d7afd09bdc9d5ff33e05213a83bc73b52cb | 7d947637bc1c0b0d4a7a2b781c405518481dc319 | refs/heads/main | 2023-04-14T06:55:40.565340 | 2021-04-26T19:55:52 | 2021-04-26T19:55:52 | 327,404,880 | 0 | 0 | null | 2021-04-19T02:11:24 | 2021-01-06T19:02:38 | C# | UTF-8 | PlantUML | false | false | 761 | puml | @startuml
class GridManager {
+ gridSize : int
+ CursorEnabled : bool <<get>> <<set>>
Awake() : void
Start() : void
+ StateNumberChangeHandler(stateNum:int) : void
Update() : void
+ GetTile(location:Vector2Int) : Tile
+ SetTransparency(location:Vector2Int, value:bool) : void
+ MakePermanent(point:Vector2Int) : void
+ CreateTemporaryTile(point:Vector2Int) : void
+ AddTileToGrid(point:Vector2Int, tile:Tile) : void
+ RemoveTileIfTemporary(point:Vector2Int) : bool
+ RemoveTile(point:Vector2Int) : bool
}
MonoBehaviour <|-- GridManager
GridManager --> "groundMask" LayerMask
GridManager --> "TileMaterial" Material
GridManager --> "TransparentMaterial" Material
GridManager --> "Instance" GridManager
@enduml
| false | true | false | false | class |
dc2120ce5383cdca0651d3a584e2d7712a0f0a1d | 3ed92dde1c4dfd1d1c640d7dc3d809742e5ba067 | /_models/object_diagram.puml | 3ec5937a091538c1ea3c37396d541e7d5c7285e6 | [] | no_license | leohersant/SKEL-P1-JeuDePoker-master | 82d3affc77ca90dcfaf37707d084d4d305940aa4 | b1a988d520f06475fe71a4f9eeb50fa8aa0acde8 | refs/heads/main | 2023-03-19T06:39:37.465157 | 2021-02-26T03:31:50 | 2021-02-26T03:31:50 | 336,418,811 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 494 | puml | @startuml
title Poker Game (Object)
center footer project #1 - object diagram
object "m: Main" as M {
result = p1
}
object "h: PokerHand" as H {
}
object "c: Card" as C {
}
object "pp: PokerPlayer" as PP {
}
object "p1: Player" as P1 {
}
object "p2: Player" as P2 {
}
object "pc: PokerCombination" as PC {
}
object "pr: PokerReferee" as PR {
}
object "e: Error" as E {
}
M -- E
M -- PR
M -- P1
P1 -- PP
PP -- PC
PC -- H
H -- C
M -- P2
P2 -- PP
PP -- PC
PC -- H
H -- C
@enduml
| false | true | false | false | object |
9894b2faf7c11e809a761586d39feef2df708809 | d10503f47377addd953c47db621947c28060f809 | /Command Processor/UML/ClassDiagram.puml | 83e4b514cd61b243476f278aeef8b7863e8c1cc2 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,926 | puml | @startuml
AbstractCommand <|.. UpperCaseLetter
AbstractCommand <|.. LowerCaseLetter
AbstractCommand <|.. DeleteCommand
DeleteCommand--Controller
LowerCaseLetter--Controller
UpperCaseLetter--Controller
DeleteCommand--Supplier
LowerCaseLetter--Supplier
UpperCaseLetter--Supplier
CommandProcessor o--AbstractCommand
interface AbstractCommand {
void execute()
void undo()
CommandType getType()
String getName()
}
class DeleteCommand {
~EditText editText
~int startIndex
~int endIndex
~String removedTxt
~CommandType cmdType
+DeleteCommand(EditText editText, int start, int end, CommandType cmdType)
+void execute()
+void undo()
+CommandType getType()
+String getName()
}
class LowerCaseLetter {
~EditText editText
~CommandType cmdType
~int index
+LowerCaseLetter(EditText editText, int index, CommandType cmdType)
+void execute()
+void undo()
+CommandType getType()
+String getName()
}
class UpperCaseLetter {
~EditText editText
~CommandType cmdType
~int index
+UpperCaseLetter(EditText editText, int index, CommandType cmdType)
+void execute()
+void undo()
+CommandType getType()
+String getName()
}
class CommandProcessor {
~Stack<AbstractCommand> cmds
+CommandProcessor()
+void executeCommand(AbstractCommand cmd)
+void undoLastCommand()
+void redoLastCommand()
}
class Supplier {
~String text
+Supplier(String text)
+String getSelectedText(int start, int end)
+String deleteText(int start, int end)
+String getString(int start, String removed)
+String upperCaseText(int index)
+String lowerCaseText(int index)
}
class Controller {
~CommandProcessor cmdProcessor
+Controller()
+void callUndo()
+void callRedo()
+void deletePressed(EditText text, int start, int end, CommandType cmdType)
+void upperCasePressed(EditText text, int index, CommandType cmdType)
+void lowerCasePressed(EditText text, int index, CommandType cmdType)
}
CommandProcessor--Controller
@enduml | false | true | false | false | class |
e5c085a50976abf19b76b2dceaa62877580b93a2 | 6c7cada82c93ee492dfa1aae164a14a29453164e | /docs/design/images/ObjectDiagram-StackedStateFrames.puml | eafdeeaef20a29a7f5a83bca616d77ebdad895ea | [
"Apache-2.0"
] | permissive | hashgraph/hedera-mirror-node | 4a3db9f2deec7d6a51f4920393363a3924663f37 | c7ef5dee6cf68287ec87cf8fc4abf18c3b2cfc47 | refs/heads/main | 2023-08-16T14:26:58.289242 | 2023-08-15T21:20:34 | 2023-08-15T21:20:34 | 197,364,349 | 128 | 125 | Apache-2.0 | 2023-09-14T19:35:22 | 2019-07-17T10:04:38 | Java | UTF-8 | PlantUML | false | false | 1,397 | puml | @startuml
!pragma layout smetana
title Stacked State for a contract call making an inner contract call
object "Frame2 : RWCachingStackFrame" as Frame2 {
ap1 = <ref ap1>
ap2 = //deleted//
am = //no such account// (a.k.a. "missing")
an = //updated// <value an> (new account)
}
object "Frame1 : RWCachingStackFrame" as Frame1 {
ap1 = <ref ap1>
ap2 = <ref ap2>
am = //no such account//
}
object "Hedera state cache : ROCachingStackFrame" as ROCache {
ap1 = <ref ap1>
ap2 = <ref ap2>
am = //no such account//
}
object "DatabaseBackedStackFrame" as DBAccess {
ap1 = present account <ap1>
ap2 = present account <ap2>
}
Frame2 --> Frame1
Frame1 --> ROCache
ROCache --> DBAccess
note as Title
state, for Frame2 after inner contract has
read ""ap1"", ""ap2"", and ""am"", deleting ""ap2"", and
creating new account ""an""
end note
Title --[hidden]>Frame2
note right of Frame2 #cyan: most downstream
note right of Frame2 #palegreen : top of\nframe stack
note left of Frame2 : inner contract call\n(called by ""Frame1"")
note left of Frame1 : outer contract call (the one\nfor ""eth_EstimateGas"")
note right of ROCache #palegreen: empty StateStack starts here with\na R/O cache over the database
note left of DBAccess : R/O access to the\ndatabase for entities
note right of DBAccess #cyan: most upstream
note "This stack is growing //up//" as N1
@enduml
| false | true | false | false | state |
7fe17da61cb03551cf92b817e7ee763ea078ff4f | 4cf5737cadb807568ddac14c8f1ff342a6e6cb0a | /documentation/serviceApi/order/media/src/exampleUseCase.puml | c5c6397ede416928cdfc3439d81bf8250916b639 | [
"Apache-2.0"
] | permissive | MEF-GIT/MEF-LSO-Legato-SDK | b2ed422108f4bbb5d3aff27123d3f31305fd808f | 7f723970592cc5020aaaa0d2ffe30de6a73b3d97 | refs/heads/working-draft | 2023-07-06T06:44:01.113378 | 2023-06-23T14:14:48 | 2023-06-23T14:14:48 | 94,903,642 | 5 | 4 | Apache-2.0 | 2022-05-04T10:22:56 | 2017-06-20T15:00:38 | null | UTF-8 | PlantUML | false | false | 665 | puml | @startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor<<INV>> Black
ClassBorderColor Red
}
hide <<INV>> stereotype
class Ipvc {
}
class IpvcEndPoint {}
Ipvc "1" <-d-o "0..*" IpvcEndPoint : IPUNI_ENDPOINT_OF_IPVC
class IpUni <<INV>> {
}
IpvcEndPoint "0..*" o-d-> "1" IpUni : CONNECTS_TO_IPUNI
class IpUniAccessLink <<INV>> {
}
IpUniAccessLink "0..*" o-l-> "1" IpUni : PART_OF_IPUNI
class IpUniAccessLinkTrunk <<INV>> {
}
IpUniAccessLink "0..*" o-r-> "1" IpUniAccessLinkTrunk : PROVIDED_BY
class RelatedPlaceRefOrValue <<INV>> {
}
IpUniAccessLinkTrunk "0..*" o-d-> "1" RelatedPlaceRefOrValue : INSTALL_LOCATION
@enduml | false | true | false | false | sequence |
0306df11939659635fb53261ae858a844ecd6237 | 3f2928ee022c41d2f6e87c3fdae17942dafd4602 | /app/src/main/java/com/example/keystone_try/ui/home/home.plantuml | 46cc8c1c78bc358b4ccf57509df93e39bf481414 | [] | no_license | BohanShi/keystone_try | 022b9d97ee622ef587b1ec39c5dfbc1fc4bba72a | 13cd8416ea644308269558e8f8843f71b291d07e | refs/heads/master | 2023-01-06T13:43:35.151210 | 2020-11-04T04:12:57 | 2020-11-04T04:12:57 | 291,482,189 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 966 | plantuml | @startuml
title __HOME's Class Diagram__\n
namespace com.example.keystone_try {
namespace ui {
namespace home {
class com.example.keystone_try.ui.home.HomeFragment {
~ conn : ServiceConnection
~ goalStepTVl : TextView
~ lineChart : LineChart
~ settingBtn : Button
- isBind : boolean
+ onCreateView()
- getChartData()
- initData()
- setupService()
- text_all()
- xText()
- yText()
}
}
}
}
com.example.keystone_try.ui.home.HomeFragment -up-|> androidx.fragment.app.Fragment
com.example.keystone_try.ui.home.HomeFragment o-- com.example.keystone_try.views.StepView : stepView
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 |
4e816f73af354031256ce65bb79e1604e0281fa5 | e62c4e6564daa26b5c910abdde248a0cda19396b | /doc/DS18B20_Sensor.puml | 34fd11a5766e6af7be37dce67fd84a4ea3986866 | [] | no_license | HomeMadeBots/DS18B20_Ambient_Air_Temperature_Sensor | f8bd069a4f6b34768a556c54398cfd268e2c05ae | 28e5664958a304f458f12362b43c7663518869d8 | refs/heads/main | 2023-08-25T23:00:25.600751 | 2021-10-25T08:27:35 | 2021-10-25T08:27:35 | 384,470,897 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 792 | puml | @startuml
class DS18B20_Sensor <<Component_Type>>
{
The Component_Type allows to get a temperature measured with a DS18B20 device.
The //Measure_Temperature// operation of the Component_Type shall be called at a
frequency depending on the resolution of the temperature measured by the
DS18B20 device.
Typical values are the following (resolution | period) :
\t9 bits | 100ms
\t10 bits | 200 ms
\t11 bits | 500 ms
\t12 bits | 750 ms
The execution time of the //Measure_Temperature// operation depends on the
One_Wire_Protocol interface implementation. Typical value should be below 7ms.
The address of the DS18B20 shall be known and set at the Component_Prototype
creation.
--
Device_Address:T_One_Wire_Device_Address
--
+ Measure_Temperature()
}
@enduml | false | true | false | false | class |
18a3e3830d38bc3b10e25f8a294896d87a8053f8 | a6a88b3939a1f16b63692d8b935a4840a1cd660e | /docs/system-overview.puml | 82f81daa88f8da4894cf1d9cb7b4dbdc18c5e3ff | [
"MIT"
] | permissive | seltzered/smart_importer | 2b9d1eea964b43501502ddca265e7ef04337b5de | 89d3c4f09951ca44b9ce3fc571643364b5762681 | refs/heads/master | 2022-11-15T05:50:04.196918 | 2020-05-24T07:23:21 | 2020-05-24T07:23:21 | 279,114,777 | 0 | 0 | MIT | 2020-07-12T17:31:50 | 2020-07-12T17:31:49 | null | UTF-8 | PlantUML | false | false | 796 | puml | @startuml
actor user
artifact example.import
component beancount.ingest
component SmartImporter
artifact downloaded.csv
artifact ledger.beancount
artifact "Resulting Transactions" as output
user ==> beancount.ingest: 1. execute \nbean-extract
example.import --> beancount.ingest: 2. config file
beancount.ingest ==> SmartImporter: 3. invokes \nan importer
downloaded.csv --> SmartImporter: 4. transactions \n to be imported
ledger.beancount --> SmartImporter: 5. existing entries \n(training data)
SmartImporter --> SmartImporter: 6. extracts transactions, \nthen adds predictions \nand/or suggestions
SmartImporter ==> output: 7. output
@enduml
example.import --> MyBankImporter: test
node node3
node node2
node node4
node node5
node1 -- node2
node1 .. node3
node1 ~~ node4
node1 == node5
| false | true | false | false | usecase |
8f30647ef82ed81f99b3f60e446d13e805252df6 | 91876b4b858704fdd22aa25c021b62291edfedb7 | /docs/diagrams/InfoFeatureClassDiagram.puml | d5128059a8865ace458167708aae32645f6faf09 | [
"LicenseRef-scancode-other-permissive",
"MIT"
] | permissive | AY2021S2-CS2103-W17-1/tp | d5d8601669341725e889c2856c50aa2cc3ca8281 | 9a3d6a1542519ea9eba4b3b56aee9cf9edc04694 | refs/heads/master | 2023-04-03T06:49:04.529546 | 2021-04-13T15:17:03 | 2021-04-13T15:17:03 | 338,937,581 | 0 | 5 | NOASSERTION | 2021-04-13T15:17:04 | 2021-02-15T01:08:47 | Java | UTF-8 | PlantUML | false | false | 379 | puml | @startuml
object InfoCommandParser
object InfoCommand
object Model
object JsonModule
object "<<interface>> \n Parser" as ip
object Command
InfoCommandParser "1" --> "1" InfoCommand : creates
InfoCommand "1" ..> "1" Model
InfoCommand "1" ----> "*" JsonModule : retrieves info from
Model "1" --> "*" JsonModule
ip <|.down. InfoCommandParser
Command <|-down- InfoCommand
@enduml
| false | true | false | false | sequence |
8e0a540d5b6451119f64b1637025f6d80c247c10 | b3e6c7ca517cf1b2780083af840b4ed1db9551f2 | /.images/blocking IO model.puml | 1822f5b7be186a3b5b90ddcd5c5359e4c2afda8d | [] | no_license | ti-cortex-m4/demo-sockets-io-nio-nio2 | a0e58dcbf349c3eaa688b9e6dba169f81bcdd2a3 | 4c2079164442c08d0a8862b96e2c220ef871e529 | refs/heads/master | 2022-12-08T07:18:13.999956 | 2020-08-26T16:25:08 | 2020-08-26T16:25:08 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 457 | puml | @startuml
scale 1.1
title Blocking I/O model
hide footbox
skinparam monochrome true
skinparam defaultFontName Source Sans Pro
skinparam titleFontSize 15
skinparam sequenceMessageAlign center
activate application
application->>kernel: reading data
deactivate application
activate kernel
Note right of kernel: wait for data
Note right of kernel: copy data
kernel-->>application: data
deactivate kernel
activate application
||1||
kernel -[#white]->]
@enduml
| false | true | false | false | sequence |
872b6e881edca5a539258e08a8f34025c7ad7be5 | 8096f1027ce5ce50e208f686b794d33baa51862e | /src/main/java/com/example/application/backend/models/dd.puml | 188058533a9c4d0f92186e12d612ac9446714593 | [
"Unlicense"
] | permissive | BerdanAkbulut/ParakendeSatis | 7e72417fd579e825573c4da2d27f4c5514a03a90 | d63f64101bb89dc03719cd5fcdf53f9214a2594c | refs/heads/main | 2023-06-07T03:01:32.046633 | 2021-07-02T03:00:18 | 2021-07-02T03:00:18 | 375,520,100 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 350 | puml | @startuml
'https://plantuml.com/class-diagram
interface JpaRepsitory
interface Services
interface Repositories
class ServiceUmls
class Models
class Views
class VerticalLayout
Repositories <|-- JpaRepsitory
ServiceUmls <|-- Services
Views <|-- VerticalLayout
class Models {
id (int)
properties
}
enum SatisTipi {
KREDI_KARTI
NAKIT
}
@enduml | false | true | false | false | class |
b711042b23022f78b4690b5bbde80eff8c7e6ad2 | d10503f47377addd953c47db621947c28060f809 | /Observer/Observer.puml | f3376667dc2ec335aaaaf670a25f4ab9b7c831c6 | [
"MS-PL"
] | permissive | BeqaKhaburdzania/FreeUni-SDP-2013-Lab-UML | a0c93981e4924ded0b1db50b296d48c0155f376e | dd5fbb54da0daf0fa8ecb7184af9baecaf508d85 | refs/heads/master | 2021-01-17T23:11:04.570954 | 2015-03-18T20:17:21 | 2015-03-18T20:17:21 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,341 | puml | @startuml
interface IObservable as "IObservable<TMessage>"
IObservable : + void subscribe(IObserver<TMessage> observer)
IObservable : + void unsubscribe(IObserver<TMessage> observer)
hide IObservable field
class Observable implements IObservable
Observable : # Observable()
Observable : # void notifyObservers(TMessage message)
Observable : + void subscribe(IObserver<TMessage> observer)
Observable : + void unsubscribe(IObserver<TMessage> observer)
Observable "1" o-- "0..*" IObserver
hide Observable field
interface IObserver as "IObserver<TMessage>"
IObserver : + void onNotified(TMessage message)
hide IObserver field
class TimePulseWriter implements IObserver
TimePulseWriter : + void onNotified(Date message)
hide TimePulseWriter field
class TimePulseBeeper implements IObserver
TimePulseBeeper : + void onNotified(Date message)
hide TimePulseBeeper field
class TimePulseObservable extends Observable
TimePulseObservable : + TimePulseObservable(int seconds)
hide TimePulseObservable field
class ObserverSubscribtionException extends IllegalStateException
ObserverSubscribtionException : + ObserverSubscribtionException(String message)
hide ObserverSubscribtionException fields
hide IllegalStateException member
class Program
Program : +{static}void main(String[] args)
hide Program field
@enduml | false | true | false | false | class |
7df84d4c294ba9d2a96f516f4d5daf59d831b3d7 | 61b2d177d588b87359cc1012566ef2e3f85d4cc7 | /spatial-partition/etc/spatial-partition.urm.puml | 65eb370f786e88d38cdc4ec9b81abe15208bd279 | [
"MIT"
] | permissive | szoeke/java-design-patterns | 436cdfe3b6b14499d8e8c03798728f2b44f60139 | f0ac11b59955c8c0bac1bbdda3b41eeae049c490 | refs/heads/master | 2020-12-30T16:02:46.434373 | 2017-05-15T12:49:38 | 2017-05-15T12:49:38 | 90,956,794 | 0 | 0 | null | 2017-05-11T08:36:46 | 2017-05-11T08:36:45 | null | UTF-8 | PlantUML | false | false | 1,315 | puml | @startuml
package com.iluwatar.spatial.partition {
class App {
+ App()
+ main(args : String[]) {static}
}
class Grid {
- ATTACK_DISTANCE : int {static}
- CELL_SIZE : int {static}
- NUM_CELLS : int {static}
- cells : Unit[][]
+ Grid()
~ add(unit : Unit)
~ clearGrid()
- distanceUnitFromAnotherUnit(unit : Unit, anotherUnit : Unit) : int
+ getCells() : Unit[][]
- handleAttack(unit : Unit, anotherUnit : Unit)
- handleCell(x : int, y : int)
+ handleMelee()
- handleMissedAttack()
- handleUnit(unit : Unit, otherUnit : Unit)
- init()
~ moveUnitToNewCell(unit : Unit, x : double, y : double)
+ setCells(cells : Unit[][])
}
class Unit {
- grid : Grid
- health : int
- nextCell : Unit
- previousCell : Unit
- x : double
- y : double
+ Unit(grid : Grid, x : double, y : double)
+ getHealth() : int
+ getNextCell() : Unit
+ getPreviousCell() : Unit
+ getX() : double
+ getY() : double
- init(grid : Grid, x : double, y : double)
~ move(x : double, y : double)
+ setHealth(health : int)
+ setNextCell(nextCell : Unit)
+ setPreviousCell(previousCell : Unit)
+ setX(x : double)
+ setY(y : double)
}
}
Unit --> "-previousCell" Unit
Unit --> "-grid" Grid
@enduml | false | true | false | false | class |
4eb5fd3db3efac4811badfdad3db67df522d8608 | 8f83adb253993728ad2b965efda9e2d0d9167ffd | /src/main/doc/resources/org/thegalactic/lattice/Lattice.iuml | 42c06e2204880912cd0df7c87912920543c0aa94 | [
"CECILL-B"
] | permissive | jcarbonnel/java-lattices | 3906f29a84526dfeb3af5d24f4429d22d56f82b1 | 6df82e197748a455b1d886247a11ec1a56055def | refs/heads/master | 2021-08-26T05:01:08.308878 | 2017-11-17T11:00:45 | 2017-11-17T11:00:45 | 109,843,590 | 0 | 0 | null | 2017-11-07T14:06:18 | 2017-11-07T14:06:18 | null | UTF-8 | PlantUML | false | false | 1,507 | iuml | package org.thegalactic.lattice {
class Lattice {
-DGraph dependencyGraph
.. Constructors ..
+Lattice()
+Lattice(TreeSet<Node> set)
+Lattice(DAGraph graph)
.. Predicates ..
+boolean isLattice()
+boolean isCN()
+boolean isAtomistic()
+boolean isCoAtomistic()
.. Operations ..
+Node top()
+Node bottom()
+Node meet(Node x, Node y)
+Node join(Node x, Node y)
+TreeSet<Node> joinIrreducibles()
+TreeSet<Node> meetIrreducibles()
+TreeSet<Comparable> joinIrreducibles(Node node)
+TreeSet<Comparable> meetIrreducibles(Node node)
+DAGraph joinIrreduciblesSubgraph()
+DAGraph meetIrreduciblesSubgraph()
+DAGraph irreduciblesSubgraph()
+ConceptLattice joinClosure()
+ConceptLattice meetClosure()
+ConceptLattice irreducibleClosure()
+ComparableSet joinClosure(ComparableSet s)
+ComparableSet meetClosure(ComparableSet s)
+ComparableSet fullClosure(ComparableSet s)
+TreeSet<ComparableSet> hybridGenerators()
+Context getTable()
+ImplicationalSystem getImplicationalSystem()
+DGraph getDependencyGraph()
#Lattice setDependencyGraph(DGraph graph)
#hasDependencyGraph()
+ImplicationalSystem getCanonicalDirectBasis()
+TreeSet getMinimalGenerators()
+ArrowRelation getArrowRelation()
}
DAGraph <|-- Lattice
}
| false | true | false | false | class |
d1f4611872a807593394cde66adc6d2a03b41f23 | e5b231606ec0cb3d3c658c0b1187d3091b45ad0a | /data/designs/sequence-get-strategic-polygons-and-their-enclosed-cars.puml | 85f61ad3d42744771d3a162703f1951deb5afdaf | [] | no_license | shooom/sharenow-coding-challenge | 10e51fb11758f68921f0a50591ef2f3a48528fb2 | 56e7bc39eae6f8723fb674cba365f61e86b6fafe | refs/heads/main | 2023-08-05T02:24:28.273842 | 2021-09-22T08:35:05 | 2021-09-22T08:35:05 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 979 | puml | @@startuml
title Get strategic polygons with matching name and the cars each of it encloses
box "client"
actor User as U
end box
box "gateway-service"
boundary Gateway as G
end box
box "position-service"
control Position as POS
end box
box "car-service"
collections Car as C
end box
box "polygon-service"
collections Polygon as PLY
end box
U -> G: GET /position-service/position/search/polygon/name/{name}
G -> POS: GET /position/search/polygon/name/{name}
POS -> PLY: GET /polygon/search/name/{name}
PLY -> POS: List<StrategicPolygonDetailedDTO>
||25||
POS -> C: GET /car/search
C -> POS: List<CarDetailsDTO>
loop forEach StrategicPolygonDetailedDTO
POS -> POS: Business logic to locate all cars within the current strategic polygon
POS -> POS: Add matching result into List<StrategicPolygon2CarPositioningVO>
end loop
POS -> G: List<StrategicPolygon2CarPositioningVO>
G -> U: collection of strategic polygon : list of car mappings
@@enduml | false | true | false | false | sequence |
80c6316e47c712d51f2e29dc9b3f1c1447fe5450 | 188aa3bd1c4fc0a88cab9726c2f2299f147e70d8 | /docs/UC_07/UC07_CD.puml | e6dcdeb9109a6f8a11adfd8e50f97f519fa72e23 | [] | no_license | botelho-io/lapr2-2020-g029 | c6a3c15bace1145c94c0495ac5f8ce54b7be478c | 1834bf842e5ae1f94d20ab61dad8e8124fc9f61b | refs/heads/master | 2023-08-17T00:53:42.364156 | 2020-06-14T22:29:10 | 2020-06-14T22:29:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,239 | puml | @startuml CD
skinparam classAttributeIconSize 0
top to bottom direction
class ManColStatisticsUI {
}
class ManagerCollaboratorStatisticsController {
+ getFreelancers()
+ setFreelancers(Set<Freelancer> selected)
+ getMeanDelays()
+ getMeanPayments()
+ getStandardDeviationDelays()
+ getStandardDeviationPayments()
+ getHistogramDataDelays(Double bucketSize)
+ getHistogramDataPayments(Double bucketSize)
+ getNumberTransactions()
}
class App {
+ getRegistOrganization()
}
class RegistOrganization {
+ getOrganization (org)
}
class Organization {
- String name
- String NIF
+ getListTransaction()
}
class Collaborator {
- String name
- String email
- String password
}
class Manager {
- String name
- String email
- String password
}
class ListTransaction {
+ getFreelancersOfAllTransactions()
+ getTransactionsOfFreelancers(Set<Freelancer> selected)
+ get(ID)
}
class Transaction {
+ madeToAny(Set<Freelancer> selected)
+ getTaskExecutionDetails()
+ getAmount()
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class TaskExecutionDetails {
- LocalDate endDate
- Integer delayInDays
- String DescriptionQualityOfWork
}
class Freelancer {
- String id
- String name
- String levelOfExpertise
- String email
- String NIF
- String bankAccountIBAN
- String address
- String country
}
class PaymentDetails {
Boolean isPaid
}
ManColStatisticsUI ..> ManagerCollaboratorStatisticsController
ManagerCollaboratorStatisticsController ..> App
ManagerCollaboratorStatisticsController ..> ListTransaction
ManagerCollaboratorStatisticsController ..> RegistOrganization
ManagerCollaboratorStatisticsController ..> Transaction
App "1" --> "1" RegistOrganization : has
RegistOrganization "1" --> "*" Organization : has
Organization "1" -- "1,..." Collaborator : has >
Organization "1" -- "1" Manager : has >
Organization "1" --> "1" ListTask : has
Organization "1" --> "1" ListTransaction : has
ListTransaction "1" --> "*" Transaction : has
Transaction "1" --> "1" Task : knows
Transaction "*" --> "1" Freelancer : knows
Transaction "*" --> "1" Organization : knows
Transaction "1" --> "1" TaskExecutionDetails : has
Transaction "1" --> "1" PaymentDetails : has
TaskExecutionDetails "1" --> "1" Task : knows
ListTask "1" --> "*" Task : has
Task "*" --> "0, 1" Freelancer : knows
@enduml | false | true | false | false | sequence |
74c171af276427a428d85085668c9ba53a092bd2 | 3390416fa3bfcbcaae16a46fc1e8c66ad8dc8c0a | /system.puml | 7921cdadf0d6ae538464f1744551747e965b4535 | [] | no_license | davidkelly-wk/CSCI-550-FinalProject | a921c69e4bfc76f187dcb9ae1495513215190aec | cad248c73f3e4e371a34ad753e72aa255ac0df67 | refs/heads/main | 2023-01-20T21:56:52.166348 | 2020-11-23T00:04:39 | 2020-11-23T00:04:39 | 309,155,797 | 0 | 0 | null | 2020-11-18T17:07:13 | 2020-11-01T17:58:51 | Python | UTF-8 | PlantUML | false | false | 1,346 | puml | @startuml
!define SPRITESURL https://raw.githubusercontent.com/rabelenda/cicon-plantuml-sprites/v1.0/sprites
!includeurl SPRITESURL/kafka.puml
allow_mixing
title Twitter Sentiment Analysis System
skinparam monochrome true
rectangle "twitter" as twitter
queue "<$kafka>" as kafka
object twitter_stream_producer {
authenticate_twitter_app()
stream_tweets()
log_metrics()
on_data()
on_error()
}
object average_sentiment_consumer {
calculate_sentiment_score()
average_sentiment()
log_metrics()
start_consumer()
}
object trump_biden_producerV2 {
authenticate_twitter_app()
stream_tweets()
log_metrics()
on_data()
on_error()
}
object trump_biden_consumerV2 {
calculate_sentiment_score()
average_sentiment()
log_metrics()
start_consumer()
}
object metrics {
get_producer_metrics()
get_consumer_metrics()
get_system_metrics()
get_size()
write_metrics()
}
object sentiment {
score_text()
remove_url()
}
twitter --> twitter_stream_producer
twitter --> trump_biden_producerV2
twitter_stream_producer --> kafka
trump_biden_producerV2 --> kafka
kafka --> average_sentiment_consumer
kafka --> trump_biden_consumerV2
sentiment --> average_sentiment_consumer
sentiment --> trump_biden_consumerV2
metrics --> twitter_stream_producer
metrics --> trump_biden_producerV2
metrics --> average_sentiment_consumer
metrics --> trump_biden_consumerV2
@enduml | false | true | false | false | object |
7d509a7e1a8d9cebde82b9a8e1a83475add67160 | 4da8d3dea8d3d93a5932ab3e2f3cdce618d04396 | /src/main/java/protocol/protocol.plantuml | d5c58c7655f0a15af7fe64134a612a5e2a9f5278 | [
"MIT"
] | permissive | signofthefour/chatServer2 | b761fa544c5f3972bbf305942de034c705fcd249 | b0d7b919ee7475f8e86486de89264806f4abc316 | refs/heads/master | 2022-10-14T09:55:32.795035 | 2020-06-09T22:32:40 | 2020-06-09T22:32:40 | 268,006,340 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 856 | plantuml | @startuml
title __PROTOCOL's Class Diagram__\n
namespace protocol {
class protocol.Message {
- body : String
- cmd : String
- fileContent : byte[]
- method : String
- msg : String
- receiver : String
- sender : String
+ Message()
+ Message()
+ Message()
+ clear()
+ createNew()
+ createNew()
+ getBody()
+ getCommand()
+ getFileContent()
+ getMethod()
+ getReceiver()
+ getSender()
+ good()
+ init()
+ setReceiveMethod()
+ toByte()
+ toText()
}
}
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 |
b81cd0e15d0f120c26240a2f67ef189bb1287756 | 41b9498f48c484fd10eeb0271f8a419ef86d7004 | /src/main/java/phiosophy/003里氏代换原则-优化.puml | c493de735e3de62db07c2786d3d13a8dd9e5c54f | [] | no_license | sherwinwu93/design-pattern | 04c155fcc6cccfc2a36f8ce27a58e5fd6ee4cb55 | 372d7edc126b880a55ebe65f7b90bb356269173a | refs/heads/master | 2023-04-06T09:25:32.672206 | 2020-12-28T16:35:46 | 2020-12-28T16:35:46 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 323 | puml | @startuml
class EmailSender{
void send(Customer customer)
}
class Customer {
String name
String email
String getName()
String getEmail()
void setName()
void setEmail()
}
EmailSender ..down> Customer
class CommonCustomer
CommonCustomer --up|> Customer
class VIPCustomer
VIPCustomer --up|> Customer
@enduml | false | true | false | false | class |
236de022076fff532c2f8b5c5c5d7e1d464b9324 | c45ce074df6e9c8bb54ce906f387a4ec1730b2d6 | /diagrams/design/patterns/class/behavior/chain_of_responsibility.puml | f292718a582345fdf7f4d4c915b91947304d681d | [] | no_license | eromero-kreatech/clean-code | 82a4a62ae6d76985bc77e7a16f5d9890c41b652f | e5a29e0dacead4f25005e67163ffb57fbc4d2d44 | refs/heads/master | 2023-06-26T21:50:19.104747 | 2021-07-24T00:51:11 | 2021-07-24T00:51:11 | 388,963,257 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 672 | puml | @startuml CHAIN OF RESPONSIBILITY
class Client
interface Handler {
+ handleRequest()
}
class ConcreteHandler1 {
+ handleRequest()
}
class ConcreteHandler2 {
+ handleRequest()
}
hide empty members
Client -> Handler
Handler <|-- ConcreteHandler1
Handler <|-- ConcreteHandler2
Handler -> Handler : successor
note as N1
<b><color:royalBlue>Chain of Responsibility</color></b>
<b>Type:</b> Behavioral
Avoid coupling the sender of a request to
its receiver by giving more than one object
a chance to handle the request. Chain the
receiving objects and pass the request
along the chain until an object handles it.
end note
@enduml
| false | true | false | false | sequence |
44a5611ad920bd4a1ac89f259c51690183173524 | 8255480ee8ecef1ad7d65f60b261efce689ba52c | /distribution/material-4/File/SnippetFolder.puml | 8a9af330f9ccadb496911dd7c08ab7632bd2f362 | [
"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 | 632 | puml | ' definition of the Item material-4/File/SnippetFolder
sprite $SnippetFolderXs [10x10/16z] Oy06-840oe823WYBWOcV1yBYuSTaSN82MHnG7KZ60G
sprite $SnippetFolderSm [12x12/16z] Oy09U7XusA5CNduWu042RX0R1fYWR0O6FZYRYPy1XOrG0sBp8EbbO8O155i1
sprite $SnippetFolderMd [16x16/16z] bSt50S0W44JHYNlelrhSdO--qs8u8ZeiPo9xHS-gx7AUvpCmFfo1nQxv-m8lFE4fceVhTQrenG
sprite $SnippetFolderLg [20x20/16z] fSYr0G0X50MmXpliF-svO1K_PK0ZrK6YLcvcSYNUt7irMr_EkHnYVGpWmuK4sLyi1Ql7EE_FdQgh-EDiTo3P0G
!procedure SnippetFolder($id, $name="", $tech="", $desc="")
IconElement($id, 'IconElement', 'material-4/File/SnippetFolder', $name, $tech, $desc)
!endprocedure
| false | true | false | false | uml-unknown |
db530dae181d717631dca4b1c76c120a19b1d15b | 2fe964e752c35cf63d1d8e726fd7292cad5182d7 | /diagrams/redeem-asset.plantuml | faed5a8b20e26d47b2e1eb96e8fc303478ec1fa1 | [
"MIT"
] | permissive | blockrockettech/tally-api | 8d49f89bf67d3c9b12b3623e0aa8ae72e8a05d52 | 9d2a8cb63379401f4aacb5bdffc0e7347c648d8c | refs/heads/master | 2020-04-03T19:50:28.620704 | 2018-12-11T16:56:03 | 2018-12-11T16:56:03 | 155,537,433 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 600 | plantuml | @startuml
actor User
actor Merchant
boundary MobileApp
alt
group redeem asset
group user presents QR
User -> MobileApp: finds asset
User <--> Merchant: present QR code
end
group merchant scans QR
Merchant <--> MobileApp: open app
MobileApp <--> User: scans QR code
MobileApp -> TallyAPI: send asset
TallyAPI --> TallyAPI: valid
TallyAPI <--> Stellar: send asset
TallyAPI -> MobileApp: confirmation
MobileApp -> Merchant: balance changed
TallyAPI -> User: asset received
end
end
@enduml
| false | true | false | false | sequence |
70a503dc5e7fef4bbda37252d075100868427aa7 | 7bdb1cab91d4914b5b0829286327119ea31ec6bd | /ISP Solution 2/ISP Solution 2.plantuml | a6aab078884d9171f283034dc4c7560fa02f0d45 | [] | no_license | rshahamiriuoa/SOFTENG306Part2LectureCode | 5c6b3c00cf0d2921b75209fff18d941be28365c5 | 49e2a1e64c09938ccb9936ca16b48d81129a855b | refs/heads/master | 2022-12-09T17:59:20.145562 | 2020-09-26T22:29:38 | 2020-09-26T22:29:38 | 278,200,892 | 5 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,264 | plantuml | @startuml
title __ISP SOLUTION 1's Class Diagram__\n
namespace com.company {
interface com.company.IUser1Operations {
}
}
namespace com.company {
interface com.company.IUser2Operations {
}
}
namespace com.company {
interface com.company.IUser3Operations {
}
}
namespace com.company {
class com.company.Main {
}
}
namespace com.company {
abstract class com.company.Operation {
}
}
namespace com.company {
class com.company.User1Operation {
}
}
namespace com.company {
class com.company.User2Operation {
}
}
namespace com.company {
class com.company.User3Operaion {
}
}
com.company.User1Operation .up.|> com.company.IUser1Operations
com.company.User1Operation -up-|> com.company.Operation
com.company.User2Operation .up.|> com.company.IUser2Operations
com.company.User2Operation -up-|> com.company.Operation
com.company.User3Operaion .up.|> com.company.IUser3Operations
com.company.User3Operaion -up-|> com.company.Operation
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 |
652df320ba7c44456d2174487a8cc7228420cac4 | 69001696658e56c2dbe8e68edd07ac8ac331c558 | /src/main/java/ex46/base/Word Frequency Finder.puml | d8154caecb702cc4bf271f104d12d8a819a47c44 | [] | no_license | bbmkastan/kastan-cop3330-assignment3 | e6a5b96e86472947d0b27da3cb396dc29284efec | 96ad36b165002f7c8c7872737eaf0f583121085c | refs/heads/main | 2023-06-06T03:49:41.740123 | 2021-06-21T03:54:41 | 2021-06-21T03:54:41 | 378,422,380 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 768 | puml | @startuml
!define DARKBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
'https://plantuml.com/class-diagram
package classes_used_in_multiple_packages {
class FileReader {
- filePath: string
+ setFilePath(newFilePath)
+ getFilePath()
+ getStrings()
+ readFile()
}
}
package ex46.base {
class App {
+ main()
+ generateOutputString()
}
class WordFrequencyFinder {
+ getFrequency()
}
class Word {
- word: string
- frequency: int
+ setWord(newWord)
+ getWord()
+ increaseFrequency()
+ setFrequency(newFrequency)
+ getFrequency()
}
file "exercise46_input.txt" {
}
}
App o--> Word
App o--> WordFrequencyFinder
WordFrequencyFinder o--> FileReader
WordFrequencyFinder o--> Word
FileReader o--> exercise46_input.txt
@enduml | false | true | false | false | class |
28ba761ffcac43a4ba7ceda52178f78630093b64 | cd311955a4e833889d31ab910eccf7c2a322de41 | /documentation/diagrams/cases/user/c6_localbusiness_user-edit-business.puml | 7229db00287627181ba901a6f1991dc225b9a66e | [] | no_license | ogabrielguerra/puc-tcc | 11a8a89e533429f52acd4df1f05419dc2763ccc3 | e02d78e8214c387796553f3703d7b1bc4da1e8c6 | refs/heads/master | 2023-08-26T06:24:38.929937 | 2021-10-23T14:16:50 | 2021-10-23T14:16:50 | 303,121,964 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 313 | puml | @startuml
left to right direction
title "C6. Usuário edita os dados sua empresa"
User as "Usuário Comum"
rectangle "USUÁRIO AUTENTICADO" {
(Editar dados da Empresa) as FavEmpresa
(Dashboard) as VerEmpresas
}
(Login) as Login
User -r--> Login
Login --> VerEmpresas
VerEmpresas --> FavEmpresa
@enduml | false | true | true | false | uml-unknown |
87e9dc4b4ecfec78ca8d6c11faae40293ebfc3a5 | 2674d2bfed6d4a96db1f1d40d19b237642d01ca7 | /docs/red/s1161213/sp1/design3.puml | 0fcfddb8676ed36beb034176cb2658609b4244a8 | [] | no_license | HugoFernandes2343/LAPR4_2017-2018 | 9c827075d64c92d89c05bb772f7e7c3192416803 | e1d4724d9995676ac1f25bed0e9c2884929c12bb | refs/heads/master | 2023-02-26T22:39:42.292967 | 2018-06-20T12:37:30 | 2018-06-20T12:37:30 | 336,568,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,253 | puml | @startuml design3.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
boundary CalendarView
control CalendarPresenter
control DeleteEventController
entity EventRepository
entity Event
database Database
box "NSheets Client"
participant CalendarView
participant CalendarPresenter
end box
box "Server"
participant DeleteEventController
participant Event
participant EventRepository
end box
box "Database"
participant Database
end box
User -> CalendarPresenter : selects event to delete
CalendarPresenter --> DeleteEventController : create()
CalendarPresenter -> DeleteEventController : selectEventToDelete()
DeleteEventController --> EventRepository : create()
DeleteEventController -> EventRepository : findById(Long id)
EventRepository -> Database : fetch
CalendarView --> User : Show event and ask for confirmation to delete
CalendarPresenter -> DeleteEventController : deleteEvent()
DeleteEventController -> EventRepository : deleteEvent(Event e)
EventRepository -> Database : remove
DeleteEventController ->> CalendarPresenter : onSuccess()
CalendarPresenter -> CalendarView : setContents()
CalendarView --> User: Shows success
@enduml
| false | true | false | false | usecase |
8b616e4201d5068a6da9289b077d61f31b9a686c | 4291ef524e205e9b7c7c479052e1fe40078a1f60 | /doc/part_four/temperature-sensor.puml | fc308dda9161b7e7f57a9f9f962fbc5f645454be | [
"BSD-2-Clause"
] | permissive | nymann/portfolio-assignment | 4136ab71b2bac64d6a4474c76b16ee5e57f9d21d | abb6d840d6d9ae59b90e8417f140c2314b1e7a27 | refs/heads/master | 2023-04-27T00:19:10.391313 | 2021-05-21T21:02:46 | 2021-05-21T21:02:46 | 367,152,436 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 690 | puml | @startuml
skinparam roundCorner 10
skinparam shadowing false
skinparam classFontName Lato
skinparam classFontSize 16
skinparam defaultFontName Source Code Pro
skinparam defaultFontSize 14
skinparam ClassAttributeFontStyle normal
skinparam ClassBackgroundColor white
skinparam ClassBorderColor black
skinparam ClassBorderThickness 1
skinparam ArrowColor black
skinparam linetype polyline
class dev.nymann.temperature_sensor.Main {
+ {static} void main(String[])
}
class dev.nymann.temperature_sensor.TemperatureSensorAdapter {
+ String getName()
+ Double getValue()
+ void start()
+ void stop()
}
dev.nymann.sensor.Sensor <|-- dev.nymann.temperature_sensor.TemperatureSensorAdapter
@enduml
| false | true | false | false | class |
ec1404949ea722edaf0e057f67adac51dc0ca2f3 | 158a2c4c0d8e6baa04be3a9eec08901f91722415 | /docs/design/class.puml | 590fd80ebd6db1ba0cd27f023cd1a41d9e09443b | [] | no_license | littlewhywhat/extrace | cb7385e4910e7ad2c911327efb759522591c3a68 | eaa97fa57d8b6a173cf7a6ed52c427573bcedc11 | refs/heads/master | 2021-04-18T21:05:47.688307 | 2018-05-16T05:22:20 | 2018-05-17T23:13:57 | 126,710,382 | 0 | 0 | null | 2018-05-17T23:13:58 | 2018-03-25T15:15:59 | C++ | UTF-8 | PlantUML | false | false | 5,239 | puml | @startuml
title Class Diagram
interface ConsoleApp {
+ {abstract} setName(name : string): void
+ {abstract} setup(int argc, const char ** argv) : void
+ {abstract} is_ready(void) const : bool
+ {abstract} run() : void
+ {abstract} succeeded(void) const : bool
+ {abstract} handleSignal(void) = 0;
}
hide ConsoleApp fields
abstract class AbstractConsoleApp {
- isReady: bool
# m_Name: string
--
+ setName(name : string): void
+ setup(int argc, const char ** argv) : void
+ is_ready(void) const : bool
+ run() : void
+ succeeded(void) const : bool
- printHelp(): void
- do_run(): void
- do_succeeded(void) const: bool
- register_args_to(ArgsParser & argsParser) const: void
- trySetup(const Arguments & arguments): bool
}
AbstractConsoleApp ..> ConsoleApp
AbstractConsoleApp --> ArgsParser: uses
AbstractConsoleApp --> Arguments: uses
class ArgsParser {
- boolean_opt_names: map<string, string>
- integer_opt_names: map<string, string>
- string_opt_names: map<string, string>
- m_CommaSepListOptNames: map<string, string>
--
+ isCommaSepListSpec(const char * specifier) const: bool
+ is_boolean_spec(const char * spec): bool
+ is_integer_spec(const char * spec): bool
+ is_string_spec(const char * spec): bool
+ register_boolean(const char * specifier, const char * option_name): void
+ register_integer(const char * specifier, const char * option_name): void
+ register_string(const char * specifier, const char * option_name): void
+ registerCommaSepList(const char * specifier, const char * option_name): void
+ parse(Arguments & arguments, int argc, const char ** argv): int
- is_boolean_spec(const char * spec): bool
- is_integer_spec(const char * spec): bool
- is_string_spec(const char * spec): bool
- isCommaSepListSpec(const char * specifier) const; : bool
}
ArgsParser --> Arguments: parses
ArgsParser "-m_ToolBox" -- "1" ToolBox
class Arguments {
- booleans: set<string>
- single_integers: map<string, int>
- single_strings: map<string, string>
--
+ put_boolean(const char * option_name): void
+ is_enabled(const char * option_name) const: bool
+ put_integer(const char * option_name, int value): void
+ has_integer(const char * option_name) const: bool
+ get_integer(const char * option_name) const: int
+ put_string(const char * option_name, const string & value): void
+ has_string(const char * option_name) const: bool
+ get_string(const char * option_name) const: const string &
+ putToStringList(optionName: const char *, const string & value): void
+ getStringList(optionName: const char *): const vector<string>
+ hasStringList(optionName: const char *): bool
}
class ConsoleAppMain {
+ run(int argc, const char ** argv): int
+ handleSignal(): void
}
hide ConsoleAppMain fields
ConsoleAppMain "-consoleApp" -- "1" ConsoleApp
class ExtraceConsoleApp {
- m_ErrorStream: FILE *
- m_Success: bool
--
+ handleSignal(): void
- printHelp() const: void
- do_run(): void
- do_succeeded(): bool
- register_args_to(argsParser: ArgsParser) const: void
- trySetup(arguments: const Arguments): bool
}
ExtraceConsoleApp --|> AbstractConsoleApp
ExtraceConsoleApp "-m_ActionRunner" -- "1" ActionRunner
ExtraceConsoleApp "-m_ActionRunnerBuilder" -- "1" ActionRunnerBuilder
ExtraceConsoleApp "-m_ExtraceArguments" -- "1" ExtraceArguments
class ExtraceConsoleAppBuilder {
+ build(void) const: ExtraceConsoleApp *
}
hide ExtraceConsoleAppBuilder fields
ExtraceConsoleAppBuilder --> ExtraceConsoleApp: builds
interface ActionRunner {
+ tryRunActions(): bool
+ handleSignal(): void
}
hide ActionRunner fields
class ActionRunnerBuilder {
+ buildFrom(arguments: ExtraceArguments): ActionRunner *
}
hide ActionRunnerBuilder fields
class ExtraceArguments {
+ setArguments(const Arguments * arguments): void
+ registerTo(ArgsParser & argsParser) const: void
+ areCorrect() const: bool
+ printHelp(FILE * out, const string & appName) const: void
+ haveHelpOption() const: bool
+ haveListCategoriesOption() const: bool
+ haveDumpFilename() const: bool
+ getDumpFilename() const: const string &
+ enableCompression() const: bool
+ enableAsyncStart() const: bool
+ enableAsyncStop() const: bool
+ enableAsyncDump() const: bool
+ enableStream() const: bool
+ enableListCategories() const: bool
+ enableCoreServices() const: bool
+ enableCircleBuffer() const: bool
+ enableInterrupts() const: bool
+ haveKernelCategoryFilename() const: bool
+ getKernelCategoryFilename() const: const string &
+ specifyBufferSize() const: bool
+ getBufferSize() const: int
+ specifyInitSleepDuration() const: bool
+ getInitSleepDuration() const: int
+ specifyMidSleepDuration() const: bool
+ getMidSleepDuration() const: int
+ haveApps() const: bool
+ getApps() const: const vector<string> &
+ haveAndroidCategories() const: bool
+ getAndroidCategories() const: const vector<string> &
+ haveKernelCategories() const: bool
+ getKernelCategories() const: const vector<string> &
+ haveKernelFunctions() const: bool
+ getKernelFunctions() const: const vector<string> &
}
hide ExtraceArguments fields
ExtraceArguments "-m_Arguments" -- "1" Arguments
@enduml | false | true | false | false | sequence |
c73510ca666f4409739ae6dc863623304d1971b2 | 484904e231133cee44d3ece975c3b076fed1d2d6 | /doc/handle_request_state-diagram.puml | 201350721253e5dcccc8a5cacb198a0c7c236f32 | [] | no_license | manuelfelipe/wasm-oauth-filter | 5c2cef40ddc568adb2d0a6c6182da747991af69e | ceefddc1189f58173b4d4211d63f99f089929c49 | refs/heads/master | 2023-07-17T12:01:42.839577 | 2021-09-01T20:42:36 | 2021-09-01T20:42:36 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,124 | puml | @startuml
state OAuthService {
state handle_request <<inputPin>>
handle_request --> Start: handle_request(headers, Session)
Start --> Start: Is session active?
Start --> ActiveSession: Active session
Start --> UnAuthorized: No active session
UnAuthorized --> UnAuthorized: Create redirect url to Authorization Server\nCreate Set-Cookie session cookie header
UnAuthorized --> [*]: Redirect(headers, SessionData)
ActiveSession --> ActiveSession: validate tokens
ActiveSession --> NoValidTokens: No valid tokens for session
NoValidTokens --> NoValidTokens: check for auth code in request
NoValidTokens --> UnAuthorized: No authorization code in request
NoValidTokens --> [*]: TokenRequest(request)
ActiveSession --> [*]: Authorized(access token, id_token)
state handle_token_response <<inputPin>> #blue
handle_token_response -[#blue]-> NoValidTokens: handle_token_response(response)
NoValidTokens -[#blue]-> NoValidTokens: Set path from original request
NoValidTokens -[#blue]-> [*]: Redirect(headers, SessionData)
}
[*] -[#blue]-> handle_token_response
[*] --> handle_request
@enduml | false | true | false | false | sequence |
c6fa59b67e120cacc7558d3c11ad103f7ef64cea | a3bde720edf9c8eec25501c3e92f2a29646b5733 | /images/dessins/SE-Standards.plantuml | 04e17ada335924f8e510631d7211c350e8a15ff9 | [] | no_license | jmbruel/sysmlpapyrusbook | 4282ac5c25b13408a06357e3171c7550b86640ee | c33a2c55e431987dfc32564bcf47ff5b3c3366b3 | refs/heads/master | 2021-01-17T18:23:48.978528 | 2019-12-12T16:53:34 | 2019-12-12T16:53:34 | 59,750,799 | 4 | 0 | null | 2017-03-19T13:33:15 | 2016-05-26T13:03:22 | CSS | UTF-8 | PlantUML | false | false | 2,064 | plantuml | @startuml
'-----------------------------------
' Standards Taxonomy (taken from Friedenthal 2016)
' JMB 2018
'-----------------------------------
' Default settings
'-----------------------------------
' left to right direction 'does not work for sequence diagrams :-(
hide circle
hide empty members
hide methods
' Colors & Fonts
'-----------------------------------
'Colors => see http://plantuml.com/color
'skinparam monochrome true
'skinparam monochrome reverse
'skinparam handwritten true
skinparam package {
BackgroundColor empty
BorderColor DarkSlateGray
ArrowColor Black
FontColor Black
FontSize 12
FontName TrebuchetMS
}
skinparam class {
BorderColor DarkSlateGray
ArrowColor Black
FontColor Black
FontSize 12
FontName TrebuchetMS
}
skinparam arrow {
MessageAlign center
}
' Attribute and name values (for translation purpose).
'-----------------------------------
' Usefull functions
'-----------------------------------
!define objet(nom,type) class "<u>nom : type"
package "Process Standards" {
class "ISO 15288" as A
class "CMMI" as B
class "IEEE 1220"
class "EIA 632"
A -[hidden]> B
}
package "Modeling Methods" {
class "Object\nOriented"
class "Structured\nAnalysis"
}
package "Architecture Description & Frameworks" {
class "ISO 42010" as C
class "Zachmann" as D
class "MODAF"
class "DoDAF"
C -[hidden]> D
}
package "Modeling & Simulation Standards" {
class "IDEF0" as G1
class "SysML" as G2
class "UPDM" as G3
class "OWL" as G4
class "Modelica" as G5
class "HLA" as E
class "MathML" as F
E -[hidden]> F
F -[hidden]> G1
G1 -[hidden]> G2
G2 -[hidden]> G3
G3 -[hidden]> G4
G4 -[hidden]> G5
}
package "Metamodeling & Data Exchange Standards" {
class "QVT"
class "MOF"
class "XMI" as K
class "STEP/AP233" as I
class "OSLC" as J
I -[hidden]> J
J -[hidden]> K
}
"Process Standards" --> "Modeling Methods"
"Modeling Methods" --> "Architecture Descriptino & Frameworks"
"Architecture Descriptino & Frameworks" --> "Modeling & Simulation Standards"
"Modeling & Simulation Standards" --> "Metamodeling & Data Exchange Standards"
@enduml | false | true | false | false | class |
8ee08dcf20c6db4b9ade51b12e1f507d5891d219 | 47f09956d20f5b70c44db898b03d9ae23363c741 | /documentation/assembly-dependencies.plantuml | b215b59287e04dc73270b4390ad585ebc2b060df | [
"MIT"
] | permissive | UltraStar-Deluxe/Play | aa474e42354d0a4756d412c284e687b8ca78c17c | 661be85268aa07fc4f4b611c05320baf61914cab | refs/heads/master | 2023-06-09T09:55:39.858546 | 2023-03-18T13:40:35 | 2023-03-18T13:40:35 | 114,890,006 | 329 | 76 | MIT | 2023-05-30T10:40:34 | 2017-12-20T13:23:22 | C# | UTF-8 | PlantUML | false | false | 828 | plantuml | @startuml "assembly-dependencies"
' ---------------------------
' Assets/Plugins
component [Plugins] {
[CompileTimeTracker]
[CSharpSynthForUnity]
[FullSerializer]
[LeanTween]
[NLayer]
[SharpZipLib]
[Threads]
[UniInject]
[UniRx]
[TextMesh Pro]
[Serilog]
}
' ---------------------------
' Assets/Common
[Common]
' ---------------------------
' Assets/Scenes
[Scenes]
[SongEditorScene]
[Demos]
' ---------------------------
' Assets/Editor
[USPlayEditor]
[USPlayEditorTests]
' ---------------------------
' Unity environment
[NUnit]
' ---------------------------
' Dependencies
Common --> Plugins
Scenes --> Common
SongEditorScene --> Common
Demos --> Common
USPlayEditor --> Common
USPlayEditorTests --> Common
USPlayEditorTests --> Scenes
USPlayEditorTests --> NUnit
@enduml | false | true | false | false | component |
f4b2504c20bc14e527b748a74ee5754d5d2bda4f | 9293caf2b291eb3b81f6780e7dc2e16492c5ed54 | /src/main/java/ex41/Main.puml | cb165c3ebddc5fb49303317350afe43f99d1a608 | [] | no_license | canadianbees/alzenor-COP3330-assignment3 | 8767c9c0b7e4e65818cb936d93b744cae6662bc0 | be835704fa9394ddf98f26ae0a1d3eaad38624d8 | refs/heads/master | 2023-08-27T18:48:04.338161 | 2021-10-11T20:57:53 | 2021-10-11T20:57:53 | 416,083,224 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 193 | puml | @startuml
'https://plantuml.com/class-diagram
Main <|-- fileScrape
class Main
{
+public static void main(String [] args)
}
class fileScrape {
+ public String readNOut(File file)
}
@enduml | false | true | false | false | class |
a8122fbf98332977c8e07e6f26b03c2e3b64c218 | e1c8b46bf0855d5d05ba2198031a0cd28e6c2834 | /src/main/resources/1-5/1-5_Formalisierungsproblem.puml | 1457f199522eec851cc4a54d31a6943cf9d1e7eb | [] | no_license | phbenisc/MGSE-Grundlagen | 6e5bc22da74bd9adf97a24b068438bf59c47df59 | eb289a16f95c3e8c048ca6315cd3245f5a191bf3 | refs/heads/master | 2022-04-21T19:01:45.699273 | 2020-04-23T08:12:39 | 2020-04-23T08:12:39 | 258,137,069 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 438 | puml | @startuml
interface Studium
class Studiengang
class "Studien und Prüfungsordnung"
class "Grundständiger Studiengang"
enum Abschluss {
Hochschulabschluss
Staatsexamen
kirchlicher Abschluss
}
"Studien und Prüfungsordnung" "*" --> "1" Studiengang : regelt
Studiengang "1" --> "1" Abschluss : ausgerichtet auf
Studiengang --|> Studium
"Grundständiger Studiengang" --|> Studiengang
"Grundständiger Studiengang" *-- Abschluss
@enduml
| false | true | true | false | sequence |
d79380d43383f080bccfe1ef5e9d19ab58b5b02a | fb9f015ea244a23ad59b1bfc35087ca3aec360b3 | /docs/game-structure.puml | 9a93615d10d12a3fb1f94bf3cbca887a78263bd2 | [] | no_license | binu-manoharan/CGBF | 3ba67e46bdc5cae3f585bc6e22bfd0cdc805ddfd | 8c6c3ae14637b5bcedda40b4a16137db209f278e | refs/heads/master | 2021-01-21T14:58:10.211728 | 2016-06-24T21:41:15 | 2016-06-24T21:41:15 | 57,466,039 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 629 | puml | @startuml
hide empty fields
hide empty methods
class GameManager {
- Board board
- GameAI gameAI
}
class Board {
- WIDTH = 6
- HEIGHT = 12
- Cell [][]
+ Board currentState()
}
class Cell {
- CellStatus cellStatus
- CellColour cellColour
}
enum CellStatus {
EMPTY
BLOCKED
COLOUR
}
enum CellColour {
RED = 1
BLUE
GREEN
PURPLE
YELLOW
}
class GameAI {
}
Cell ..> CellColour
Cell ..> CellStatus
Board ..> Cell
GameManager --l> Board
GameManager --> GameAI
note bottom of GameAI: Gets current board state from \
\nGame manager and returns \
\nnext move
@enduml | false | true | false | false | class |
5d604f2ecbd3ffaabe00a536f5424efc5d9deca2 | 4e22d261d7dcf5fe2731d77ba3cfb47c5568977c | /Documentation/Source/Breakdown/Engine/TempestEngine/Rendering/IndexBufferObject-Class.iuml | 118d37a34c4c602e76a52b22352b6d26fa2a4b13 | [] | 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 | 74 | iuml | namespace Graphics::Rendering {
class IndexBufferObject
}
| false | true | false | false | class |
75cb7d338122960b6711a13768bfab141373d517 | d5cd4002a5839acc484a6186263702b522d3491e | /pr4/src/com/company/company.plantuml | 0f75a7238a19f47e373c4e12dc6e2b3227842a27 | [] | no_license | shevchenkona19/javaIPZ-31Shevchenko | bf8b84dc1d76eaf87c0d7a0265c6524233273efe | 46571bb3b2ca95526332db55f4ab0d093f41fcba | refs/heads/master | 2020-04-09T20:23:29.658468 | 2018-12-05T20:09:51 | 2018-12-05T20:09:51 | 160,571,977 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 4,146 | plantuml | @startuml
title __COMPANY's Class Diagram__\n
package com.company {
class Answer {
- text : String
- isCorrect : boolean
- isChosen : boolean
+ Answer()
+ Answer()
+ getText()
+ setText()
+ isCorrect()
+ setCorrect()
+ isChosen()
+ setChosen()
}
}
package com.company {
class Engine {
- keepGoing : boolean
+ start()
}
}
package com.company {
interface IMenuOption {
{abstract} + onClick()
}
}
package com.company {
interface IQuestion {
{abstract} + ask()
{abstract} + setTitle()
{abstract} + addAnswer()
{abstract} + respond()
{abstract} + getMark()
}
}
package com.company {
interface ITest {
{abstract} + createTest()
{abstract} + addQuestion()
{abstract} + begin()
{abstract} + printTest()
{abstract} + getTestId()
{abstract} + getTestName()
{abstract} + setTestName()
}
}
package com.company {
class Input {
{static} - scanner : Scanner
{static} + getNextLine()
{static} + getChoice()
}
}
package com.company {
class Main {
{static} + main()
}
}
package com.company {
class Menu {
- options : Option[]
+ Menu()
+ getWorkerByIndex()
+ toString()
}
}
package com.company {
class Option {
- name : String
+ Option()
+ Option()
+ getName()
+ setName()
+ getMenuOption()
+ setMenuOption()
}
}
package com.company {
class Printer {
{static} + print()
{static} + print()
{static} + print()
}
}
package com.company {
class Question {
- answers : Answer[]
- title : String
+ Question()
+ ask()
+ setTitle()
+ addAnswer()
+ respond()
+ getMark()
+ toString()
}
}
package com.company {
class SchoolSystem {
- users : User[]
- tests : ITest[]
+ SchoolSystem()
+ getTests()
+ getTest()
+ addTest()
+ registerUser()
+ getMenu()
+ login()
}
}
package com.company {
enum Subjects {
MATH
LITERATURE
}
}
package com.company {
class Student {
+ toString()
+ startSession()
}
}
package com.company {
enum UserType {
STUDENT
TEACHER
}
}
package com.company {
class Teacher {
+ toString()
+ startSession()
}
}
package com.company {
enum UserType {
STUDENT
TEACHER
}
}
package com.company {
class Test {
- questions : IQuestion[]
- name : String
+ Test()
+ createTest()
+ addQuestion()
+ begin()
+ printTest()
+ getTestId()
+ getTestName()
+ setTestName()
+ toString()
}
}
package com.company {
abstract class User {
- name : String
+ getName()
+ setName()
+ startProcess()
+ register()
{abstract} + startSession()
}
}
package com.company {
enum UserType {
STUDENT
TEACHER
}
}
Engine o-- SchoolSystem : schoolSystem
Engine o-- Menu : initMenu
Option o-- IMenuOption : menuOption
Question -up-|> IQuestion
SchoolSystem o-- Menu : studentMenu
SchoolSystem o-- Menu : teacherMenu
SchoolSystem o-- Menu : defaultMenu
SchoolSystem +-down- Subjects
Student -up-|> User
Student o-- UserType : type
Student +-down- UserType
Teacher -up-|> User
Teacher o-- UserType : type
Teacher +-down- UserType
Test -up-|> ITest
Test o-- Subjects : subject
User o-- SchoolSystem : schoolSystem
User +-down- UserType
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 |
54b3facf74f3f8174d03ceb51e1c85d4bcf32ef6 | 694fd70b693c9670161b2492ece407123bf11cad | /plantuml/designpattern/concept-bridge-0-3.plantuml | 01fed6a0a155c8ee402e98e96be0fff3f7681d26 | [
"CC-BY-3.0-US",
"BSD-3-Clause",
"WTFPL",
"GPL-1.0-or-later",
"MIT",
"OFL-1.1"
] | permissive | windowforsun/blog | 4a341a9780b8454a9449c177f189ca304569031b | b0bce013f060f04a42dfa7ef385dbeea1644fdab | refs/heads/master | 2023-09-04T03:17:39.674741 | 2023-08-21T14:39:37 | 2023-08-21T14:39:37 | 170,632,539 | 0 | 1 | MIT | 2023-09-05T17:48:27 | 2019-02-14T05:26:51 | HTML | UTF-8 | PlantUML | false | false | 144 | plantuml | @startuml
abstract class AbstractClass {
{abstract} methodA()
}
class ConcreteClass {
methodA()
}
AbstractClass <|-- ConcreteClass
@enduml | false | true | false | false | class |
f6636653ce069c1934857234ef2ea8ccd4f1ad9e | e3479658ab5b620ea745349224511ceba1e034ba | /docs/go-graphsync.puml | 2cba2581f566d5971beb34e4a21701263b4593d8 | [
"Apache-2.0",
"MIT"
] | permissive | IPFS-eX/go-graphsync | cfa3a25b197649778eddb24728156d39322d813f | 9dfb6b84e55b3bd34d4b5b433654f3637985e0d4 | refs/heads/master | 2022-09-26T15:09:20.619569 | 2020-06-03T06:58:32 | 2020-06-03T06:58:32 | 269,011,276 | 0 | 0 | NOASSERTION | 2020-06-03T06:47:48 | 2020-06-03T06:47:45 | null | UTF-8 | PlantUML | false | false | 12,920 | puml | @startuml "GraphSync"
package "go-ipld-prime" {
interface Node {
}
interface NodeBuilder {
}
interface Path {
}
interface Link
package traversal {
package selector {
interface Selector {
}
object "PackagePublicFunctions" as goSelectorPF {
ReifySelector(cidRootedSelector Node) (Selector, error)
}
}
interface AdvVisitFn {
}
class TraversalConfig {
}
class TraversalProgress {
TraverseInformatively(Node, Selector, AdvVisitFn)
}
TraversalProgress *-- TraversalConfig
}
interface Storer {
}
interface Loader {
}
}
package "go-graphsync" {
interface Cid2BlockFn {
}
class GraphSync {
Request(ctx context.Context, p peer.ID, rootedSelector Node) (chan ResponseProgress, chan error)
GetBlocks(ctx context.Context, p peer.ID, rootedSelector Node) (chan blocks.Block, chan error)
ReceiveMessage(ctx context.Context, sender peer.ID, incoming GraphSyncMessage)
ReceiveError(error)
}
GraphSync *-- Loader
package network {
interface Receiver {
ReceiveMessage(ctx context.Context, sender peer.ID, incoming GraphSyncMessage)
ReceiveError(error)
}
interface GraphSyncNetwork {
SendMessage(ctx context.Context, receiver peer.Id, m GraphSyncMessage)
SetDelegate(receiver Receiver)
ConnectTo(ctx context.Context, peer.ID) error
NewMessageSender(context.Context, peer.ID) (MessageSender, error)
}
interface MessageSender {
SendMsg(context.Context, GraphSyncMessage) error
Close() error
Reset() error
}
Receiver <|-- GraphSync : receiver for
class libP2PGraphSyncNetwork {
}
GraphSyncNetwork <|-- libP2PGraphSyncNetwork
object "Package Public Functions" as goGraphSyncNetworkPF {
NewLibP2PNetwork(host libp2pHost.Host) GraphSyncNetwork
}
goGraphSyncNetworkPF .. libP2PGraphSyncNetwork
}
package messagequeue {
class MessageQueue {
AddRequest(GraphSyncRequest)
AddResponses([]GraphSyncResponse, []Block) <-chan struct{}
Startup()
Shutdown()
}
object "PackagePublicFunctions" as goMessageQueuePF {
New(context.Context, peer.ID, GraphSyncNetwork) *MessageQueue
}
GraphSync .. goMessageQueuePF
MessageQueue *-- GraphSyncNetwork
}
package peermanager {
class PeerManager {
Connected(p peer.ID)
Disconnected(p peer.ID)
ConnectedPeers() []peer.ID
GetProcess(peer.ID) PeerProcess
}
class PeerMessageManager {
SendRequest(peer.ID, GraphSyncRequest)
SendResponses(peer.ID, []GraphSyncResponse, []Block)
}
object "Package Public Functions" as goPeerManagerPF {
New(ctx context.Context, createPeerProcess func(context, peer.ID) PeerProcess)
NewMessageManager(ctx context.Context, createPeerQueue func(context, peer.ID) MessageQueue)
}
GraphSync .. goPeerManagerPF
PeerManager <|-- PeerMessageManager
PeerMessageManager *-- MessageQueue
}
package linktracker {
class LinkTracker {
ShouldSendBlockFor(Link) bool
RecordLinkTraversal(GraphSyncRequestID, Link, bool)
FinishRequest(GraphSyncRequestID) bool
}
object "Package Public Functions" as goLinkTrackerPF {
New() *LinkTracker
}
}
package requestmanager {
package types {
interface ResponseProgress {
}
interface AsyncLoadResult {
}
}
package "loader" as reqLoader {
interface AsyncLoadFn {
}
object "Package Public Functions" as goRequestLoaderPF {
WrapAsyncLoader(context.Context, AsyncLoadFn, GraphSyncRequestID, chan error)
}
}
package asyncloader {
package loadattempqueue {
interface LoadRequest {
}
interface LoadAttempter {
func(GraphSyncRequestID, ipld.Link) ([]byte, error)
}
class LoadAttemptQueue {
AttemptLoad(LoadRequest, bool)
ClearRequest(GraphSyncRequestID)
RetryLoads()
}
object "Package Public Functions" as goLoadAttemptQueuePF {
NewLoadRequest(GraphSyncRequestID, ipld.Link, chan AsyncLoadResult) LoadRequest
New(LoadAttempter) *LoadAttemptQueue
}
}
package unverifiedblockstore {
class UnverifiedBlockStore {
AddUnverifiedBlock(ipld.Link, []byte)
PruneBlocks(func(ipld.Link) bool)
VerifyBlock(ipld.Link) ([]byte, error)
}
object "Package Public Functions" as goUnverifiedBlockStore {
New(Storer) *UnverifiedBlockStore
}
}
package responsecache {
class ResponseCache {
FinishRequest(GraphSyncRequestID)
AttemptLoad(GraphSyncRequestID, ipld.Link) ([]byte, error)
ProcessResponse(map[GraphSyncRequestID]Metadata, []blocks.Block)
}
object "Package Public Functions" as goResponseCachePF {
New(UnverifiedBlockStore) *ResponseCache
}
ResponseCache *-- LinkTracker
ResponseCache *-- UnverifiedBlockStore
ResponseCache .. goLinkTrackerPF
}
class AsyncLoader {
StartRequest(GraphSyncRequestID)
ProcessResponse(map[graphsync.RequestID]metadata.Metadata, []blocks.Block)
AsyncLoad(requestID graphsync.RequestID, link ipld.Link) AsyncLoadResult
CompleteResponsesFor(GraphSyncRequestID)
CleanupRequest(GraphSyncRequestID)
}
object "Package Public Functions" as goAsyncLoaderPF {
New(context.Context, ipld.Loader, ipld.Storer) *AsyncLoader
}
AsyncLoader *-- LoadAttemptQueue
AsyncLoader *-- ResponseCache
AsyncLoader *-- Loader
AsyncLoader *-- Storer
AsyncLoader .. goUnverifiedBlockStore
AsyncLoader .. goResponseCachePF
AsyncLoader .. goLoadAttemptQueuePF
}
class RequestManager {
SetDelegate(peerHandler PeerMessageManager)
SendRequest(ctx context.Context, p peer.ID, cidRootedSelector Node) chan ResponseProgress, chan error
ProcessResponses(peer.ID, []GraphSyncResponse, []blocks.Block)
}
object "Package Public Functions" as goRequestManagerPF {
New(ctx context.Context, asyncLoader AsyncLoader, ipldBridge ipldbridge.IPLDBridge) *RequestManager
}
RequestManager *-- AsyncLoader
RequestManager *-- PeerManager
RequestManager .. goRequestLoaderPF
GraphSync *-- RequestManager
GraphSync .. goRequestManagerPF
}
package responsemanager {
package peertaskqueue {
package peertask {
class Task {
}
class TaskBlock {
MarkPrunable(Identifier)
PruneTasks()
Index()
SetIndex(int)
}
interface Identifier {
}
object "Package Public Functions" as goPeerTaskPF {
FIFOCompare(a, b *TaskBlock) bool
PriorityCompare(a, b *TaskBlock) bool
WrapCompare(func(a, b *TaskBlock) bool) func(a, b pq.Elem) bool
NewTaskBlock([]Task, int, peer.ID, func([]Task)) *TaskBlock
}
}
package peertracker {
class PeerTracker {
StartTask(Identifier)
TaskDone(Identifier)
Index()
SetIndex(int)
PushBlock(peer.ID, []Task, func([]Task))
PopBlock() *TaskBlock
Remove(Identifier)
Freeze()
Thaw() bool
FullThaw()
IsFrozen() bool
}
object "Package Public Functions" as goPeerTrackerPF {
New() *PeerTracker
PeerCompare(a, b pq.Elem) bool
}
PeerTracker *-- TaskBlock
PeerTracker .. goPeerTaskPF
}
class PeerTaskQueue {
PushBlock(to peer.ID, tasks ...Task)
PopBlock() *TaskBlock
Remove(identifier Identifier, p peer.ID)
ThawRound()
FullThaw()
}
PeerTaskQueue *-- PeerTracker
PeerTaskQueue .. goPeerTrackerPF
object "Package Public Functions" as goPeerTaskQueuePF {
New() *PeerTaskQueue
}
GraphSync .. goPeerTaskQueuePF
}
package "loader" as resLoader {
object "Package Public Functions" as goResponseLoaderPF {
WrapLoader(Loader,GraphSyncRequestID, PeerResponseSender) Loader
}
}
package responsebuilder {
class ResponseBuilder {
AddBlock(Block)
AddLink(GraphSyncRequestID, Link, bool)
AddCompletedRequest(GraphSyncRequestID, graphsync.ResponseStatusCode)
Empty() bool
Build(IPLDBridge) ([]GraphSyncResponse, []Block, error)
}
object "Package Public Functions" as goResponseBuilderPF {
New() *ResponseBuilder
}
}
package peerresponsemanager {
class PeerResponseManager {
SenderForPeer(p peer.ID) PeerResponseSender
}
class PeerResponseSender {
Startup()
Shutdown()
SendResponse(GraphSyncRequestID,Link,[]byte)
FinishRequest(GraphSyncRequestID)
FinishWithError(GraphSyncRequestID, graphsync.ResponseStatusCode)
}
object "Package Public Functions" as goPeerResponseManagerPF {
New(Context, func(Context, peer.ID) PeerResponseSender) *PeerResponseManager
NewResponseSender(Context, peer.ID, PeerMessageManager, IPLDBridge) PeerResponseSender
}
PeerResponseManager *-- PeerResponseSender
PeerResponseSender *-- LinkTracker
PeerResponseSender *-- ResponseBuilder
PeerResponseSender *-- PeerMessageManager
PeerResponseSender .. goLinkTrackerPF
PeerResponseSender .. goResponseBuilderPF
GraphSync .. goPeerResponseManagerPF
}
class ResponseManager {
ProcessRequests(context, peer.ID, []GraphSyncRequests)
}
object "Package Public Functions" as goResponseManagerPF {
New(Context, Loader, IPLDBridge, PeerResponseManager, PeerTaskQueue) *ResponseManager
}
GraphSync *-- ResponseManager
ResponseManager *-- Loader
ResponseManager *-- PeerResponseManager
ResponseManager *-- PeerTaskQueue
ResponseManager .. goResponseLoaderPF
GraphSync .. goResponseManagerPF
}
package message {
object "Package Public Functions" as goGraphSyncMessagePF {
func FromPBReader(pbr ggio.Reader) (GraphSyncMessage, error)
func FromNet(r io.Reader) (GraphSyncMessage, error)
func New() GraphSyncMessage
func NewRequest(GraphSyncRequestID, []byte, GraphSyncPriority) GraphSyncRequest
func CancelRequest(GraphSyncRequestID) GraphSyncRequest
func NewResponse(GraphSyncRequestID, graphsync.ResponseStatusCode, []byte) GraphSyncResponse
}
goGraphSyncMessagePF .. libP2PGraphSyncNetwork
class GraphSyncRequest {
Selector() []bytes
Priority() Priority
ID() int
IsCancel() bool
}
class GraphSyncResponse {
RequestID() int
Status() GraphSyncStatus
Extra() []bytes
}
interface GraphSyncMessage {
Requests() : []GraphSyncRequest
Responses() : []GraphSyncResponse
Blocks() : []Blocks
AddRequest(GraphSyncRequest)
AddResponse(GraphSyncResponse)
AddBlock(Block)
}
interface Exportable {
ToProto()
ToNet(w io.Writer) error
}
Exportable --|> GraphSyncMessage
GraphSyncRequest --* GraphSyncMessage
GraphSyncResponse --* GraphSyncMessage
}
package ipldbridge {
interface IPLDBridge {
EncodeNode(ipld.Node) ([]byte, error)
DecodeNode([]byte) (ipld.Node, error)
ParseSelector(selector ipld.Node) (Selector, error)
Traverse(ctx context.Context, loader Loader, root ipld.Node, s Selector, fn AdvVisitFn) error
}
GraphSync *-- IPLDBridge
RequestManager *-- IPLDBridge
ResponseManager *-- IPLDBridge
PeerResponseSender *-- IPLDBridge
class ipldBridge {
}
object "PackagePublicFunctions" as goIPLDBridge {
NewIPLDBridge() IPLDBridge
}
IPLDBridge <|-- ipldBridge
goIPLDBridge .. ipldBridge
ipldBridge *-- MulticodecDecodeTable
ipldBridge *-- NodeBuilderChooser
ipldBridge .. TraversalProgress
ipldBridge .. goSelectorPF
ipldBridge .. goIPLDReposePf
}
object "PackagePublicFunctions" as goGraphsyncPf {
New(ctx context.Context, network GraphSyncNetwork, ipldBridge IPLDBridge, loader Loader) GraphSync
LoaderFromCid2BlockFn(cid2BlockFn Cid2BlockFn) Loader
SelectorSpecFromCidAndPath(lnk cid.Cid, pathSegments []string) (ipld.Node, error)
}
}
package "go-filecoin" {
class "go-filecoin" {
}
"go-filecoin" *-- GraphSync
"go-filecoin" .. goGraphsyncPf
"go-filecoin" .. goGraphSyncNetworkPF
"go-filecoin" .. goIPLDBridge
"go-filecoin" *-- RawLoader
"go-filecoin" *-- MulticodecDecodeTable
"go-filecoin" *-- NodeBuilderChooser
}
@enduml
| false | true | false | false | class |
3e3763366fe167c29f4e130804c877f78841fcc6 | 054393db2b6f0c4d4a00a695eb1eb5ef55617e24 | /exercise43/docs/classDiagram.puml | 9d430045e3c490b18a0518f30671a886c656809e | [] | no_license | PraweenPongpat/pongpat-a04 | 5991132622924b5310f6e3b12dbc1aa95ef84b42 | cb30019b57f4d5cc4c76cd25a8668191bd41637f | refs/heads/main | 2023-08-20T07:51:38.637017 | 2021-10-16T21:24:08 | 2021-10-16T21:24:08 | 416,482,967 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 338 | puml | @startuml
class Solution43 {
+Scanner input
+main()
-String getStringFromUser()
-boolean checkYesOrNo()
}
class OutputFile {
-String nameOfSite
-String author
-boolean isJS
-boolean isCSS
-fileFolderManager()
-makeHTMLFile()
-reportFolderFileExisted(File)
}
Solution43 o-- OutputFile
@enduml | false | true | false | false | class |
a8d423102e988b873a23fa1603e4c61bbfa8d949 | 5419ba65627214efbf640b0643d5524c4f2a646f | /Architecture/02.PEAC#33.perform-an-action/PAAA#34.class.1.plantuml | e4ee1325c2992fe673bdf41c0cbab1f7c5b4f883 | [] | no_license | ovidiomanteiga/horuslauncher | 3ed7ce5283dd4a267b1284f6bc192c0426b98150 | 26159c90e70d3042f2ac04d8cb8284c1c8c26de2 | refs/heads/master | 2020-09-14T05:44:31.073187 | 2019-07-22T19:55:47 | 2019-07-22T19:55:47 | 223,037,096 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,446 | plantuml |
@startuml PAAA#34.class.1
skinparam monochrome true
package UI {
class MainActivity <<Activity>> {
}
class AllActionsFragment <<Fragment>> {
}
MainActivity -u-> AllActionsFragment
}
package Domain {
class GetAllActions <<Interactor>> {
}
interface AllActionsRepository <<Repository>> {
}
GetAllActions -r-> AllActionsRepository
}
package Infrastructure {
class AllAppsRepository {
+ AllActions getAll()
}
}
package Android_SDK {
class Context {
}
}
package Composition {
interface MainFactory {
+ Context provideContext()
+ GetAllActions provideGetAllActions()
+ AllActionsRepository provideAllActionsRepository()
}
class DefaultMainFactory {
+ Context provideContext()
+ GetAllActions provideGetAllActions()
+ AllActionsRepository provideAllActionsRepository()
}
DefaultMainFactory .u.|> MainFactory
}
AllActionsFragment -u-> GetAllActions
AllActionsFragment .r.> MainFactory
AllAppsRepository .u.|> AllActionsRepository
AllAppsRepository -d-> Context
MainFactory .d.> Context
MainFactory .u.> GetAllActions : <<create>>
MainFactory .u.> AllActionsRepository : <<create>>
DefaultMainFactory .r.> AllAppsRepository : <<create>>
DefaultMainFactory .d.> Context
UI -[hidden]l-> Composition
Composition -[hidden]u-> Domain
Composition -[hidden]d-> Android_SDK
hide empty members
@enduml
| false | true | false | false | class |
38cf22b7be670a27adb0ba156b7171fbc85e9dab | 757796b7f7be1589638a6334ff6ddfb840d91279 | /test.puml | 1b199376c419ffcac8961f100aba23b49abf3c70 | [] | no_license | macorains/test | 74b1f34e7ed97c3012caf3cec52a2217a9d4b438 | 3d4b985c271f4b64b4cf085b627f8abf2f928291 | refs/heads/master | 2020-06-06T06:53:20.809551 | 2019-06-19T06:24:20 | 2019-06-19T06:24:20 | 192,670,760 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 34 | puml | @startuml
actor Promoter
@enduml | false | true | false | false | sequence |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.