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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
23dc56e6beb8d698169643ffe82351889b6b2d72
|
62de719e261fac67d2a2bc347a98be5515b48948
|
/docs/blue/1090657/sp3/dm.puml
|
bcf05750fe6bd45c923e5833451e016fca4d877a
|
[] |
no_license
|
raulcorreia7/isep_lapr4_17_18
|
82672fca46e433856d52b3839e3739fa53b8f52c
|
79217fa01912657da37ef6cdb1a05194dd2f5110
|
refs/heads/master
| 2020-04-15T17:52:21.964106
| 2019-01-09T17:13:14
| 2019-01-09T17:13:14
| 164,891,237
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 507
|
puml
|
@startuml workbook.png
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide empty methods
class Workbook {
-isPublic
}
class WorkbookDescription {
-name
-description
}
class AccessList
class Access{
-email
-accessType
}
enum AccessType {
READ_WRITE
READ_ONLY
VIEW_ONLY
}
WorkbookDescription *-- Workbook
WorkbookDescription *-- AccessList
AccessList o-- Access
Access -- AccessType
@enduml
| false
| true
| false
| false
|
class
|
f76b1437d8f9e8d48411259b9880c40275d8883a
|
03726524c5f152378f7ed47fc6a4a50fdd320f84
|
/src/by/spalex/bmp/ui/controller/controller.plantuml
|
94d925ca475d401f4f7265bd25a0afe91e025855
|
[] |
no_license
|
thatalex/bmpcoder
|
c8718b320908af3201489287fb6b639c992e40eb
|
fa609eeadc65a4c8d1ff153db0054119070e53f0
|
refs/heads/master
| 2020-03-23T13:23:23.935289
| 2018-07-20T14:06:54
| 2018-07-20T14:06:54
| 141,615,339
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,418
|
plantuml
|
@startuml
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class CompareController {
{static} - BYTE_PER_ROW : int
{static} - COLUMN_WIDTH : int
{static} - COLORS : String[]
~ referenced : byte[]
- view : TableView<HexItem>
- columnAddress : TableColumn
- header1 : Label
- header2 : Label
- referencedName : String
+ setReferenced()
+ loadImage()
- createColumns()
- getCellCallback()
}
}
}
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class HexItem {
- referencedRow : byte[]
- comparedRow : byte[]
- address : byte[]
+ getAddress()
+ setAddress()
}
}
}
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class Controller {
+ close()
}
}
}
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class DecodeController {
- textArea : TextArea
+ setText()
+ save()
}
}
}
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class EncodeController {
- textArea : TextArea
- encodeButton : Button
- statusLabel : Label
- encodeCapacity : int
+ encode()
+ loadText()
+ setBitmap()
+ onKeyReleased()
}
}
}
package by.spalex.bmp.ui {
package by.spalex.bmp.ui.controller {
class MainController {
- encodeButton : Button
- decodeButton : Button
- compareButton : Button
- canvas : Canvas
- listener : InvalidationListener
- image : Image
- statusLabel : Label
- fileName : String
~ openImage()
- paint()
~ initialize()
- createStage()
+ onEncode()
+ onDecode()
+ compareImage()
}
}
}
CompareController -up-|> Controller
CompareController +-down- HexItem
DecodeController -up-|> Controller
DecodeController o-- Decoder : decoder
EncodeController -up-|> Controller
EncodeController o-- Bitmap : bitmap
EncodeController o-- Encoder : encoder
MainController -up-|> Controller
MainController o-- Bitmap : bitmap
@enduml
| false
| true
| false
| false
|
class
|
e2dcf110e34a9c34a7d0e4df417d9860740c6410
|
cd01ac7f4b82f5f86eebc3c30b881301915342a6
|
/app/src/main/java/com/teamsayy/drmednotifier/ClassDiagram.puml
|
044850975dbef4ddf652812d7f1d73eb7377ac16
|
[] |
no_license
|
TeamSAYY/Dr._Med_Notifier
|
2e1cc118b7c7f15249d62e5739cc725e743ab9b6
|
f5a65f685e9c2b0534c71d112e25295ede66de71
|
refs/heads/master
| 2023-02-02T03:09:20.735953
| 2020-12-17T04:38:53
| 2020-12-17T04:38:53
| 294,763,549
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 20,777
|
puml
|
@startuml
hide circle
skinparam classAttributeIconSize 0
skinparam legendBackgroundColor white
skinparam legendFontSize 50
skinparam noteFontSize 30
skinparam noteBorderColor black
skinparam linetype polyline
'skinparam linetype ortho
skinparam class {
BackgroundColor white
ArrowColor black
BorderColor black
}
left to right direction
legend left
<back:lightpink> </back> MVC
<back:lightblue> </back> Singleton
<back:wheat> </back> Observer
endlegend
note as N1 #lightpink
MVC
Model:
UserDatabase
UserDao
User
NotifSettingDatabase
NotifSettingDao
NotifSetting
MedicationRepository
MedicationDatabase
MedicationDao
Medication
MedActivityRepository
MedActivityDatabase
MedActivityDao
MedActivity
CreateMedicationViewModel
MedicationsListViewModel
MedActivitiesListViewModel
endnote
note as N2 #lightpink
MVC
View: xml files
endnote
note as N3 #lightpink
MVC
Controller:
Frag_Home
Frag_Add
Frag_Selfreport
Frag_Notification
Medicine_List
Dose_Page
Popup_Window
New_User_Profile
endnote
note as N4 #lightblue
Singleton
UserDatabase
NotifSettingDatabase
MedicationDatabase
MedActivityDatabase
endnote
note as N5 #wheat
Observer
MainActivity
Second_page_get_personaldata
Nav_page
Frag_Home
Frag_Add
Frag_Selfreport
Frag_Notification
Setting_Page
Edit_Medication
Medicine_List
Dose_Page
Popup_Window
New_User_Profile
RingActivity
endnote
package data #lightpink {
UserDatabase "1 " *-- "1 " UserDao : composition
UserDao "1 " o-- "0..1 " User : aggregation
NotifSettingDatabase "1 " *-- "1 " NotifSettingDao : composition
NotifSettingDao "1 " o-- "0..1 " NotifSetting : aggregation
MedicationRepository "1 " o-- "1 " MedicationDatabase : aggregation
MedicationDatabase "1 " *-- "1 " MedicationDao : composition
MedicationDao "1 " o-- "0..* " Medication : aggregation
MedActivityDatabase "1 " *-- "1 " Converters : composition
MedActivityRepository "1 " o-- "1 " MedActivityDatabase : aggregation
MedActivityDatabase "1 " *-- "1 " MedActivityDao : composition
MedActivityDao "1 " o-- "0..* " MedActivity : aggregation
}
MainActivity .right.> Second_page_get_personaldata : intent
Second_page_get_personaldata .right.> Nav_page : intent
Nav_page "1 " *-- "0..1 " Frag_Home : composition
Nav_page "1 " *-- "0..1 " Frag_Add : composition
Nav_page "1 " *-- "0..1 " Frag_Selfreport : composition
Nav_page "1 " *-- "0..1 " Frag_Notification : composition
Nav_page ..> New_User_Profile : intent
Nav_page ..> Setting_Page : intent
Setting_Page ..> Popup_Window : intent
Setting_Page ..> Medicine_List : intent
Setting_Page ..> Dose_Page : intent
Frag_Home ..> Dose_Page : intent
Frag_Home ..> Edit_Medication : intent
Frag_Home "1 " o-- "1 " medicationslist.MedicationsListViewModel : aggregation
Frag_Home "1 " o-- "1 " medicationslist.MedicationRecyclerViewAdapter : aggregation
Medicine_List "1 " o-- "1 " medicationslist.MedicationsListViewModel : aggregation
Medicine_List "1 " o-- "1 " medicationslist.MedicationRecyclerViewAdapter : aggregation
Dose_Page "1 " o-- "1 " medicationslist.MedicationsListViewModel : aggregation
Dose_Page "1 " o-- "1 " medicationslist.MedActivitiesListViewModel : aggregation
Dose_Page "1 " o-- "1 " medicationslist.DoseRecyclerViewAdapter : aggregation
medicationslist.DoseViewHolder "1 " o-up- "1 " medicationslist.MedActivitiesListViewModel : aggregation
Frag_Add "1 " o-- "1 " createmedication.CreateMedicationViewModel : aggregation
Edit_Medication "1 " *-- "1 " Frag_Add : composition
Medication "0..* " o-up- "1 " AlarmManager : aggregation
AlarmManager ..> broadcastreceiver.AlarmBroadcastReceiver : intent
broadcastreceiver.AlarmBroadcastReceiver ..> service.AlarmService : intent
service.AlarmService ..> RingActivity : intent
Frag_Notification ..> service.RescheduleAlarmsService : intent
Frag_Notification ..> service.DescheduleAlarmsService : intent
service.AlarmService ..> application.App : dependency
service.RescheduleAlarmsService ..> application.App : dependency
service.DescheduleAlarmsService ..> application.App : dependency
medicationslist.MedicationRecyclerViewAdapter "1 " *-- "1 " medicationslist.MedicationViewHolder : composition
medicationslist.DoseRecyclerViewAdapter "1 " *-- "1 " medicationslist.DoseViewHolder : composition
Second_page_get_personaldata ..> UserDatabase : dependency
New_User_Profile ..> UserDatabase : dependency
Popup_Window ..> UserDatabase : dependency
createmedication.CreateMedicationViewModel ..> MedicationRepository : dependency
Frag_Notification ..> NotifSettingDatabase : dependency
medicationslist.MedicationsListViewModel ..> MedicationRepository : dependency
medicationslist.MedActivitiesListViewModel ..> MedActivityRepository : dependency
class MainActivity #wheat {
# onCreate(Bundle) : void
+ launchActivity(View) : void
- existingUserInfo() : boolean
- initNotifSettings() : void
}
class Second_page_get_personaldata #wheat {
- editTextFirstName : EditText
- editTextLastName : EditText
- editTextAge : EditText
- mTextWatcher : TextWatcher
# onCreate(Bundle) : void
+ launchActivists(View) : void
+ launchActivistswithnovalue(View) : void
- checkFieldsForEmptyValues() : void
- saveUser() : void
}
class Nav_page #wheat {
- mOnNavigationItemSelectedListener : BottomNavigationView.OnNavigationItemSelectedListener
# onCreate(Bundle) : void
+ onCreateOptionsMenu(Menu) : boolean
+ onOptionsItemSelected(MenuItem) : boolean
# onActivityResult(int, int, Intent) : void
+ click_User_Profile(View) : void
}
class Frag_Home #wheat|lightpink {
- medicationRecyclerViewAdapter : MedicationRecyclerViewAdapter
- medicationsListViewModel : MedicationsListViewModel
+ Frag_Home()
+ onCreate(Bundle) : void
+ onCreateView(LayoutInflater, ViewGroup, Bundle) : View
- getUserInfo(View) : void
}
class Frag_Add #wheat|lightpink {
# name : EditText
# description : EditText
# quantity : EditText
# shape_radioBtnGroup : RadioGroup
# dose_1 : EditText
# dose_2 : EditText
# dose_3 : EditText
# dose_4 : EditText
# button_hide_med_info : Button
# med_info_view : View
# button_hide_schedule : Button
# med_schedule_view : View
# dropdown_freq : Spinner
# specificDays_view_1 : View
# specificDays_view_2 : View
# checkBox_Mon : CheckBox
# checkBox_Tue : CheckBox
# checkBox_Wed : CheckBox
# checkBox_Thu : CheckBox
# checkBox_Fri : CheckBox
# checkBox_Sat : CheckBox
# checkBox_Sun : CheckBox
# dropdown_timesPerDay : Spinner
# text_time_dose_1 : TextView
# time_dose_view_1 : View
# timePicker_1 : TimePicker
# text_time_dose_2 : TextView
# time_dose_view_2 : View
# timePicker_2 : TimePicker
# text_time_dose_3 : TextView
# time_dose_view_3 : View
# timePicker_3 : TimePicker
# text_time_dose_4 : TextView
# time_dose_view_4 : View
# timePicker_4 : TimePicker
# button_save : Button
- createMedicationViewModel : CreateMedicationViewModel
- notifSettingDao : NotifSettingDao
+ Frag_Add()
+ onCreate(Bundle) : void
+ onCreateView(LayoutInflater, ViewGroup, Bundle) : View
- buttonHideView(Button, View) : void
- generateTimeAndDose(TextView, View, TimePicker, int, int) : void
- setMandatoryTextListener() : void
- decideSaveButtonStatus() : void
- populateExistingInfo() : void
- scheduleMedication() : void
- updateMedication() : void
}
class Frag_Selfreport #wheat|lightpink {
+ Frag_Selfreport()
+ onCreateView(LayoutInflater, ViewGroup, Bundle) : View
}
class Frag_Notification #wheat|lightpink {
- switch_noti : Switch
- layout_noti : View
- dropdown_noti_type : Spinner
- dropdown_noti_remind : Spinner
- edit_noti_msg : EditText
- switch_renew_pre : Switch
- layout_renew_pre : View
- dropdown_renew_time : Spinner
- edit_noti__renew_msg : EditText
- notifSettingDao : NotifSettingDao
- notifSetting : NotifSetting
- notif_switchListener : CompoundButton.OnCheckedChangeListener
- refill_switchListener : CompoundButton.OnCheckedChangeListener
- dropdownListener : AdapterView.OnItemSelectedListener
- textWatcher : TextWatcher
+ Frag_Notification()
+ onCreate(Bundle) : void
+ onCreateView(LayoutInflater, ViewGroup, Bundle) : View
- startDescheduleAlarmsService(Context) : void
- startRescheduleAlarmsService(Context) : void
- setNotifSettings() : void
- saveNotifSetting() : void
}
class New_User_Profile #wheat|lightpink {
- userDao : UserDao
- users : List<User>
- editTextFirstName : EditText
- editTextLastName : EditText
- editTextAge : EditText
- mTextWatcher : TextWatcher
# onCreate(Bundle) : void
- checkFieldsForEmptyValues() : void
- setUserProperties() : void
- saveUser() : void
}
class Setting_Page #wheat {
- image : int[]
- headline : String[]
- bottomline : String[]
# onCreate(Bundle) : void
+ CheckboxClickCheck(View) : void
+ click_name_tag(View) : void
+ avatar_click(View) : void
+ onActivityResult(int, int, Intent) : void
- setUserProperties() : void
}
class Popup_Window #wheat|lightpink {
- userDao : UserDao
- users : List<User>
# onCreate(Bundle) : void
+ avatar_change(View view) : void
+ avatar_change1(View view) : void
}
class Medicine_List #wheat|lightpink {
# onCreate(Bundle) : void
}
class Dose_Page #wheat|lightpink {
# onCreate(Bundle) : void
}
class Edit_Medication #wheat {
# onCreate(Bundle) : void
}
class RingActivity #wheat {
# dismiss : Button
# snooze : Button
# clock : ImageView
# message : TextView
# onCreate(Bundle) : void
- animateClock() : void
}
'application
class application.App {
+ CHANNEL_ID : String
+ onCreate() : void
- createNotificationChannel() : void
}
'broadcastreceiver
class broadcastreceiver.AlarmBroadcastReceiver {
{static} + MED_ID : String
{static} + MONDAY : String
{static} + TUESDAY : String
{static} + WEDNESDAY : String
{static} + THURSDAY : String
{static} + FRIDAY : String
{static} + SATURDAY : String
{static} + SUNDAY : String
{static} + RECURRING : String
{static} + TITLE : String
{static} + MED_NAME : String
{static} + MED_DOSE : String
{static} + HOUR : String
{static} + MINUTE : String
+ onReceive(Context, Intent) : void
- alarmIsToday(Intent) : boolean
- startAlarmService(Context, Intent) : void
- startRescheduleAlarmsService(Context) : void
}
'createmedication
class createmedication.CreateMedicationViewModel #lightpink {
- medicationRepository : MedicationRepository
- medActivityRepository : MedActivityRepository
+ CreateMedicationViewModel(Application)
+ insert(Medication) : void
+ update(Medication) : void
+ insert(MedActivity) : void
+ insertAll(List<MedActivity>) : void
+ update(MedActivity) : void
}
'data
abstract class UserDatabase #lightblue {
{static} - INSTANCE : UserDatabase
{abstract} + UserDao()
{static} + getDatabase(Context) : UserDatabase
}
interface UserDao << interface >> {
+ insert(User) : void
+ deleteAll() : void
+ getUser() : List<User>
+ update(User) : void
}
class User {
- userId : int
- firstName : String
- lastName : String
- age : int
- avatar : String
- gender : int
- created : long
+ User(int, String, String, int, int, long)
+ getUserId() : int
+ setUserId(int) : void
+ getFirstName() : String
+ getLastName() : String
+ getAge() : int
+ getAvatar() : String
+ setAvatar() : void
+ getGender() : int
+ isMale() : boolean
+ isFemale() : boolean
+ isOthers() : boolean
+ getCreated() : long
+ setCreated(long) : void
}
abstract class NotifSettingDatabase #lightblue {
{static} - INSTANCE : NotifSettingDatabase
{abstract} + NotifSettingDao()
{static} + getDatabase(Context) : NotifSettingDatabase
}
interface NotifSettingDao << interface >> {
+ insert(NotifSetting) : void
+ deleteAll() : void
+ getNotifSettings() : List<NotifSetting>
+ update(NotifSetting) : void
}
class NotifSetting {
- notifSettingId : int
- enableNotif : boolean
- notifTypeId : int
- remindInMinutesId : int
- notifMessage : String
- enableRefillNotif : boolean
- daysBeforeRefillId : int
- refillNotifMessage : String
- notifSoundId : int
- snoozeMinutes : int
- snoozeTimes : int[]
+ NotifSetting()
+ getNotifSettingId() : int
+ setNotifSettingId(int) : void
+ isEnableNotif() : boolean
+ setEnableNotif(boolean) : void
+ getNotifTypeId() : int
+ setNotifTypeId(int) : void
+ getRemindInMinutesId() : int
+ setRemindInMinutesId(int) : void
+ getNotifMessage() : String
+ setNotifMessage(String) : void
+ isEnableRefillNotif() : boolean
+ setEnableRefillNotif(boolean) : void
+ getDaysBeforeRefillId() : int
+ setDaysBeforeRefillId(int) : void
+ getRefillNotifMessage() : String
+ setRefillNotifMessage(String) : void
+ getNotifSoundId() : int
+ setNotifSoundId(int) : void
+ getSnoozeMinutes() : int
+ setSnoozeMinutes(int) : void
}
class MedicationRepository {
- medicationDao : MedicationDao
- medicationsLiveData : LiveData<List<Medication>>
+ MedicationRepository(Application)
+ insert(Medication) : void
+ update(Medication) : void
+ getMedicationsLiveData() : LiveData<List<Medication>>
+ loadSingle(int) : Medication
+ deleteById(int) : void
}
abstract class MedicationDatabase #lightblue {
{static} - INSTANCE : MedicationDatabase
{static} - NUMBER_OF_THREADS : int
{static} + databaseWriteExecutor : ExecutorService
{abstract} + medicationDao()
{static} + getDatabase(Context) : MedicationDatabase
}
interface MedicationDao << interface >> {
insert(Medication) : void
deleteAll() : void
getMedications() : LiveData<List<Medication>>
loadSingle(int) : Medication
deleteById(long) : void
update(Medication) : void
}
class Medication {
- medId : int
- name : String
- description : String
- quantity : int
- shape_id : int
- monday : boolean
- tuesday : boolean
- wednesday : boolean
- thursday : boolean
- friday : boolean
- saturday : boolean
- sunday : boolean
- times : int
- hour_1 : int
- minute_1 : int
- dose_1 : int
- hour_2 : int
- minute_2 : int
- dose_2 : int
- hour_3 : int
- minute_3 : int
- dose_3 : int
- hour_4 : int
- minute_4 : int
- dose_4 : int
- created : long
+ Medication(int, String, String, int, int, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int, int, int, int, int, int, int, int, int, int, int, int)
+ Medication(int, String, String, int, int, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int, int)
+ getQuantity() : int
+ getShape_id() : int
+ getTimes() : int
+ getHour_1() : int
+ getMinute_1() : int
+ getDose_1() : int
+ getHour_2() : int
+ getMinute_2() : int
+ getDose_2() : int
+ getHour_3() : int
+ getMinute_3() : int
+ getDose_3() : int
+ getHour_4() : int
+ getMinute_4() : int
+ getDose_4() : int
+ getMedId() : int
+ setMedId(int) : void
+ isMonday() : boolean
+ isTuesday() : boolean
+ isWednesday() : boolean
+ isThursday() : boolean
+ isFriday() : boolean
+ isSaturday() : boolean
+ isSunday() : boolean
+ getName() : String
+ getDescription() : String
+ getCreated() : long
+ setCreated(long) : void
+ schedule(Context) : void
+ deschedule(Context) : void
}
class Converters {
{static} + fromTimestamp(Long) : Date
{static} + dateToTimestamp(Date) : Long
}
class MedActivityRepository {
- medActivityDao : MedActivityDao
- medActivitiesLiveData : LiveData<List<MedActivity>>
+ MedActivityRepository(Application)
+ insert(MedActivity) : void
+ insertAll(List<MedActivity>) : void
+ update(MedActivity) : void
+ getMedActivitiesLiveData() : LiveData<List<MedActivity>>
+ loadSingle(int) : MedActivity
+ loadByMedDate(int, Date) : MedActivity
}
abstract class MedActivityDatabase #lightblue {
{static} - INSTANCE : MedActivityDatabase
{static} - NUMBER_OF_THREADS : int
{static} + databaseWriteExecutor : ExecutorService
{abstract} + medActivityDao() : MedActivityDao
{static} + getDatabase(Context) : MedActivityDatabase
}
interface MedActivityDao << interface >> {
insert(MedActivity) : void
insertAll(List<MedActivity>) : void
deleteAll() : void
getMedications() : LiveData<List<MedActivity>>
loadSingle(int) : MedActivity
loadByMedDate(int, Date) : MedActivity
update(MedActivity) : void
}
class MedActivity {
- medActivityId : int
- medId : int
- date : Date
- firstMed : boolean
- secondMed : boolean
- thirdMed : boolean
- fourthMed : boolean
+ MedActivity(int, Date)
+ getMedActivityId() : int
+ setMedActivityId(int) : void
+ getMedId() : int
+ setMedId(int) : void
+ getDate() : Date
+ setDate(Date) : void
+ isFirstMed() : boolean
+ isSecondMed() : boolean
+ isThirdMed() : boolean
+ isFourthMed() : boolean
+ getMedStatus(int) : boolean
+ setFirstMed(boolean) : void
+ setSecondMed(boolean) : void
+ setThirdMed(boolean) : void
+ setFourthMed(boolean) : void
+ setMedStatus(int, boolean) : void
}
'medicationslist
class medicationslist.MedicationsListViewModel #lightpink {
- medicationRepository : MedicationRepository
- medicationsLiveData : LiveData<List<Medication>>
+ MedicationsListViewModel(Application)
+ update(Medication) : void
+ getMedicationsLiveData() : LiveData<List<Medication>>
+ deleteById(int) : void
}
class medicationslist.MedicationViewHolder {
- medName : TextView
- medDays : TextView
- medTimes : TextView
+ MedicationViewHolder(View)
+ bind(Medication) : void
}
class medicationslist.MedicationRecyclerViewAdapter {
- medications : List<Medication>
+ MedicationRecyclerViewAdapter()
+ onCreateViewHolder(ViewGroup, int) : MedicationViewHolder
+ onBindViewHolder(MedicationViewHolder, int) : void
+ getItemCount() : int
+ setMedications(List<Medication>) : void
+ getMedByPos(int) : Medication
+ onViewRecycled(MedicationViewHolder) : void
}
class medicationslist.MedActivitiesListViewModel #lightpink {
- medActivityRepository : MedActivityRepository
- medActivitiesLiveData : LiveData<List<MedActivity>>
+ MedActivitiesListViewModel(Application)
+ update(MedActivity) : void
+ getMedActivitiesLiveData() : LiveData<List<MedActivity>>
}
class medicationslist.DoseViewHolder {
- medTime : TextView
- medName : TextView
- medDose : TextView
- checkBox : CheckBox
- application : Application
- year : int
- month : int
- day : int
+ DoseViewHolder(View, Application, int, int, int)
+ bind(Medication) : void
+ bind(Medication, MedActivity, int) : void
}
class medicationslist.DoseRecyclerViewAdapter {
- doses : List<Medication>
- medActivities : List<MedActivity>
- application : Application
- year : int
- month : int
- day : int
+ DoseRecyclerViewAdapter()
+ onCreateViewHolder(ViewGroup, int) : DoseViewHolder
+ onBindViewHolder(DoseViewHolder, int) : void
+ getItemCount() : int
+ setDate(int, int, int) : void
+ setDoses(List<Medication>) : void
+ setMedActivities(Application, List<MedActivity>) : void
}
'service
class service.AlarmService {
- mediaPlayer : MediaPlayer
- vibrator : Vibrator
+ onCreate() : void
+ onStartCommand(Intent, int, int) : int
+ onDestroy() : void
+ onBind(Intent) : IBinder
{static} + isServiceRunningInForeground(Context, Class<?>) : boolean
}
class service.RescheduleAlarmsService {
+ onCreate() : void
+ onStartCommand(Intent, int, int) : int
+ onDestroy() : void
+ onBind(Intent) : IBinder
}
class service.DescheduleAlarmsService {
+ onCreate() : void
+ onStartCommand(Intent, int, int) : int
+ onDestroy() : void
+ onBind(Intent) : IBinder
}
@enduml
| false
| true
| false
| false
|
class
|
dd50af15b3f6df2949867ba6ed55bc7379d7dd4a
|
ee78251e468b32be4595e0670981340b9e48b901
|
/specifications/software-design/subscription/sub-sequence-diagram.puml
|
5b2a5c7c6c60a04c7ca2171d6fa74c49e6cdacbe
|
[] |
no_license
|
KevenDvorianoff/Comixaire
|
10479f840ef5a0054d47f7bf4449c5fa7ea6ce1b
|
bcc3e3de8d1e3f8f0f6606b6eeaaeee906fcd440
|
refs/heads/master
| 2023-02-09T23:35:16.619034
| 2021-01-10T15:08:18
| 2021-01-10T15:08:18
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 602
|
puml
|
@startuml
autonumber
SubscriptionController -> SubscriptionFacade: getClientSubscriptions(String)
SubscriptionFacade -> DAOFactory : getSubscriptionDAO()
DAOFactory -> SubscriptionDAO ++ : <<creates>>
DAOFactory -> SubscriptionFacade : SubscriptionDAO
SubscriptionFacade -> SubscriptionDAO : findAllByCardId(String)
SubscriptionDAO -> SubscriptionController : Subscription[ ]
--> SubscriptionController: createSubscription()
SubscriptionController -> SubscriptionFacade: createSubscription(String, Date)
SubscriptionFacade -> SubscriptionDAO : create(Subscription)
deactivate SubscriptionDAO
@enduml
| false
| true
| false
| false
|
sequence
|
78ee42d7af82b3a10f43cc9662af5631f3b117d8
|
fafaf973381b21bea8eb334545ded62282cba3a2
|
/umls/usecase1.plantuml
|
5cd50bc2a80e175bf0dd38e2b0ceab05e73d3326
|
[] |
no_license
|
recepkaraca/DesignPatternsCourse
|
d9edc61009b4313a08b0383473b0d97f8fb0a2dd
|
69f507ebec842c6b50e9a2a093496f62760170fe
|
refs/heads/master
| 2022-09-11T10:19:54.206890
| 2020-06-02T22:51:09
| 2020-06-02T22:51:09
| 245,816,321
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 109
|
plantuml
|
@startuml
Recep -> (Run)
Recep --> (Use Case Run Faster)
:Recep's Sister: ---> (Use Case Run Faster)
@enduml
| false
| true
| false
| false
|
uml-unknown
|
906d380c5f99cc0c263f054f9dc5da7dd5d353f9
|
186819bc98500f794e563bd3ba5a23073756a2ba
|
/PSP2/Hospital/src/main/java/com/hospital/Hospital/repository/doctorRepositoryImp/doctorRepositoryImp.plantuml
|
6a355db6c190e90116f74cf6e017044019867ff9
|
[] |
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
| 997
|
plantuml
|
@startuml
title __DOCTORREPOSITORYIMP's Class Diagram__\n
package com.hospital.Hospital {
package com.hospital.Hospital.repository.doctorRepository {
package com.hospital.Hospital.repository.doctorRepositoryImp {
class DoctorRepositoryImp {
~ doctors : List<Doctor>
+ getDoctorById()
+ createDoctor()
+ getAllDoctors()
+ deleteDoctor()
+ updateDoctor()
}
}
}
}
DoctorRepositoryImp -up-|> DoctorRepository
DoctorRepositoryImp o-- NormalDoctor : nd1
DoctorRepositoryImp o-- NormalDoctor : nd2
DoctorRepositoryImp o-- NormalDoctor : nd3
DoctorRepositoryImp o-- SurgeonDoctor : sd1
DoctorRepositoryImp o-- SurgeonDoctor : sd2
DoctorRepositoryImp o-- SurgeonDoctor : sd3
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
|
29e695bc798eb634e8659b3b1e14b39af4cd0cce
|
c8f3f6dc0c799f82deb504ddffa8e591ba2ef10d
|
/build/classes/designpatternsproject/designpatternsproject.plantuml
|
8861892a89294e7e872032ea95f66876cb03e574
|
[] |
no_license
|
bahadircetin/DesignPatternsFirstProject
|
0e799a8049db2935142cb8a8835a8f579df2b2a1
|
52bf40c18c3c11d9514df4f90e875cfefdcc11df
|
refs/heads/master
| 2023-07-10T15:17:56.750020
| 2021-08-05T14:49:29
| 2021-08-05T14:49:29
| 393,032,093
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,576
|
plantuml
|
@startuml
title __DES�GNPATTERNSPROJECT's Class Diagram__\n
namespace designpatternsproject {
abstract class designpatternsproject.Customer {
+ Customer()
+ performShopping()
+ setShoppingBehavior()
}
}
namespace designpatternsproject {
class designpatternsproject.ShoppingMain {
+ DesignPatternsProject()
{static} + main()
}
}
namespace designpatternsproject {
interface designpatternsproject.Observer {
{abstract} + update()
}
}
namespace designpatternsproject {
class designpatternsproject.PassiveCustomer {
+ PassiveCustomer()
+ update()
}
}
namespace designpatternsproject {
class designpatternsproject.ShopaholicCustomer {
+ ShopaholicCustomer()
+ update()
- processMessage()
}
}
namespace designpatternsproject {
interface designpatternsproject.ShoppingBehavior {
{abstract} + shop()
}
}
namespace designpatternsproject {
class designpatternsproject.ShoppingOnline {
+ ShoppingOnline()
+ shop()
}
}
namespace designpatternsproject {
class designpatternsproject.ShoppingPhysical {
+ ShoppingPhysical()
+ shop()
}
}
namespace designpatternsproject {
class designpatternsproject.Store {
- customers : List<Observer>
+ Store()
+ addSubscriber()
+ notifySubscribers()
+ removeSubscriber()
}
}
namespace designpatternsproject {
interface designpatternsproject.Subject {
{abstract} + addSubscriber()
{abstract} + notifySubscribers()
{abstract} + removeSubscriber()
}
}
designpatternsproject.Customer o-- designpatternsproject.ShoppingBehavior : shoppingBehavior
designpatternsproject.PassiveCustomer .up.|> designpatternsproject.Observer
designpatternsproject.PassiveCustomer -up-|> designpatternsproject.Customer
designpatternsproject.ShopaholicCustomer .up.|> designpatternsproject.Observer
designpatternsproject.ShopaholicCustomer -up-|> designpatternsproject.Customer
designpatternsproject.ShoppingOnline .up.|> designpatternsproject.ShoppingBehavior
designpatternsproject.ShoppingPhysical .up.|> designpatternsproject.ShoppingBehavior
designpatternsproject.Store .up.|> designpatternsproject.Subject
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
| true
| false
|
class
|
5bfb6129444887b32dd2aa3ade8f7b86af9a8448
|
d082f824b547d2ce3bfc66ee5a24239488551919
|
/examples/diagrams/object.plantuml
|
da911d39bf96a9e9fa549dc82a6e7fb694fab68e
|
[
"MIT"
] |
permissive
|
iris-retail/plantuml-styles
|
26f1469c007cc38897723f15efca6f5606056213
|
52c1a0f038ba7ec69b96b909679852e5b9e48509
|
refs/heads/main
| 2023-03-28T04:33:38.849941
| 2021-03-13T20:18:51
| 2021-03-13T20:18:51
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 338
|
plantuml
|
@startuml Object Example
object user
user : name = "Dummy"
user : id = 123
map "map: Map<Integer, String>" as users {
1 => Alice
2 => Bob
3 => Charlie
}
object London
object Washington
object Berlin
object NewYork
map CapitalCity {
UK *-> London
USA *--> Washington
Germany *---> Berlin
}
NewYork --> CapitalCity::USA
@enduml
| false
| true
| false
| false
|
sequence
|
56e01704350689f95a1920239e6593a441329156
|
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
|
/docs/uml/software/old/device/services/UserInputService.puml
|
508f31d353ba1090ed5013f92178dc33ce15328a
|
[] |
no_license
|
tzAcee/photonized
|
c929a6c04bedd0304a4e427d6c2895cdf73568d3
|
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
|
refs/heads/main
| 2023-05-03T15:13:31.148910
| 2021-05-25T13:55:17
| 2021-05-25T13:55:17
| 316,536,113
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 95
|
puml
|
@startuml
class UserInputService {
{static} + get_user_entry() : DeviceUserEntry
}
@enduml
| false
| true
| false
| false
|
class
|
45812404cb184bab2f4ad5993ff0171cb0e022dd
|
19f793bed6a7ddbe4f01616e2374a9ddc459e8b1
|
/doc/结构型模式/外观模式-时序图(5分).puml
|
6309f51d6ac922949b790563c797687db2d551b0
|
[] |
no_license
|
1wang1/design-patterns
|
02a87e8c2f170f2a2de4993e8f11b9ef9a522627
|
5ebd98248ea5a035e19a843f823971676899a212
|
refs/heads/master
| 2022-12-19T04:30:30.790952
| 2020-09-27T11:42:41
| 2020-09-27T11:42:41
| 272,214,620
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 403
|
puml
|
@startuml
participant Client
participant Facade
participant SystemA
participant SystemB
participant SystemC
autonumber
Client->Facade:create
activate Facade
Facade->SystemA:create
Facade->SystemB:create
Facade->SystemC:create
deactivate Facade
Client->Facade:wrapOpration()
activate Facade
Facade->SystemA:operationA()
Facade->SystemB:operationB()
Facade->SystemC:operation()
deactivate Facade
@enduml
| false
| true
| false
| false
|
sequence
|
10b261efc1bb60fb7593ea67bf551583ac53e11c
|
a1eb6871a4ccbc6135b331ae824db91ec7b71e4e
|
/build/installment-sale@0.7.0.puml
|
3fabbaea1cd67a03ddd3920aac3d2fc6cfc417d8
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"CC-BY-4.0"
] |
permissive
|
accordproject/cicero-template-library
|
737586850933daac2fbff2ff8b2d60dd50526b80
|
35e6c93ba9d9e78d9384c44a78d85ac216d9e9ea
|
refs/heads/main
| 2023-04-27T01:07:05.932361
| 2022-08-26T13:02:59
| 2022-08-26T13:02:59
| 109,224,687
| 77
| 149
|
Apache-2.0
| 2023-04-20T21:43:00
| 2017-11-02T06:11:37
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 2,129
|
puml
|
@startuml
class org.accordproject.installmentsale.InitializeRequest << (T,yellow) >> {
+ Double firstMonth
}
org.accordproject.installmentsale.InitializeRequest --|> org.hyperledger.composer.system.Transaction
class org.accordproject.installmentsale.InitializeResponse << (T,yellow) >> {
}
org.accordproject.installmentsale.InitializeResponse --|> org.hyperledger.composer.system.Transaction
class org.accordproject.installmentsale.Installment << (T,yellow) >> {
+ Double amount
}
org.accordproject.installmentsale.Installment --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.ClosingPayment << (T,yellow) >> {
+ Double amount
}
org.accordproject.installmentsale.ClosingPayment --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.Balance << (T,yellow) >> {
+ Double balance
+ Double total_paid
}
org.accordproject.installmentsale.Balance --|> org.accordproject.cicero.runtime.Request
class org.accordproject.installmentsale.ContractStatus << (E,grey) >> {
+ WaitingForFirstDayOfNextMonth
+ Fulfilled
}
class org.accordproject.installmentsale.MyObligation {
+ String party
}
org.accordproject.installmentsale.MyObligation --|> org.hyperledger.composer.system.Event
class org.accordproject.installmentsale.PaymentObligation {
+ Double amount
}
org.accordproject.installmentsale.PaymentObligation --|> org.accordproject.installmentsale.MyObligation
class org.accordproject.installmentsale.InstallmentSaleState << (A,green) >> {
+ ContractStatus status
+ Double balance_remaining
+ Integer next_payment_month
+ Double total_paid
}
org.accordproject.installmentsale.InstallmentSaleState --|> org.accordproject.cicero.contract.AccordContractState
class org.accordproject.installmentsale.InstallmentSaleContract << (A,green) >> {
+ String BUYER
+ String SELLER
+ Double INITIAL_DUE
+ Double INTEREST_RATE
+ Double TOTAL_DUE_BEFORE_CLOSING
+ Double MIN_PAYMENT
+ Double DUE_AT_CLOSING
}
org.accordproject.installmentsale.InstallmentSaleContract --|> org.accordproject.cicero.contract.AccordContract
@enduml
| false
| true
| false
| false
|
class
|
1f25530d21229406577d062d087be1680f09c6e7
|
188aa3bd1c4fc0a88cab9726c2f2299f147e70d8
|
/docs/UC_11/MD.puml
|
a3548d5e0e0d0e428b02bf8c6e8812c6d5bab2d3
|
[] |
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
| 2,285
|
puml
|
@startuml MD
skinparam classAttributeIconSize 0
hide methods
left to right direction
class App {
}
class Organization {
- String name
- String NIF
}
class Transaction {
}
class Task {
- String id
- String description
- Integer durationInHours
- Double costPerHourOfJuniorEur
- String category
}
class PaymentDetails {
Boolean isPaid
}
class TaskExecutionDetails {
- LocalDate endDate
- Integer delayInDays
- String DescriptionQualityOfWork
}
class Collaborator {
- String name
- String email
- String password
}
class Manager {
- String name
- String email
- String password
}
class PaymentScheduler {
- Integer dayMonth
- LocalTime timeOfDay
}
class Administrator {
- String name
- String email
- String password
}
class EmailScheduler {
}
class Freelancer {
- String id
- String name
- String levelOfExpertise
- String email
- String NIF
- String bankAccountIBAN
- String address
- String country
}
Transaction "1" -- "1" TaskExecutionDetails : executed with >
Organization "1" -- "1" Collaborator : has >
Organization "1" -- "1" Manager : has >
Organization "1" -- "1" PaymentScheduler : uses >
Organization "1" -- "*" Task : publishes >
Organization "1" -- "*" Transaction : has >
App "1" -- "1" MonetaryUnitConversionAPI : supports >
App "1" -- "*" Organization : has >
App "1" -- "1" EmailAPI : supports >
App "1" -- "1" PaymentAPI : supports >
App "1" -- "*" Administrator : has >
App "1" -- "*" Freelancer : has >
App "1" -- "1" EmailScheduler : has >
(Organization, Transaction) .. PaymentDetails
@enduml
| false
| true
| false
| false
|
class
|
8a00432a5ceed0f2d240fd34d91060e2d491f297
|
066a6ab3289dee21155bd6c05b972183cb3adfb3
|
/docs/uml/entity.puml
|
2e02f501f995012d6f44724505b02b8ed6f964d0
|
[
"MIT"
] |
permissive
|
jporsay/boids
|
bcac90c149800a7200a91451356b796b723127ad
|
af20cc0125b1b964c2a4b8552bb4546b2dd89832
|
refs/heads/master
| 2020-04-06T14:54:12.189467
| 2018-12-04T17:57:04
| 2018-12-04T17:57:04
| 157,558,516
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 358
|
puml
|
@startuml
enum Type {
Boid(maxSpeed = 32.0, radius=0.1)
SpecialEntity(maxSpeed = 64.0, radius=1.0)
}
class Entity {
- id: Int
- type: Type
- radius: Double
- position: Vector3D
- velocity: Vector3D
+ toXYZ(): String
+ sees(other: Entity): Bool
+ distance(other: Entity): Double
}
Type *-left- Entity: uses
@enduml
| false
| true
| false
| false
|
class
|
b1e7b8a50520a57407bffda8ae001d95c837153e
|
1cf4490d48f50687a8f036033c37d76fec39cd2b
|
/src/main/java/global/skymind/training/advanced/gui/swing/ex3/ex3.plantuml
|
567ce9f212af6c7a73b24055bc30993b102907b0
|
[
"Apache-2.0"
] |
permissive
|
muame-amr/java-traininglabs
|
987e8b01afbaccb9d196f87c4a8a6b9a46a4cc83
|
a93268f60e6a8491b1d156fae183a108ff0d9243
|
refs/heads/main
| 2023-08-06T10:04:57.996593
| 2021-09-28T11:21:00
| 2021-09-28T11:21:00
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 745
|
plantuml
|
@startuml
title __EX3's Class Diagram__\n
namespace global.skymind {
namespace training.advanced.gui.swing.ex3 {
class global.skymind.training.advanced.gui.swing.ex3.MySTextField {
~ button : JButton
~ textField : JTextField
+ actionPerformed()
{static} + main()
+ start()
}
}
}
global.skymind.training.advanced.gui.swing.ex3.MySTextField .up.|> java.awt.event.ActionListener
global.skymind.training.advanced.gui.swing.ex3.MySTextField -up-|> javax.swing.JFrame
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
|
15ef5f69a73bd63d2835a697ab0a762273b02d7d
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/InventoryEntryQuantitySetMessage.puml
|
5f0c24f806786ab356c73eaab730fc310d092149
|
[] |
no_license
|
commercetools/commercetools-api-reference
|
f7c6694dbfc8ed52e0cb8d3707e65bac6fb80f96
|
2db4f78dd409c09b16c130e2cfd583a7bca4c7db
|
refs/heads/main
| 2023-09-01T05:22:42.100097
| 2023-08-31T11:33:37
| 2023-08-31T11:33:37
| 36,055,991
| 52
| 30
| null | 2023-08-22T11:28:40
| 2015-05-22T06:27:19
|
RAML
|
UTF-8
|
PlantUML
| false
| false
| 1,326
|
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 InventoryEntryQuantitySetMessage [[InventoryEntryQuantitySetMessage.svg]] extends Message {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
oldQuantityOnStock: Long
newQuantityOnStock: Long
oldAvailableQuantity: Long
newAvailableQuantity: Long
supplyChannel: [[ChannelReference.svg ChannelReference]]
}
interface Message [[Message.svg]] {
id: String
version: Long
createdAt: DateTime
lastModifiedAt: DateTime
lastModifiedBy: [[LastModifiedBy.svg LastModifiedBy]]
createdBy: [[CreatedBy.svg CreatedBy]]
sequenceNumber: Long
resource: [[Reference.svg Reference]]
resourceVersion: Long
type: String
resourceUserProvidedIdentifiers: [[UserProvidedIdentifiers.svg UserProvidedIdentifiers]]
}
@enduml
| false
| true
| false
| false
|
class
|
20ff432db8f47d1fa01efba4da5276d439a51336
|
5154f1f50574e5238ba9fd189a1c52693eea8763
|
/docs/_book/plantuml/EconomicProperties.puml
|
1f08a61abc47004b20c81967f66a2d1cc84a4806
|
[
"MIT"
] |
permissive
|
darkar5555/HIT2GAPOnt
|
04cdf08c6d4803c17d026b2b42d238c1fc8c9776
|
8b663ad8162debf72b946e2a1c103975c92b76bb
|
refs/heads/master
| 2020-06-04T12:01:36.330677
| 2019-03-21T09:36:40
| 2019-03-21T09:36:40
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 454
|
puml
|
@startuml
skinparam class {
ArrowColor DarkBlue
ArrowFontColor DarkBlue
BackgroundColor LightBlue
BorderColor DarkGrey
}
skinparam dpi 300
skinparam stereotypeCBackgroundColor Wheat
skinparam classAttributeFontColor Green
class Property <<ssn>>
class EconomicProperties <<hit2gap>>
class Cost <<hit2gap>>
class Investment <<hit2gap>>
Property <|-- EconomicProperties
EconomicProperties <|-- Cost
EconomicProperties <|-- Investment
@enduml
| false
| true
| false
| false
|
class
|
beea393cd118542127de0067098fa22641e42fa0
|
4beec2545e0bc9ae7f36905f46459521726e4747
|
/asciidocs/plantuml/Kinokette.puml
|
03aec82bea24711d961df29a7a33c2343dbff493
|
[] |
no_license
|
2122-4ahif-syp/01-cld-hotel-christophhandel
|
4dd1d15be9d09eb76de47e3a9278930c1fd5898c
|
da57be5124d318c29332773c07f7ac68781fb1ca
|
refs/heads/master
| 2023-08-22T23:31:17.561355
| 2021-10-11T08:32:49
| 2021-10-11T08:32:49
| 415,830,025
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 719
|
puml
|
@startuml
class Vorstellung
class Film
class Kino
class Ticket
class Saal
class Sessel
class Schauspieler
class Regisseur
Vorstellung "many" -left- "one" Kino
Vorstellung "many" -down- "one" Saal
Vorstellung -up- "one" Beginn
Vorstellung "many" -right- "one" Film
Vorstellung "one" -left- "many" Ticket
Film "many" -right- "many" Regisseur
Film "many" -down- "many" Schauspieler
Film -up- "one" Art
Saal "one" --> "many" Sessel
class Sessel{
Sitzpreis
Sitznummer
Sitzreihe
}
class Film{
Titel
Land
Herstellungsjahr
ID
Sprache
Verleih
Dauer
}
class Regisseur{
Vorname
Nachname
Geburtsdatum
Nationalität
Todesdatum
}
class Schauspieler{
Vorname
Nachname
Geburtsdatum
Nationalität
Todesdatum
Bemerkung
}
@enduml
| false
| true
| true
| false
|
class
|
655fde85b8373d9f66fd1e4e9f43e22d6bee67b2
|
e97fa247de81bda8f86620771f28d361b2565ff7
|
/src/balapan/case230.puml
|
233ff350ff204d1e5af7e75671070f854bd0978a
|
[] |
no_license
|
billymontolalu/thesis
|
a7513e64edd847e6a98a33efdc0b93558cd9a0bb
|
e6975930b8d05aeb49f5dd0864e385147f191035
|
refs/heads/master
| 2020-04-12T08:11:46.233731
| 2017-01-19T02:19:13
| 2017-01-19T02:19:13
| 65,616,028
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 467
|
puml
|
@startuml
Vehicle : String colour
Vehicle : int speed
Vehicle : int weight
Vehicle : int passenger
Vehicle : int maxWeight
Vehicle : turnLeft()
Vehicle : turnRight()
Passenger : int weight
Bicycle : int wheelSize
MotorVehicle : String engineType
Engineless --|> Vehicle
FourWheel --|> MotorVehicle
Truck --|> FourWheel
Car --|> FourWheel
TwoWheel --|> MotorVehicle
Bicycle --|> Engineless
Pedicab --|> Engineless
Vehicle -- Passenger
MotorVehicle --|> Vehicle
@enduml
| false
| true
| false
| false
|
class
|
63b0e3088242c1bc4c6bd12c28fa689355369879
|
56dd9506e4f10ca79845d3dddb19c18aeb4a1cb3
|
/sequence.puml
|
07daae23dd218fc7d7fa8a524d7cc3d4bd159def
|
[] |
no_license
|
AndreyBronin/meetup-mortgage
|
eb8bbe7a2ca3573e24b36c6b1eed0713b4069119
|
982f25d03dcc319238bb27ec9668547dbe8c8af7
|
refs/heads/master
| 2023-07-19T03:50:45.147897
| 2021-09-12T19:58:03
| 2021-09-12T19:58:03
| 360,285,303
| 5
| 1
| null | 2021-05-15T07:26:30
| 2021-04-21T19:35:20
|
TypeScript
|
UTF-8
|
PlantUML
| false
| false
| 654
|
puml
|
@startuml
title Send Mortgage Document
participant "Off-chain Storage" as Storage
actor GreenManager
participant GreenBank
participant BankRegistry
participant RedBank
group Send document
GreenManager -> Storage: saveFile(encriptedPayload): docId
GreenManager -> BankRegistry: GetBankAddress('RedBank')
GreenManager -> GreenBank: SendMortgageDocumentToBank(redBankAddress, docId)
GreenBank -> RedBank: StoreDocument(docId)
actor RedManager
end
group Process document
RedManager <-- RedBank: event MortgageDocumentReceived())
RedManager -> RedBank: ApproveMortgageDocument()
GreenManager <-- RedBank: event MortgageDocumentApproved())
end
@enduml
| false
| true
| false
| false
|
usecase
|
874c81f84e342d71937bc8074734822da811c837
|
80c70479e08124fb2137de9bffe3779214c83c32
|
/classes.puml
|
8e19f13de48580b1f0cf54292af5aeb2f4fc616d
|
[] |
no_license
|
senichek/safetynet-project5
|
60e315c6f3bf7e9a7ba81e59cf23e4afc2857b33
|
f36693555b0a41998b6a10525ad1ed1b2aa2a3d6
|
refs/heads/master
| 2023-08-25T07:14:40.337549
| 2021-11-06T15:46:03
| 2021-11-06T15:46:03
| 421,825,308
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 4,667
|
puml
|
@startuml
class JsonReader {
+DataSource getData(String pathToJson)
}
class DataRepo {
+DataSource getData()
}
JsonReader *-- DataRepo
class PersonServiceImpl
interface PersonService {
+Person save(Person person)
+Person delete(Person person)
}
PersonService <|-- PersonServiceImpl
class URLsServiceImpl
interface URLsService {
+DataSource getAllData()
+CoveredByFirestationDTO getAllPeopleByFirestation(int num)
+List<ChildAlertDTO> getChildrenByAddress(String address)
+List<Person> getHousholdMembers(String firstName, String lastName, String address)
+Set<String> getPhonesByFirestation(Integer fStationNumber)
+FireDTO getAllByAddressInCaseOfFire(String address)
+Set<Firestation> getFirestationsByAddress(String address)
+LocalDate getBirthdateByName(String fName, String lName)
+String[] getMedicationsByPersonName(String fName, String lName)
+String[] getAllergiesByPersonName(String fName, String lName)
+int getAgeByPersonName(String fName, String lName)
+List<FloodDTO> getAllByFireStationNumberFlood(Set<Integer> fireStationNums)
+List<PersonFullDetails> getAllByFirstNameAndLastName(String firstName, String lastName)
+Set<String> getEmailsByCityName(String city)
}
URLsService <|-- URLsServiceImpl
class MedicalRecordServiceImpl
interface MedicalRecordService {
+Medicalrecord save(Medicalrecord medicalrecord)
+Medicalrecord delete(Medicalrecord medicalrecord)
}
MedicalRecordService <|-- MedicalRecordServiceImpl
class FirestationServiceImpl
interface FirestationService {
+Firestation save(Firestation firestation)
+Firestation delete(Firestation firestation)
}
FirestationService <|-- FirestationServiceImpl
DataRepo -- PersonServiceImpl
DataRepo -- URLsServiceImpl
DataRepo -- MedicalRecordServiceImpl
DataRepo -- FirestationServiceImpl
class Person{
-private String firstName;
-private String lastName;
-private String address;
-private String city;
-private String zip;
-private String phone;
-private String email;
+getters()
+setters()
+hash()
+equals()
}
class Medicalrecord{
-private String firstName;
-private String lastName;
-private LocalDate birthdate;
-private String[] medications;
-private String[] allergies;
+getters()
+setters()
+hash()
+equals()
}
class Firestation{
-private String address;
-private int station;
+getters()
+setters()
+hash()
+equals()
}
class DataSource{
-private List<Person> persons;
-private List<Firestation> firestations;
-private List<Medicalrecord> medicalrecords;
+getters()
+setters()
+hash()
+equals()
}
class PersonFullDetails{
-private String firstName;
-private String lastName;
-private String address;
-private String city;
-private String zip;
-private String phone;
-private String email;
-private LocalDate birthdate;
-private Integer age;
-private String[] medications;
-private String[] allergies;
-private Set<Firestation> firestations;
+getters()
+setters()
+hash()
+equals()
}
PersonFullDetails o-- Person
PersonFullDetails o-- Medicalrecord
PersonFullDetails o-- Firestation
Firestation *-- DataSource
Medicalrecord *-- DataSource
Person *-- DataSource
class ChildAlertDTO{
-private String firstName;
-private String lastName;
-private int age;
-private List<Person> membersOfHoushold;
+getters()
+setters()
+hash()
+equals()
}
Person *-- ChildAlertDTO
class CoveredByFirestationDTO {
-private List<PersonFullDetails> persons;
-private int numberOfKids;
-private int numberOfAdults;
+getters()
+setters()
+hash()
+equals()
}
PersonFullDetails *-- CoveredByFirestationDTO
class FireDTO{
-private List<PersonFullDetails> persons;
-private Set<Integer> fireStationNumbers;
+getters()
+setters()
+hash()
+equals()
}
PersonFullDetails *-- FireDTO
class FloodDTO{
-private String address;
-private List<PersonFullDetails> people;
+getters()
+setters()
+hash()
+equals()
}
PersonFullDetails *-- FloodDTO
class MainController {
-private URLsService urlService;
}
class PersonController {
-private PersonService personService;
}
Class MedicalrecordController {
-private MedicalRecordService medicalRecordService;
}
class FirestationController {
-private FirestationService firestationService;
}
URLsService *-- MainController
PersonService *-- PersonController
MedicalRecordService *-- MedicalrecordController
FirestationService *-- FirestationController
@enduml
| false
| true
| false
| false
|
class
|
fba9655ca7212cb7ffa65fac9c4509bb9393606e
|
8376c811bbf1d42c3252f15990e3d5f43d0ab0cd
|
/plantuml/map-supplier-api.puml
|
d5bdc39e5a3b4f3cee90e185120871d2a9874c3c
|
[] |
no_license
|
poznas/engineering-thesis
|
48e1a95ce65ad6ca9a6a39fff960158f30434065
|
9f0e0b1fcc7279dc5f508dc35f33a0836f228ef0
|
refs/heads/master
| 2022-04-07T23:08:18.733142
| 2020-02-01T11:33:35
| 2020-02-01T11:33:35
| 227,904,496
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,873
|
puml
|
@startuml
left to right direction
hide empty members
set namespaceSeparator none
note as N1
Name: <b><color:royalBlue>MapSupplier</color>
Version: <b><color:royalBlue>0.0.2</color>
end note
enum BasicWindDirection {
- N
- NE
- E
- SE
- S
- SW
- W
- NW
}
enum ChopSize {
- N
- S
- M
- H
}
enum CountryCode {
- PL
- EN
- ...
}
enum Depth {
- SHALLOW
- DEEP
}
class Description {
- content <b>:String</b>
- language <b>:CountryCode</b>
}
enum Difficulty {
- EASY
- MEDIUM
- HARD
- PROS_ONLY
}
class MapSupplierResponse {
- matchedRectangle <b>:Rectangle</b>
- pointIds <b>:PointId[]</b>
- points <b>:PointDetails[]</b>
}
enum ObjectStatus {
- AVAILABLE
- DRAFT
- DECLINED
}
enum ObjectType {
- SPOT
}
class PointCoords {
- latitude <b>:Double</b>
- longitude <b>:Double</b>
}
class PointDetails {
- cluster <b>:Boolean</b>
- coords <b>:PointCoords</b>
- distance <b>:Integer</b>
- pointIds <b>:PointId[]</b>
- <color:royalBlue>spot <b>:Spot</b>
}
class PointId {
- objectId <b>:String</b>
- objectType <b>:ObjectType</b>
}
enum Popularity {
- S
- M
- H
}
class Rectangle {
- pointA <b>:PointCoords</b>
- pointB <b>:PointCoords</b>
}
enum SportType {
- WINDSURFING
- KITESURFING
- SURFING
}
class Spot {
- chopSize <b>:ChopSize</b>
- city <b>:String</b>
- country <b>:CountryCode</b>
- dangers <b>:String</b>
- depth <b>:Depth</b>
- descriptions <b>:Description[]</b>
- difficulty <b>:Difficulty</b>
- facilities <b>:SpotFacility[]</b>
- id <b>:String</b>
- liveCamera <b>:String[]</b>
- name <b>:String</b>
- photoUrls <b>:String[]</b>
- popularity <b>:Popularity</b>
- sportTypes <b>:SportType[]</b>
- state <b>:String</b>
- status <b>:ObjectStatus</b>
- waterCurrent <b>:WaterCurrent</b>
- waterType <b>:WaterType</b>
- waveAvgPeriod <b>:Integer</b>
- waveAvgSize <b>:Integer</b>
- waveMaxSize <b>:Integer</b>
- waveQuality <b>:Integer</b>
- bestWindDirections <b>:BasicWindDirection[]</b>
- worstWindDirections <b>:BasicWindDirection[]</b>
}
class SpotFilters {
- ids <b>:String[]</b>
- status <b>:SpotStatus[]</b>
- country <b>:CountryCode[]</b>
- state <b>:String</b>
- city <b>:String</b>
- name <b>:String</b>
- facilities <b>:SpotFacility[]</b>
- difficulty <b>:Difficulty[]</b>
- depth <b>:Depth[]</b>
- sportTypes <b>:SportType[]</b>
- waterType <b>:WaterType[]</b>
- waveAvgPeriod <b>:IntegerRange</b>
- waveAvgSize <b>:IntegerRange</b>
}
enum SpotFacility {
- SCHOOLS
}
enum WaterCurrent {
- N
- S
- M
- H
}
enum WaterType {
- FLAT
- WAVE
}
abstract class MapQuery {
- referenceLocation <b>:PointCoords</b>
- objectTypes <b>:ObjectType[]</b>
- <color:royalBlue>spotFilters <b>:SpotFilters</b>
}
class RectangleMapQuery {
- rectangle <b>:Rectangle</b>
}
class CircleMapQuery {
- center <b>:PointCoords</b>
- radius <b>:Integer</b>
}
interface MapSupplierApi {
+ <i>queryRectangle(RectangleMapQuery query)</i><b>:MapSupplierResponse</b>
}
interface MapSupplierApi {
+ <i>queryCircle(CircleMapQuery query)</i><b>:MapSupplierResponse</b>
}
MapQuery <|-- RectangleMapQuery
MapQuery <|-- CircleMapQuery
MapSupplierResponse *-- Rectangle
MapSupplierResponse *-- PointId
MapSupplierResponse *-- PointDetails
PointDetails *-- PointCoords
PointDetails *-- PointId
PointDetails *-- Spot
Rectangle *-- PointCoords
Spot *-- Description
MapSupplierApi --> RectangleMapQuery
MapSupplierApi --> CircleMapQuery
MapSupplierApi --> MapSupplierResponse
@enduml
| false
| true
| false
| false
|
class
|
25dd4ef1e09c0b3288b72fe986f17b80492b9926
|
2242e2675ed7cb920335ada82f506bf3703df399
|
/UML.puml
|
63756def894878fde55a7381c2e703c912977b49
|
[] |
no_license
|
alfianisnan26/komoditasbuahpohon
|
8f85fad32e40dca0cc4d07cb00b84314b6ce3c7e
|
e152d982ef51a7daa1914edfd7411041dc89a373
|
refs/heads/master
| 2023-04-09T17:33:15.694288
| 2021-04-24T03:01:19
| 2021-04-24T03:01:19
| 361,057,297
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,933
|
puml
|
@startuml
interface oop.tugas.interfaces.Penghijauan {
~ boolean defaultPenghijauan()
~ boolean fotosintesis(double)
~ void tumbuhDaun(double)
~ void rontokDaun(double)
}
class oop.tugas.concretes.buah.BuahDurian {
+ Rasa ubahRasa()
+ UmurBuah ubahUmurBuah()
}
abstract class oop.tugas.abstracts.Buah {
+ UkuranTumbuh beratBuah
+ int kematian
+ Rasa rasa
+ UmurBuah umurBuah
# int umur
+ {abstract}Rasa ubahRasa()
+ {abstract}UmurBuah ubahUmurBuah()
+ UkuranTumbuh tumbuh(double)
}
class oop.tugas.concretes.kalkulasi.UkuranTumbuh {
- double ukuran
- double kecepatan
- double percepatan
+ UkuranTumbuh tumbuh(double)
+ void setKecepatan(double)
+ void setPercepatan(double)
+ void setUkuran(double)
+ double getKecepatan()
+ double getPercepatan()
+ double getUkuran()
}
class oop.tugas.concretes.main.Pertanian {
+ {static} void main(String[])
}
class oop.tugas.concretes.buah.BuahRambutan {
+ Rasa ubahRasa()
+ UmurBuah ubahUmurBuah()
}
interface oop.tugas.interfaces.Komoditas {
~ boolean defaultKomoditas()
~ int getHarga()
~ void setHarga(int)
}
class oop.tugas.concretes.pohon.PohonRambutan {
- int hargaPerKiloBuah
- int indexBuah
+ int getHarga()
+ void setHarga(int)
+ boolean fotosintesis(double)
+ void tumbuhDaun(double)
+ void rontokDaun(double)
+ void generateBuah(int,int)
+ void print()
}
class oop.tugas.concretes.kalkulasi.Randomizer {
- {static} Random random
+ {static} int get(int,int)
+ {static} boolean get()
+ {static} double get(double,double)
}
class oop.tugas.concretes.kalkulasi.Printer {
- {static} int SPACELEN
+ {static} void separator(position)
+ {static} void header(String)
+ {static} void data(String,Object)
}
abstract class oop.tugas.abstracts.Tumbuhan {
- {static} int idCounter
# ArrayList<M> fruits
# UkuranTumbuh batangPokok
# UkuranTumbuh daun
- int kematian
- String name
- int id
+ int totalOksigen
+ int totalKarbondioksida
- double indeksFotosintesis
# int umur
- {static} int getIdCounter()
+ String getName()
+ boolean tumbuh(double)
+ ArrayList<M> petikBuah(Predicate<M>)
+ {abstract}void generateBuah(int,int)
+ {abstract}void print()
}
class oop.tugas.concretes.pohon.PohonDurian {
- int hargaPerKiloBuah
- int indexBuah
+ int getHarga()
+ void setHarga(int)
+ boolean fotosintesis(double)
+ void tumbuhDaun(double)
+ void rontokDaun(double)
+ void generateBuah(int,int)
+ void print()
}
oop.tugas.abstracts.Buah <|-- oop.tugas.concretes.buah.BuahDurian
oop.tugas.abstracts.Buah <|-- oop.tugas.concretes.buah.BuahRambutan
oop.tugas.interfaces.Komoditas <|.. oop.tugas.concretes.pohon.PohonRambutan
oop.tugas.interfaces.Penghijauan <|.. oop.tugas.concretes.pohon.PohonRambutan
oop.tugas.abstracts.Tumbuhan <|-- oop.tugas.concretes.pohon.PohonRambutan
oop.tugas.interfaces.Komoditas <|.. oop.tugas.concretes.pohon.PohonDurian
oop.tugas.interfaces.Penghijauan <|.. oop.tugas.concretes.pohon.PohonDurian
oop.tugas.abstracts.Tumbuhan <|-- oop.tugas.concretes.pohon.PohonDurian
@enduml
| false
| true
| false
| false
|
class
|
c78fdd5b6ec8b895d7ffa6b53daf4b71fb40d4df
|
c64b9e9225673fe3b818dd44052934641de8031e
|
/docs/development/diagrams/c4_l2.puml
|
fcb0102d492852c82f28318906e189d9f85f5c3b
|
[] |
no_license
|
EdLaser/I3_Antragsverwaltungstool
|
ff50c1db63c5757d3f7c08d738347163c9b1b785
|
d19a6c6965c13695999e0b746cced89dab827889
|
refs/heads/main
| 2023-06-19T02:23:12.410355
| 2021-07-09T11:47:33
| 2021-07-09T11:47:33
| 316,288,477
| 10
| 2
| null | 2021-07-02T19:25:04
| 2020-11-26T16:48:21
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 714
|
puml
|
@startuml "Level 2 - Container"
skinparam actorStyle awesome
actor Antragssteller <<Person>>
actor Präsidium <<Person>>
component "Antragsverwaltungstool" {
component [Django-Applikation] <<Container>>
note right of [Django-Applikation]
Stellt das graphische Overlay dar,
empfängt Nutzereingaben und zeigt Informationen geordnet an
end note
[Datenbank] <<Container>>
note right of [Datenbank]
Speichert Daten zu Anträgen
und gibt selbige auf Anfrage zurück
end note
}
Antragssteller ..> [Django-Applikation] : nutzt (HTTP)
Präsidium ..> [Django-Applikation] : nutzt (HTTP)
[Django-Applikation] ..> [Datenbank] : liest, schreibt, löscht in
@enduml
| false
| true
| true
| false
|
usecase
|
6e7126bbd626770f68933f3e80e3eacd0164c24f
|
bab3d9cedf71ba88a04413a22f15c63e8df665ec
|
/docs/atrax_component_diagram.puml
|
f75e1001c0f7aec976a8a2a655af5ce3c3f9b33e
|
[
"MIT"
] |
permissive
|
zanachka/atrax
|
69cd1ca5a42273cb8f2e908511b80d6c7421a87c
|
e28d5be7f8b9bcdbe234f29dc2bb242129171447
|
refs/heads/master
| 2022-05-05T23:25:17.632322
| 2022-04-19T03:29:04
| 2022-04-19T03:29:04
| 292,981,585
| 0
| 0
|
MIT
| 2022-04-19T11:10:59
| 2020-09-05T01:48:52
| null |
UTF-8
|
PlantUML
| false
| false
| 2,363
|
puml
|
@startuml
title Atrax Configuration Management System
skinparam componentStyle uml2
[Keeper Client] as KeeperClient
database "Keeper DB" as KeeperDB
() "HTTPS" as S3Https
package "EC2 Instance (1)" as frontier {
[Upstart] as FrontierUpstart
FrontierUpstart <-- S3Https : Packages
[Frontier] <-- S3Https : Config
}
package "EC2 Spot Instance (*)" as fetcher {
[Upstart] as FetcherUpstart
FetcherUpstart <-- S3Https : Packages
[Fetcher] <-- S3Https : Config
}
package "EC2 Instance (1)" as velum {
[Upstart] as VelumUpstart
[VelumUpstart] <-- S3Https : Packages
[Velum]
}
S3Https -- [S3]
[Deployment Script] as DeployScript
[S3] <- [DeployScript] : Packages
() "SQL" as KeeperDbSql
() "HTTPS" as KeeperHttps
[EC2] <-- [Keeper] : Commands
note top of EC2 : Frontier, Fetcher, and Velum \nuse EC2 to find peer machines
[S3] <-- [Keeper] : Config
KeeperDbSql - Keeper
KeeperDB - KeeperDbSql
KeeperHttps - Keeper
KeeperHttps - KeeperClient
newpage
skinparam componentStyle uml2
title Atrax Runtime System
note "Frontier, Fetcher, and Velum use\nSNS to notify admin of problems." as Note2
[Frontier]
[Fetcher]
database Redis as RedisDB
[Velum]
[Velum\nImporter] as VelumImporter
database "Velum DB" as VelumDB
database S3
database SimpleDB
[SQS]
[DNS Server] as DnsServer
cloud Web
[SQS]
() ZeroMQ as FrontierZMQ
() ZeroMQ as VelumZMQ
() Redis
() SMTP
() SQL as VelumDbSql
() HTTPS as SimpleDbHttps
() HTTPS as S3Https
() HTTPS as SqsHttps
() "HTTP(S)" as HTTP
() DNS
Velum - VelumZMQ
VelumZMQ - Fetcher
SimpleDB -- SimpleDbHttps
SimpleDbHttps -- Fetcher
SqsHttps - Frontier
SQS - SqsHttps
Fetcher -- SqsHttps
S3Https -- Fetcher
S3 -- S3Https
Fetcher - HTTP
HTTP - Web
Fetcher -- FrontierZMQ
FrontierZMQ -- Frontier
Fetcher -- Redis
Frontier - Redis
Redis - RedisDB
DnsServer -- DNS
DNS -- Fetcher
VelumDbSql - Velum
VelumDB -- VelumDbSql
VelumDbSql -- VelumImporter
VelumImporter -- SMTP
newpage
title Web Research System
skinparam componentStyle uml2
database SimpleDB
database S3
database ElasticSearch
database "Nereus DB" as NereusDB
[Nereus\nWeb Client] as WebClient
SimpleDB -- [Atrax]
SimpleDB -- [Mimeo]
SimpleDB -- [Cleaver]
[Atrax] -- S3
[Mimeo] -- S3
S3 -- [Cleaver]
ElasticSearch - [Nereus]
[Nereus] -- NereusDB
[Cleaver] - ElasticSearch
[Mimeo] - WebClient
[Nereus] - WebClient
@enduml
| false
| true
| false
| false
|
sequence
|
b95a096ddfe131afd499bc7d47872b9f5b1490f1
|
644fc1e9c334f0fcbdab3b545290f3cc65b5d6dc
|
/photoniced/testiii/device/DeviceChanger.puml
|
e0476ad1ced5cc051fb002f04195dd9c02d810c6
|
[] |
no_license
|
tzAcee/photonized
|
c929a6c04bedd0304a4e427d6c2895cdf73568d3
|
aa53ed7bda18959c58467fe4560dc3ff4e1ae422
|
refs/heads/main
| 2023-05-03T15:13:31.148910
| 2021-05-25T13:55:17
| 2021-05-25T13:55:17
| 316,536,113
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 272
|
puml
|
@startuml
class DeviceChanger {
+ DeviceChanger(console:IConsole)
+ set_parser(parser:ICommandLineParser) : void
+ change() : void
}
IDeviceChanger <|-- DeviceChanger
DeviceChanger --> "_parser" ICommandLineParser
DeviceChanger --> "_Console" IConsole
@enduml
| false
| true
| false
| false
|
class
|
f6d2f734bf5bf20898d5cf10c2d702a2ffbb347b
|
897c5f0768d85d6070cbac83453eaeda84f86ab7
|
/SELAIN SISTEM/UML/SEQUENCE/admin/RestorePegawai.puml
|
8fe02ebad3814a5c3867f1a36b50d3dcc4f0775f
|
[
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] |
permissive
|
fiqihrosady/sistem_kp
|
b593e68eda63e3c4b2953447a2aa8f25f33f9921
|
7b9060a89f852577a6f4c1ea2596b59beb5e5b77
|
refs/heads/master
| 2020-09-27T00:03:37.042300
| 2019-12-05T18:54:26
| 2019-12-05T18:54:26
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 710
|
puml
|
@startuml
autonumber
hide footbox
title Mengembalikan Pegawai
Actor Admin
boundary Dashboard_V
boundary Trash_V
control Admin_C
control Pegawai_C
Entity Pegawai_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> Admin: Halaman Dashboard
Admin --> Dashboard_V: klik menu Trash Pegawai
Dashboard_V --> Pegawai_C: trash()
Pegawai_C --> Pegawai_E:
Pegawai_E --> Pegawai_C:
Pegawai_C --> Trash_V: load->view()
Trash_V --> Admin: Halaman Trash Pegawai
Admin --> Trash_V: klik tombol Restore Pegawai
Trash_V --> Pegawai_C: restorepegawai()
Pegawai_C --> Pegawai_E:
Pegawai_E --> Pegawai_C:
Pegawai_C --> Trash_V: load->view()
Trash_V --> Admin: Halaman Trash pegawai
@enduml
| false
| true
| false
| false
|
sequence
|
64c36f0ed3321e3dafe467cec416366024f94930
|
abf589230768e5ffd04eaf72fe9d9d225b8143a8
|
/assignments/i.murzakov/TP5/src/observer/observer.plantuml
|
a5634ee36e9e75882c18bbf7e3a775ea68a15b39
|
[] |
no_license
|
Nitrogen13/InnopolisDesignPatterns
|
023ef734bc09ba77491c955253b055b87f6b60de
|
2248590ffebd6ddcfd557106da598c5c0414c2da
|
refs/heads/master
| 2022-04-26T15:41:30.482693
| 2020-04-17T16:47:54
| 2020-04-17T16:47:54
| 250,339,363
| 0
| 0
| null | 2020-04-17T06:11:59
| 2020-03-26T18:26:43
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 3,034
|
plantuml
|
@startuml
title __OBSERVER's Class Diagram__\n
class observer.CourseRecord {
- name : String
- numOfStudents : int
+ CourseRecord()
+ getName()
+ getNumOfStudents()
+ setNumOfStudents()
+ toString()
}
class observer.LayoutConstants {
{static} + barHeight : int
{static} + barSpacing : int
{static} + barWidth : int
{static} + courseColours : Color[]
{static} + graphHeight : int
{static} + maxValue : int
{static} + xOffset : int
{static} + yOffset : int
{static} + paintBarChartOutline()
}
class observer.pattern.BarChartObserver {
- courseData : Vector<CourseRecord>
+ BarChartObserver()
+ paint()
+ update()
+ update()
{static} ~ addIfFound()
}
class observer.pattern.CourseController {
- courseData : CourseData
- coursePanel : JPanel
- sliders : Vector<JSlider>
+ CourseController()
+ actionPerformed()
+ addCourse()
{static} + main()
+ stateChanged()
+ update()
+ update()
}
class observer.pattern.CourseData {
- courseAdditionObservers : Vector<Observer>
- courseChangeObservers : Vector<Observer>
- courseData : Vector<CourseRecord>
+ CourseData()
+ addCourseRecord()
+ attach()
+ changeCourseRecord()
+ getUpdate()
+ notifyObservers()
}
abstract class observer.pattern.Observable {
# observers : Vector<Observer>
+ Observable()
+ attach()
+ detach()
{abstract} + getUpdate()
+ notifyObservers()
}
interface observer.pattern.Observer {
{abstract} + update()
{abstract} + update()
}
class observer.pattern.PieChartObserver {
- courseData : Vector<CourseRecord>
+ PieChartObserver()
+ paint()
+ update()
+ update()
}
observer.pattern.BarChartObserver .up.|> observer.pattern.Observer
observer.pattern.BarChartObserver -up-|> javax.swing.JPanel
observer.pattern.CourseController .up.|> java.awt.event.ActionListener
observer.pattern.CourseController .up.|> javax.swing.event.ChangeListener
observer.pattern.CourseController .up.|> observer.pattern.Observer
observer.pattern.CourseController -up-|> javax.swing.JPanel
observer.pattern.CourseData -up-|> observer.pattern.Observable
observer.pattern.PieChartObserver .up.|> observer.pattern.Observer
observer.pattern.PieChartObserver -up-|> javax.swing.JPanel
class observer.nonpattern.CourseViewer {
- button : JButton
- coursePanel : JPanel
- scrollPane : JScrollPane
- sliderPanel : JPanel
- sliders : Vector<JSlider>
+ CourseViewer()
+ actionPerformed()
+ addCourse()
{static} + main()
+ paint()
+ paintPie()
+ stateChanged()
}
observer.nonpattern.CourseViewer .up.|> java.awt.event.ActionListener
observer.nonpattern.CourseViewer .up.|> javax.swing.event.ChangeListener
observer.nonpattern.CourseViewer -up-|> javax.swing.JFrame
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
|
5263b8d30b100b4129103deba398601b1cbb34fa
|
c7681ac0c02168534736a5fceac56a8735b7f728
|
/mars-rover.puml
|
5dbe8314016f8f485d603a66c35e2fb39b0078b7
|
[] |
no_license
|
abinormal/mars-rover-kata
|
a5fcece7f40db187f4b709c0170f726e593aa9f5
|
af2b05e97a7973d5513499407d9a2a2e3df0b35e
|
refs/heads/main
| 2023-08-28T13:35:35.999178
| 2021-10-19T14:05:56
| 2021-10-19T14:05:56
| 409,541,617
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 768
|
puml
|
@startuml
'https://plantuml.com/class-diagram
Rover }-- Plateau
Rover -- Direction
Error -- Plateau
Error -- Vehicle
class Plateau {
- X_MIN: int = 0
- Y_MIN: int = 0
- X_MAX: int
- Y_MAX: int
+ Plateau(x: int, y: int): void
+ move(x: int, y: int, d: Direction): Error
- collisionCheck(): Error
- edgeCheck(): Error
}
class Vehicle {
- posX: int
- posY: int
- d: Direction
+ Vehicle(x: int, y: int, d: Direction)
+ processMovement(movement: String) : Error
- checkMovementString(movement: String) : Error
- goLeft()
- goRight()
- move(): Error
}
class Rover implements Vehicle {
}
enum Error {
ERROR_OVER_EDGE,
ERROR_TAKEN_SPOT,
ERROR_BAD_MOVEMENT_STRING,
}
enum Direction {
NORTH,
EAST,
SOUTH,
WEST
}
@enduml
| false
| true
| false
| false
|
class
|
1872b5c5b3d91b0421df8b1e775b83f037f51d97
|
8847a16de4af8b759ad2673a5b875053896b8d41
|
/src/CustomCarport.puml
|
42a0802463139f37a98933fc0bd24c038137f4e8
|
[] |
no_license
|
Kvark96/FogCarport
|
887eafab2d504a872ca2fe422ff92bbd832790be
|
ef71545d9253a58ab05fd9c87ea18b85d737f3ef
|
refs/heads/main
| 2023-05-06T19:19:36.893816
| 2021-05-27T21:59:06
| 2021-05-27T21:59:06
| 363,885,796
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,352
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
autonumber
@startuml
actor customer as customer
participant .jsp as jsp
control FrontController as fc
entity Command as cmd
control Facade as face
participant Mapper as map
database Database as dat
customer -> jsp : Press link to customCarport.jsp
jsp -> fc : Find "customCarport"
fc -> cmd : CustomCarportCommand.execute()
cmd -> fc : pageToShow
fc -> jsp : customCarport.jsp
jsp -> customer : Show page
customer -> jsp : Choose measurements
jsp -> fc : Find "requestReceivedPage"
fc -> cmd : CustomCarportCommand.execute()
cmd -> fc : pageToShow
fc -> jsp : requestConfirmedPage.jsp
jsp -> customer : Show page
customer -> jsp : Confirm measures
jsp -> fc : Find "requestConfirmedPage"
fc -> cmd : ConfirmRequestCommand.execute()
cmd -> face : OrderFacade.addOrderToDatabase()
face -> map : OrderMapper.addOrderToDatabase()
map -> dat : execute()
cmd -> face : OrderFacade.getLatestOrderIdFromUserId()
face -> map : OrderMapper.getLatestOrderIdFromUserId()
map -> dat : executeQuery()
dat -> cmd : Retrieve latest OrderID
cmd -> face : BomFacade.generateCarport()
face -> map : BomFacade.generateCarport()
map -> dat : execute()
cmd -> fc : pageToShow
fc -> jsp : RequestConfirmedPage.jsp
jsp -> customer : Show page
@enduml
@enduml
| false
| true
| false
| false
|
sequence
|
09db45ffb66962cf223339a64453d8f009c9bdba
|
87b13699a92fe26bd2974254727e6859f3ae32f3
|
/src/csheets/userstories/crm04_01/note_edition/i130339/crm_04_01_ssd.puml
|
97e1e11ace6e654827766179a99518f25a1d4c3b
|
[] |
no_license
|
1130348/Confusao
|
62e06a3428e4455807b6b247c52d9f94b95fa2c1
|
4fa082ace786a61c0868e6ff8f08ac2497fbabd3
|
refs/heads/master
| 2020-03-25T00:25:42.003519
| 2015-06-26T14:16:24
| 2015-06-26T14:16:24
| 143,185,136
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 466
|
puml
|
@startuml doc-files/crm_04_01_ssd.png
actor User
participant "<<analysis>>\nSystem" as s
User -> s : Notes creation
s -> User: Show all contacts
User -> s: Selects one contact
s -> User: New window with contact information
User -> s: Selects button "Add note"
s -> User: Asks about information
User -> s: Inserts note (title and text)
s -> User: Asks confirmation
User -> s: Confirm
s -> User: Success of the use case
@enduml
| false
| true
| false
| false
|
usecase
|
1dc11aed2059d606d2e29f2e8a525e681b3604fe
|
bdc6bbbe38175aefd65aea2e384d9a7c433eea87
|
/plantUML/usecaseDiagram/UseCase.puml
|
7795f4892ce51188d8f896f00c5213c54aab185e
|
[] |
no_license
|
Ruiz16-17/Sofka_BuenasPracticas_Documentation_PlantUML
|
59905380c4e992cc37ac08ca1318379caa6d4fb8
|
30c8a645c85ceb3f39d340f44a0c278d4eb60963
|
refs/heads/master
| 2023-08-28T08:21:54.034592
| 2021-10-25T04:42:12
| 2021-10-25T04:42:12
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 376
|
puml
|
@startuml
left to right direction
actor Guest as g
actor LogginGuest as lg
package Question {
usecase "Create question" as CQ
usecase "Delete question" as DQ
usecase "Create answer" as CA
usecase "Delete answer" as DA
usecase "Read questions" as RQ
usecase "Read answer" as RA
}
lg --> CQ
lg --> DQ
lg --> CA
lg --> DA
lg --> RA
lg --> RQ
g --> RA
g --> RQ
@enduml
| false
| true
| false
| false
|
usecase
|
7b238acfddc216695d2b12125a6514ef2b82b3c9
|
d5b91de7c10c7a6d79e6d6f0384d6d7f7bcb513c
|
/docs/diagrams/FindCommand.puml
|
5e96a2838e5ce9eccf193e81cca57fd8a98603cf
|
[] |
no_license
|
AY2021S2-CS2113-F10-1/HdBuy
|
c35ef37d99dc81b0da048b93aafec2241a7ccc18
|
54429108d6a1916ff71c7e5265d69bab49a814a9
|
refs/heads/master
| 2023-04-08T13:32:36.117777
| 2021-04-12T07:51:44
| 2021-04-12T07:51:44
| 344,666,976
| 0
| 0
| null | 2021-04-12T07:51:45
| 2021-03-05T02:08:42
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,383
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
hide footbox
activate ":HdBuy"
":HdBuy" -> ":FindCommand": execute()
activate ":FindCommand"
opt user inputs not empty
":FindCommand" -> ":TextUi": showParameters(inputs)
activate ":TextUi"
":FindCommand" <-- ":TextUi"
deactivate ":TextUi"
":FindCommand" -> ":SearchedUnits": clear":SearchedUnits"()
activate ":SearchedUnits"
":FindCommand" <-- ":SearchedUnits"
deactivate ":SearchedUnits"
":FindCommand" -> ":ApiRepository": fetchedUnits(inputs)
activate ":ApiRepository"
":FindCommand" <-- ":ApiRepository"
deactivate ":ApiRepository"
":FindCommand" -> ":SearchedUnits": get":SearchedUnits"()
activate ":SearchedUnits"
":FindCommand" <-- ":SearchedUnits": units
deactivate ":SearchedUnits"
":FindCommand" -> ":TextUi": showUnits(units)
activate ":TextUi"
":FindCommand" <-- ":TextUi"
deactivate ":TextUi"
":FindCommand" -> ":UserInput": clear user inputs
activate ":UserInput"
":FindCommand" <-- ":UserInput"
deactivate ":UserInput"
end
":HdBuy" <-- ":FindCommand"
destroy ":FindCommand"
@enduml
| false
| true
| false
| false
|
sequence
|
31213c8cf95f0ed181536d04eeba7e51a56666fd
|
77b62d62f7bb492cb0ba2fe62131338b495f3e52
|
/Documents/Shos.Chatter.Server/Controllers/UsersController.puml
|
476f58d80510c981cee62f54633816eb038fe0cb
|
[
"MIT"
] |
permissive
|
Fujiwo/Shos.Chatter
|
0dc94cda60eab49363b1b04b1e189d014edf5852
|
41a95faba18049f3934b5b4d1268583ee43abc35
|
refs/heads/master
| 2023-03-17T23:26:10.709285
| 2021-03-11T05:37:09
| 2021-03-11T05:37:09
| 323,569,958
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 517
|
puml
|
@startuml
class UsersController {
+ UsersController(context:ChatterContext)
+ <<async>> GetUsers() : Task<ActionResult<IEnumerable<User>>>
+ <<async>> GetUser(id:int) : Task<ActionResult<User>>
+ <<async>> PutUser(id:int, user:User) : Task<IActionResult>
+ <<async>> PostUser(user:User) : Task<ActionResult<User>>
+ <<async>> DeleteUser(id:int) : Task<ActionResult<User>>
UserExists(id:int) : bool
}
ControllerBase <|-- UsersController
UsersController --> "context" ChatterContext
@enduml
| false
| true
| false
| false
|
class
|
b0cd612b4f3fbafbfaea96b3df4720a09a60fe76
|
c592ac18df1efc2d1f8c6d74e3982a4031892861
|
/workshop1/uml/domain-model_3a.puml
|
14f99e4b647b6abe6f41a7ff1bc012a919597686
|
[] |
no_license
|
jonasjberg/1dv607_workshops
|
ffac12c9258ac79e17c13a785ec032c55d4e5688
|
d735dae6fa5dd7534f14566182b4a12b70baff59
|
refs/heads/master
| 2021-08-11T04:01:01.074775
| 2017-11-13T05:51:26
| 2017-11-13T05:51:26
| 103,867,858
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,666
|
puml
|
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 1DV607 -- Object-Oriented Design and Analysis with UML
' Workshop 1: Domain Modeling
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Created by Jonas Sjöberg (js224eh) on 2017-09-04.
' Linnaeus University
' ""js224eh@student.lnu.se""
' ""http://www.jonasjberg.com""
' ""https://github.com/jonasjberg""
@startuml
' ______________________________________________________________________________
' ____ CONFIGURATION OPTIONS ___________________________________________________
' debug flag creates a 'svek.dot' and 'svek.svg' file in ~/
' !pragma svek_trace on
allow_mixing
skinparam {
monochrome true
'backgroundColor transparent
classBackgroundColor transparent
style strictuml
}
' ______________________________________________________________________________
' ____ USECASE DIAGRAM _________________________________________________________
header
1DV607 - Workshop 1: Domain Modeling
Jonas Sjöberg <""js224eh@student.lnu.se"">
end header
title \nDomain Model #3\n(Requirements for grade 4)\nautonameow File Renaming\n
agent MeowURI
agent DataField
agent DataExtractors
agent DataRepository
agent FileObject
agent NameBuilder
agent DataFieldMatcher
MeowURI "1" -> "1" DataField : uniquely\nidentifies
'DataField <|-- PlainText
DataField "*" *- "1" DataRepository : stores
DataExtractors ..> DataField : produces
DataExtractors "1..*" -> "1" FileObject : extracts data from
DataFieldMatcher "1" <.. "1" NameBuilder : queries
DataRepository "1" <.. "1" DataFieldMatcher : queries
NameBuilder --> FileObject : renames
'Analyzer --> DataField : analyzes
@enduml
| false
| true
| true
| false
|
sequence
|
66e3a8e472aaabd2ae5c5df2538f09c11a5dd353
|
ed45ea4470bcfc497e2584697d7842a540e04fd9
|
/ros2/navigation2/nav2_util/clear_entirely_costmap_service_client.puml
|
fe44bd5521e1b7b887bd145f492a966292ec7b08
|
[] |
no_license
|
cf-zhang/documents
|
ffcd8213587f8aa9c47406cf2491bf77beec9c33
|
8a4439932017b67fba7988ff7fadd9829bce1e4c
|
refs/heads/master
| 2022-03-03T13:52:27.333343
| 2022-02-25T11:31:22
| 2022-02-25T11:31:22
| 154,789,912
| 11
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 471
|
puml
|
@startuml
'https://plantuml.com/class-diagram
namespace nav2_util{
class ClearEntirelyCostmapServiceClient<nav2_msgs::srv::ClearEntirelyCostmap>{
-- public method --
explicit ClearEntirelyCostmapServiceClient(service_name);
using clearEntirelyCostmapServiceRequest = ServiceClient<ClearEntireCostmap>::RequestType;
using clearEntirelyCostmapServiceResponse =ServiceClient<ClearEntireCostmap>::ResponseTyp
}
ServiceClient <-- ClearEntirelyCostmapServiceClient
}
@enduml
| false
| true
| false
| false
|
class
|
68d8042b820a0609806d6390821d5f5df431fb43
|
62de719e261fac67d2a2bc347a98be5515b48948
|
/docs/green/1160818/sp3/imgs/createsd.puml
|
d3e8df31fefd353f026b9c99699b296affe1dd29
|
[] |
no_license
|
raulcorreia7/isep_lapr4_17_18
|
82672fca46e433856d52b3839e3739fa53b8f52c
|
79217fa01912657da37ef6cdb1a05194dd2f5110
|
refs/heads/master
| 2020-04-15T17:52:21.964106
| 2019-01-09T17:13:14
| 2019-01-09T17:13:14
| 164,891,237
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,231
|
puml
|
@startuml analysis.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User->ReminderPresenter : clicks the create button
ReminderPresenter->ReminderPresenter : openCreatePopup()
User->ReminderPresenter : inputs data and confirms
ReminderPresenter->ReminderService : createReminder(reminderDTO)
create ReminderController
ReminderService->ReminderController : create
ReminderService->ReminderController : createReminder(reminderDTO)
create PersistenceContext
ReminderController->PersistenceContext : getInstance()
ReminderController->PersistenceContext : getReminderRepository()
create ReminderRepository
PersistenceContext->ReminderRepository : create
ReminderController->ReminderController : reminder : reminderFromDTO(reminderDTO)
ReminderController->ReminderRepository : save(reminder)
database Database
ReminderRepository->Database : save(reminder)
ReminderRepository-->ReminderController :
ReminderController-->ReminderService :
ReminderService-->ReminderPresenter :
ReminderPresenter->User : informs success or insuccess
@enduml
| false
| true
| false
| false
|
usecase
|
e3910b3822bddb58020b9ff15cc9ece402028855
|
4291ef524e205e9b7c7c479052e1fe40078a1f60
|
/doc/part_four/co2-sensor.puml
|
4a8f81cf36a161208492983fb6b8d4ea90b2ecec
|
[
"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
| 651
|
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.co2_sensor.Main {
+ {static} void main(String[])
}
class dev.nymann.co2_sensor.CO2SensorAdapter {
+ String getName()
+ Double getValue()
+ void start()
+ void stop()
}
dev.nymann.sensor.Sensor <|-- dev.nymann.co2_sensor.CO2SensorAdapter
@enduml
| false
| true
| false
| false
|
class
|
95f556174e86dcd5d4d5dbaee4071824c6b3e4bf
|
407c65079dda49dd9533f2606ccfb34aab3dd4e0
|
/src/use-cases/UC001/UC1-B-CreateParty-1.puml
|
8a1e86f639516d63301d1b2e326165870ba613d7
|
[] |
no_license
|
adepeufeilhoux/api-call-flow-test
|
2e8c7d52ce324129100fd5211534125a2edb923f
|
28f688b81f6f97f4344e1bc7dfebbd3cbca3a7ab
|
refs/heads/master
| 2023-03-07T11:43:41.382381
| 2021-02-24T10:17:39
| 2021-02-24T10:17:39
| 341,839,629
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,142
|
puml
|
@startuml
skinparam ParticipantFontColor automatic
Title: Party "Party creation - Step 1" creation
autonumber 6
actor person
participant EngagementManagement #Purple
participant Welcome #Red
participant PartyManagement #Red
== Creation of initialized Party (part I)==
EngagementManagement ->Welcome: //TMF701 PATCH SessionId, ProcessId, TaskId, Create your Account chosen//
activate Welcome
activate EngagementManagement
Welcome -> PartyManagement: TMF701 POST SessionId, ProcessId,\nTaskId10, create initialized party
activate PartyManagement
PartyManagement --> Welcome: 201 ProcessId2, TaskId2, \ntask information required, ?firstName, lastName, contactMethod
Welcome --> EngagementManagement: 200 task information required, SessionId, ProcessId2, TaskId2, ?firstName, lastName, contactMethod
deactivate Welcome
deactivate EngagementManagement
EngagementManagement -> EngagementManagement: Display required information
person -> EngagementManagement:Enter required information
EngagementManagement->PartyManagement: TMF701 PATCH SessionId, ProcessId2, TaskId2, firstName, lastName, contactMethod
activate EngagementManagement
@enduml
| false
| true
| false
| false
|
usecase
|
efdfffb47b6c145eb252c3dabb5fd3ffe937a75b
|
10ba145e3e26796ec618e76328f3ca90d4521b6a
|
/设计模式/java演示版/design-pattern/src/main/java/com/zhenhunfan/design/pattern/_02_factory/absfactory/pizzastore/披萨店案例类图.puml
|
f4bd4e550cd8cdfc863ff4505291c8f77860bca2
|
[] |
no_license
|
zhenhunfan/learn
|
a7fa4c39ce0e791313abaa51325591a6f98abf09
|
bdb6538de38db9e3d9aa6a827f4a445e57325852
|
refs/heads/main
| 2023-03-30T14:22:26.202669
| 2021-03-30T02:19:20
| 2021-03-30T02:19:20
| 309,221,361
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 684
|
puml
|
@startuml
abstract class Pizza{
void prepare()
void bake()
void cut()
void box()
}
abstract class Hotdog{
void prepare()
void bake()
void cut()
void box()
}
class CheesePizza{}
class PepperPizza{}
class CheeseHotdog{}
class PepperHotdog{}
Pizza <|-- CheesePizza
Pizza <|-- PepperPizza
Hotdog <|-- CheeseHotdog
Hotdog <|-- PepperHotdog
interface FoodFactory{
Pizza createPizza()
Hotdog createHotdog()
}
class CheeseFactory{}
class PepperFactory{}
FoodFactory <|-- CheeseFactory
FoodFactory <|-- PepperFactory
CheeseFactory ..> CheesePizza
PepperFactory ..> PepperPizza
CheeseFactory ..> CheeseHotdog
PepperFactory ..> PepperHotdog
@enduml
| false
| true
| false
| false
|
class
|
6542a6b8e36dbe829f3c8f27f737bfacf5bf75b3
|
1ef13285393e39f7cf05fdbdd448d7773c051ab1
|
/docs/diagrams/BackendDB.puml
|
79bbcb66e62e82b16da20acbb8beaa86647a075d
|
[] |
no_license
|
Doodle2Gather/Doodle2Gather
|
3cdd6d476d491ddf20ed471f09d7391c8d2a04dc
|
6f0900b5924485187659b6b43c018b722655eb02
|
refs/heads/main
| 2023-04-12T15:06:21.129117
| 2021-04-28T03:09:17
| 2021-04-28T03:09:17
| 345,558,113
| 10
| 4
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,633
|
puml
|
@startuml
' STYLE START
hide empty members
skinparam shadowing false
' STYLE END
class "PersistedDTStroke" as PersistedDTStroke << (C, DarkSeaGreen) >> {
~{static} schema
~id : UUID?
~roomId : UUID
~doodle : PersistedDTDoodle
~strokeId : UUID
~strokeData : Data
~isDeleted : Bool
~createdBy : String
}
class "PersistedDTAction" as PersistedDTAction << (C, DarkSeaGreen) >> {
~{static} schema
~id : UUID?
~type : String
~roomId : UUID
~doodle : PersistedDTDoodle
~strokes : [PersistedDTStrokeIndexPair]
~createdBy : String
~createdAt : Date?
}
class "PersistedDTDoodle" as PersistedDTDoodle << (C, DarkSeaGreen) >> {
~{static} schema
~id : UUID?
~room : PersistedDTRoom
~strokes : [PersistedDTStroke]
~actions : [PersistedDTAction]
~getStrokes()
~getActions()
}
class "PersistedDTUserAccesses" as PersistedDTUserAccesses << (C, DarkSeaGreen) >> {
~{static} schema
~id : UUID?
~user : PersistedDTUser
~room : PersistedDTRoom
~isOwner : Bool
~canEdit : Bool
~canVideoConference : Bool
~canChat : Bool
~setDefaultPermissions()
}
class "PersistedDTRoom" as PersistedDTRoom << (C, DarkSeaGreen) >> {
~{static} schema
~id : UUID?
~name : String
~inviteCode : String
~createdBy : PersistedDTUser
~accessibleBy : [PersistedDTUser]
~doodles : [PersistedDTDoodle]
-generateInviteCode()
}
class "PersistedDTUser" as PersistedDTUser << (C, DarkSeaGreen) >> {
~{static} schema
~id : String?
~displayName : String
~email : String
~createdRooms : [PersistedDTRoom]
~accessibleRooms : [PersistedDTRoom]
~createdAt : Date?
~updatedAt : Date?
~getAccessibleRooms()
}
class "PersistedDTUser" as PersistedDTUser13 << (X, Orchid) extension >> {
{static} getAllAccessibleRooms(userId:on:)
}
class "PersistedDTUser" as PersistedDTUser14 << (X, Orchid) extension >> {
{static} getSingleById(_:on:)
{static} getAll(on:)
{static} getAllRooms(_:on:)
{static} createUserInfo(req:)
{static} readUserInfo(req:)
{static} getAllRooms(req:)
}
class "PersistedDTRoom" as PersistedDTRoom15 << (X, Orchid) extension >> {
{static} createRoom(_:on:)
}
class "PersistedDTRoom" as PersistedDTRoom16 << (X, Orchid) extension >> {
{static} getSingleById(_:on:)
{static} getSingleByCode(_:on:)
{static} getAllDoodles(_:on:)
{static} getAll(on:)
{static} getRoomDTUserAccesses(_:on:)
{static} getRoomPermissions(roomId:on:)
}
class "PersistedDTStroke" as PersistedDTStroke17 << (X, Orchid) extension >> {
{static} getSingle(_:on:)
{static} getAll(on:)
}
class "PersistedDTAction" as PersistedDTAction18 << (X, Orchid) extension >> {
{static} getAll(on:)
{static} getLatest(on:)
}
class "PersistedDTDoodle" as PersistedDTDoodle19 << (X, Orchid) extension >> {
{static} createDoodle(_:on:)
{static} removeDoodle(_:on:)
}
class "PersistedDTDoodle" as PersistedDTDoodle20 << (X, Orchid) extension >> {
{static} getSingleById(_:on:)
{static} getAllActions(_:on:)
{static} getAllStrokes(_:on:)
{static} getAll(on:)
}
PersistedDTUser --> PersistedDTUser13 : has queries
PersistedDTUser --> PersistedDTUser14 : has queries
PersistedDTRoom --> PersistedDTRoom15 : has queries
PersistedDTRoom --> PersistedDTRoom16 : has queries
PersistedDTStroke --> PersistedDTStroke17 : has queries
PersistedDTAction --> PersistedDTAction18 : has queries
PersistedDTDoodle --> PersistedDTDoodle19 : has queries
PersistedDTDoodle --> PersistedDTDoodle20 : has queries
PersistedDTUserAccesses -up[hidden]- PersistedDTStroke17
PersistedDTRoom -up[hidden]- PersistedDTAction18
PersistedDTUser -up[hidden]- PersistedDTDoodle20
@enduml
| false
| true
| false
| false
|
sequence
|
a6344de570167a921b8d3d56fee64e3693b23306
|
341f738edd0a5aa6669a4d63851f8989c8f53387
|
/documentation/faust_data_flow/global_faust_structure.plantuml
|
962cc6fc7043b62c99c7456701e8561c9c651fa0
|
[] |
no_license
|
gfinak/faust_nextflow
|
bd7b306a6fdce97f5d838e589b4770dcbe8b6ef6
|
1e768d282f0e5152917c51670d860429ec0343b8
|
refs/heads/master
| 2022-11-27T06:40:25.827805
| 2020-07-28T23:55:42
| 2020-07-29T00:16:17
| 273,537,412
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 4,086
|
plantuml
|
@startuml
top to bottom direction
hide circle
hide members
!global input_color = "#008000"
!global internal_requirement_color = "#ff004d"
!global output_color = "#0091ff"
!global adhoc_parameter_color = "#ff5900"
!global default_logic_color = "#000000"
package userInput <<Folder>> {
package inputFiles <<Rectangle>> {
class userGatingSet
}
package analysisParameters <<Rectangle>> {
package analysisParametersValues <<Rectangle>> {
class userImputationHierarchy
class userExperimentalUnit
class userStartingCellPop
class userDepthScoreThreshold
class userSelectionQuantile
class userThreadNum
class userSeedValue
class userAnnotationsApproved
class userProjectPath
class userDebugFlag
class userArchDescriptionList
}
package analysisParametersFiles <<Rectangle>> {
class userActiveChannels
class userChannelBounds
class userSupervisedList
}
}
}
package fileSystem <<Folder>> {
package faustData <<Folder>> {
package gateData <<Folder>> {
class GATETODO
}
package metaData <<Folder>> {
class analysisMapRDS
class activeChannelsRDS
class channelBoundsRDS
class channelBoundsUsedByFAUSTRDS
class forceListRDS
class firstALReadyRDS
class parsedGSRDS
class preferenceListRDS
class sanitizedCellPopStrRDS
class selectionListRDS
class startingCellPopRDS
}
package plotData <<Folder>> {
class PLOTTODO
package histograms <<Folder>> {
class HISTTODO
}
}
package sampleData <<Folder>> {
package sampleDataXXXX <<Folder>> {
class exprsMatRDS
class resMatRDS
}
}
package expUnitData <<Folder>> {
package expUnitDataXXXX <<Folder>> {
class expUnitExprsRDS
class expUnitResRDS
class expUnitToSampleLookupRDS
}
}
}
}
package adhocVarialbes <<Rectangle>> {
class gspData
class sampleNames
}
package faust.R as faustR <<Folder>> {
package generateAnnotationThreshholds <<Rectangle>> {
class initializeFaustDataDir
class constructAnalysisMap
class extractDataFromGS
class processChannelBounds
class makeRestrictionMatrices
class prepareExperimentalUnits
}
package discoverPhenotypes <<Rectangle>> {
class validateDiscoveryParameters
class clusterExpUnitsWithScamp
class plotPhenotypeFilter
class gateScampClusters
class getFaustCountMatrix
}
}
class userPostProcessAndAnalysis
' ------------------------------------------------------------------------------
' Program Flow
' ------------------------------------------------------------------------------
' Moves through the overall state
userInput -[default_logic_color]-> faustR
faustR -[default_logic_color]-> generateAnnotationThreshholds
generateAnnotationThreshholds -[default_logic_color]-> discoverPhenotypes
discoverPhenotypes -[default_logic_color]-> userPostProcessAndAnalysis
' Moves through generateAnnotationThreshholds
initializeFaustDataDir -[default_logic_color]-> constructAnalysisMap
constructAnalysisMap -[default_logic_color]-> extractDataFromGS
extractDataFromGS -[default_logic_color]-> processChannelBounds
processChannelBounds -[default_logic_color]-> makeRestrictionMatrices
makeRestrictionMatrices -[default_logic_color]-> prepareExperimentalUnits
' Moves through discoverPhenotypes
validateDiscoveryParameters -[default_logic_color]-> clusterExpUnitsWithScamp
clusterExpUnitsWithScamp -[default_logic_color]-> plotPhenotypeFilter
plotPhenotypeFilter -[default_logic_color]-> gateScampClusters
gateScampClusters -[default_logic_color]-> getFaustCountMatrix
@enduml
| false
| true
| false
| false
|
class
|
8d09cb13aa9233f0d4b46f61a9bc2c6d755832e0
|
261f3d4fd238b13676398b33df2304142bf505a0
|
/docs/EventDiagram/SequenceDiagram/CommandDelEventAttendance.puml
|
b23401cea31090b692e25e66fd87284713378484
|
[] |
no_license
|
AY2021S1-CS2113T-F14-1/tp
|
8a917e7e02274af464095b31ee695282f294737c
|
9e05f06f9f338e4059e96faa992c22a1bad412e7
|
refs/heads/master
| 2023-01-09T19:46:16.021830
| 2020-11-13T12:07:10
| 2020-11-13T12:07:10
| 300,518,941
| 0
| 4
| null | 2020-11-13T12:07:11
| 2020-10-02T06:13:45
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,607
|
puml
|
@startuml
-> ":CommandDelEventAttendance": execute()
activate ":CommandDelEventAttendance"
":CommandDelEventAttendance" -> ":EventList" : deleteAttendance(eventName, memberName)
activate ":EventList"
":EventList" -> ":EventList" : checkEventExistence(eventName)
opt event does not exist
":EventList" --> ":CommandDelEventAttendance" : output
<-- ":CommandDelEventAttendance" : output
end
":EventList" -> ":EventList" : findEventByName(eventName)
activate ":MemberList"
":EventList" -> ":MemberList" : checkMemberExistence(memberName)
":MemberList" -> ":Event" : getEventParticipants()
activate ":Event"
return
":MemberList" --> ":EventList"
deactivate ":MemberList"
opt participant does not exist
":EventList" --> ":CommandDelEventAttendance" : output
<-- ":CommandDelEventAttendance" : output
end
activate ":MemberList"
":EventList" -> ":MemberList" : findMemberIndex(list, memberName)
activate ":MemberList"
":MemberList" -> ":Event" : getEventParticipants()
activate ":Event"
return index
":MemberList" --> ":EventList" :index
deactivate ":MemberList"
":EventList" -> ":Event" : getEventParticipants()
activate ":Event"
":Event" -> ":Event" : get(index)
return getMemberName()
":EventList" -> ":Event" : getEventParticipants()
activate ":Event"
":Event" -> ":Event" : remove(index)
return output
":EventList" -> ":Event" : eventParticipants
activate ":Event"
":Event" -> ":Event" : size()
return output
deactivate ":Event"
":EventList" --> ":CommandDelEventAttendance" : output
deactivate ":EventList"
<-- ":CommandDelEventAttendance" : output
deactivate ":CommandDelEventAttendance"
@enduml
| false
| true
| false
| false
|
sequence
|
94949077e876de8a80e66cee838897d9bc63082b
|
3a44003060e3d27f6f0dc53946ab136c72c1a2ba
|
/diagrams/decision_engine/StateMachine_Decider.puml
|
4258a6cc1af4fd599f7b484abd218578455133b8
|
[
"BSD-3-Clause"
] |
permissive
|
HEPCloud/documentation
|
2528e24a7978c5c07c7d40724582510e4223f6ff
|
9d71b83ff40472d8e3d355b71cc56b74652fe33e
|
refs/heads/master
| 2020-12-06T05:28:53.348734
| 2020-02-20T14:46:55
| 2020-02-20T14:46:55
| 232,359,235
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 620
|
puml
|
@startuml
skinparam shadowing false
state Init {
Init : run()
Init : consumes()
Init : produces()
}
state Failed {
}
state Shutdown {
}
state Operational {
Operational : Entry: evaluate()
}
state Problem {
}
[*] --> Init : New
Init --> Failed : Fatal Error
Init --> Operational : Ready -> Schedule
Operational --> Operational : Schedule -> Reschedule
Operational --> Problem : Transient Error
Operational --> Shutdown : Shutdown
Problem --> Operational : TransientErrorRecover -> Schedule
Problem --> Shutdown : FatalError -> Shutdown
Shutdown --> [*] : Destroy
Failed --> [*] : Destroy
@enduml
| false
| true
| false
| false
|
sequence
|
f6f9db222d267d0a9be65811f680e34a3e2495e3
|
136ce57f474d035a700706c5a2c829b716c32f1e
|
/cdct/diagramme_de_sequence/plantuml/afficher_manuel.puml
|
9e4e5abd05a30d6724771b5866d8782957f8e314
|
[] |
no_license
|
SKAVALT-io/esidom_doc
|
fe98aefe219afc0d5761244c7a65977ca2953d55
|
b04889428a1a913e381cc5fc8615c4c7e450c854
|
refs/heads/main
| 2023-03-11T08:41:02.553855
| 2021-03-02T02:21:34
| 2021-03-02T02:21:34
| 322,641,413
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 306
|
puml
|
@startuml afficher groupe
actor "Utilisateur" as u
participant "Esidom front-end" as fe
participant "Esidom back-end" as m
participant "Home Assistant" as ha
u -> fe: Afficher un groupe
fe -> m: GET /group/{group_id}
m -> ha: ???
ha --> m: ???
m --> fe: 200 - Ok
fe --> u: Le groupe est affiché
@enduml
| false
| true
| true
| false
|
sequence
|
4eeb264fb91e97cf72afe691dc8f640861a7e610
|
ae856e50e04474c8ab1f4bd57ca78ba391ac8ccd
|
/ch08-command-patterns/src/exercise/ex02/ex02_1/command-pattern-enhanced-twobutton-controller.puml
|
ddd2666d5ddb7239130cf4e48debdf49ab6c29ea
|
[] |
no_license
|
outofworld98/java-design-patterns
|
d7c41ad0a41bf1f3d1ba4a9f4f2a212658aec427
|
75964a5387cad3f54726d0f7ba98b0765ca0d650
|
refs/heads/master
| 2022-03-29T17:38:14.238273
| 2019-01-17T11:10:00
| 2019-01-17T11:10:00
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 303
|
puml
|
@startuml
class TwoButtonController {
+ setCommand(command1 : Command, command2 : Command)
+ button1Pressed() : void
+ button2Pressed() : void
}
interface Command {
+ execute() : void
}
TwoButtonController -> Command : -command1
TwoButtonController -> Command : -command2
@enduml
| false
| true
| false
| false
|
sequence
|
1f4ac5d793b8cba5964b9abcd82a5b5ee748281c
|
fcf80fddbd50b1e6a5fce6513e55d90f51c3a27f
|
/src/test/resources/expected/http-listener-test/expected-sample-api-v1-config.puml
|
19f7adf0480783bb2c13b8cdd8067a14ae21a7b2
|
[] |
no_license
|
nabsha/mule2puml-maven-plugin
|
c84f0a8590c0e940efaaaf8fc852ec5cd7ee44b2
|
e6ddf02d4b439a3bb705c410c233600627112ea0
|
refs/heads/master
| 2023-09-04T04:29:54.484882
| 2023-08-29T01:50:20
| 2023-08-29T01:50:20
| 156,675,303
| 2
| 1
| null | 2022-06-11T18:33:14
| 2018-11-08T08:35:31
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 187
|
puml
|
@startuml
"/v1/test"-->"HTTPS://api.test.com:37101/#['getSchemeDtls']"
"HTTPS://api.test.com:37101/#['getSchemeDtls']"-->"/v1/test"
"/v1/test" --> "/v1/test" : Transform Response
@enduml
| false
| true
| false
| false
|
sequence
|
075f94f57f49245a2d5d9aef5bcb9b02b807e14c
|
ee96a70918e886f49a11a2646742ecd0615cd83d
|
/src/diagrams/firebase/models.puml
|
8741bdc9a4f56bdeb968ecc7ca194599d63c162d
|
[
"MIT"
] |
permissive
|
DorinR/Politisense
|
675c8138b8e768d3962759c8a52c15dfd3b42756
|
921e9ab04b378ebe341186d32e5c9522cab624b6
|
refs/heads/master
| 2023-01-23T12:20:29.224166
| 2020-04-12T00:42:39
| 2020-04-12T00:42:39
| 317,986,401
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,183
|
puml
|
@startuml
package Utils #e0e0d1 {
class Condition
}
package Models #e0e0d1 {
abstract class Model {
+ serialise(model: Model) : String
{static} + deserialise(json: Object, proto: Model) : Model
}
Model -up-> Condition
class Bill extends Model{
- id : Number
- number: String
- text: String
- link: String
- dateVoted: String
- sponsorName: String
+ Bill(id : Number, number: String, text: String, link: String, dateVoted: String, sponsorName: String) : Bill
{static} + deserialise(json: Object, proto: Bill) : Bill
}
class BillClassification extends Model {
- bill: String
- raw: String
- category: String
BillClassification(bill: String, raw: String, classification: String) : BillClassification
{static} + deserialise(json: Object, proto: BillClassification) : BillClassification
}
class TfIdfClassification extends Model {
- bill: String
- raw: Object
+ TfIdfClassification(bill: String, raw: Object) : TfIdfClassification
{static} + deserialise(json: Object, proto: TfIdfClassification) : TfIdfClassification
}
class Description extends Model {
- identifier: String
- description: String
+ Description(identifier: String, description: String) : Description
{static} + deserialise(json: Object, proto: Description) : Description
}
class FinancialRecord extends Model {
- member: String
- parent: String
- category: String
- amount: Number
- year: Number
- quarter: Number
+ FinancialRecord(member: String, parent: String, category: String, amount: Number, year: Number, quarter: Number) : FinancialRecord
{static} + deserialise(json: Object, proto: FinancialRecord) : FinancialRecord
}
class LegislativeActivity extends Model {
- number: String
- title: String
- link: String
- description: String
- date: String
- yes: Number
- no: Number
+ LegislativeActivity(number: String, title: String, link: String, description: String, date: String, yes: Number, no: Number) : LegislativeActivity
{static} + deserialise(json: Object, proto: LegislativeActivity) : LegislativeActivity
}
class PoliticalParty extends Model {
- name: String
- seats: Number
- imageUrl: String
+ PoliticalParty(name: String, seats: Number, imageUrl: String) : PoliticalParty
{static} + deserialise(json: Object, proto: PoliticalParty) : PoliticalParty
}
class Politician extends Model {
- name: String
- party: String
- riding: String
- start: Number
- end: Number
- imageUrl: String
+ Politician(name: String, party: String, riding: String, start: Number, end: Number, imageUrl: String) : Politician
{static} + deserialise(json: Object, proto: Politician) : Politician
}
class Riding extends Model {
- code: Number
- nameEnglish: String
- nameFrench: String
- population: Number
+ Riding(code: Number, nameEnglish: String, nameFrench: String, population: Number) : Riding
{static} + deserialise(json: Object, proto: Riding) : Riding
}
class Role extends Model {
- group: String
- title: String
- fromDate: Number
- toDate: Number
- politician: String
- type: String
+ Role(group: String, title: String, fromDate: Number, toDate: Number, politician: String, type: String) : Role
{static} + deserialise(json: Object, proto: Role) : Role
}
class User extends Model {
- email: String
- firstname: String
- lastname: String
- password: String
- postalCode: String
- riding: String
- categories: Object
+ User(email: String, firstname: String, lastname: String, password: String, postalCode: String, riding: String, categories: Object) : User
{static} + deserialise(json: Object, proto: User) : User
}
class Vote extends Model {
- member: String
- vote: String
- yea: Boolean
- paired: Boolean
+ Vote(member: String, vote: String, yea: Boolean, paired: Boolean) : Vote
{static} + deserialise(json: Object, proto: Vote) : Vote
}
class VoteRecord extends Model {
- billNumber: String
- id: Number
- bill: String
- yeas: Number
- nays: Number
- type: String
- year: Number
- month: Number
+ VoteRecord(billNumber: String, id: Number, yeas: Number, nays: Number, type: String, year: Number, month: Number) : VoteRecord
{static} + deserialise(json: Object, proto: VoteRecord) : VoteRecord
}
package Builders #e0e0d1 {
class BillBuilder
class RoleBuilder
class VoteParticipantBuilder
class VoteRecordBuilder
}
Builders -up-> Bill
Builders -up-> Role
Builders -up-> Vote
Builders -up-> VoteRecord
}
@enduml
| false
| true
| false
| false
|
class
|
347e8a50117ec3e0664e32e13cebb06c4b9fa80b
|
4e65b4724b9d042bb45c32f217a1111c4259b280
|
/TD3.plantuml
|
97aa52a7db07f4868f12fe735bf4d80b743fb9e0
|
[
"MIT"
] |
permissive
|
IUT-Blagnac/bcoo-gotilarins
|
9802fd2c82069bea9d619236140c7216a8e6cb21
|
10bb2b98ae0bef3696956b72e1bb282d76676d75
|
refs/heads/main
| 2023-04-11T08:07:36.864995
| 2021-04-27T13:32:26
| 2021-04-27T13:32:26
| 335,632,404
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 584
|
plantuml
|
@startuml
hide circle
hide empty methods
hide empty attributes
class Stage{
lieu
dateDebut
dateFin
nomTuteurEntreprise
theme
noteStage
}
class Entreprise{
nom
adresse
siegeSocial
}
class Promotion{
}
class Etudiant{
numINE
nom
prenom
moyenneGenerale
}
class GroupeTP{
nom
}
class GroupeTD{
nom
}
class Enseignant {
nom
prenom
specialite
}
Stage "*" -- "1" Entreprise
Stage -"1" Promotion
Stage --"0..1 tuteur" Enseignant
Etudiant -"1" GroupeTP
GroupeTP -"1" GroupeTD
GroupeTD --"1" Promotion
@enduml
| false
| true
| false
| false
|
class
|
a90b5ed60b3c8391e8346f78adba52c6f36dce1d
|
4da8eeb9abd4593204089ea697cdd50cadb3278f
|
/img/workflow.puml
|
7d12bf7a71010576cf536114e0070adbeb31b6c5
|
[
"MIT"
] |
permissive
|
jbszczepaniak/spotify-cli
|
cc70e9ca1c0703675bb78f42b25836e3639c73fe
|
3ecbefa5e4ae2ce653be18c2a159cee58e89b4dd
|
refs/heads/master
| 2023-03-05T15:17:14.908628
| 2020-06-21T12:19:38
| 2020-06-21T12:19:38
| 121,683,100
| 141
| 10
|
MIT
| 2023-02-25T00:49:58
| 2018-02-15T21:09:17
|
Go
|
UTF-8
|
PlantUML
| false
| false
| 1,189
|
puml
|
@startuml
' skin BlueModern
' skinparam sequence transparent
' skinparam useBetaStyle true
' skinparam componentStyle uml2
' skinparam monochrome reverse
skinparam sequence {
LifeLineBorderColor blue
ArrowColor #222266
ParticipantBorderColor Black
ParticipantBackgroundColor #6A9EFF
ParticipantFontName Droid Sans Mono
ParticipantFontSize 17
ParticipantFontColor Black
ActorBackgroundColor aqua
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Droid Sans Mono
}
participant "Spotifly CLI" as C
participant "Web Player" as W
participant "Spotify Backend" as S
activate C
activate S
C -> C: Create random state
C -> S: Authenticate with state
S -> C: Authentication successful, send back token
C -> C: Initialize Spotify CLI with token
C -> W: Create Web player with token
activate W
W -> C: Player ready (here is my device ID)
C -> C: Save players device ID
C -> S: Transfer playback to device with device ID
C -> S: Change song to X
W -> C: Player state change, now X is being played
C -> C: Song ends
W -> C: Player state change, noq Y started playing
C -> C: User quits
C -> W: Shutdown player
deactivate W
C -> C: Exit
deactivate C
deactivate S
@enduml
| false
| true
| false
| false
|
sequence
|
ff4cc2cb91f8a6a7db2fb87308f6fce9b9915a25
|
83147b64e04741de0403ef88b6c9aeba85d05361
|
/docs/Iteracao3/UC10/UC10_MD.puml
|
c43fe3c27dea23be2b472252ecc719cbefae5636
|
[] |
no_license
|
antoniodanielbf-isep/ESOFT-2020
|
3af037382ecf70f5b25448765e841a8733cc3968
|
a1bcfcbb7951b58afcc9c1f663265091dde3926e
|
refs/heads/main
| 2023-06-04T23:48:29.068810
| 2021-06-20T18:18:38
| 2021-06-20T18:18:38
| 378,711,541
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 2,133
|
puml
|
@startuml
skinparam classAttributeIconSize 0
hide methods
left to right direction
class Plataforma {
-String designacao
}
class Organizacao {
-String nome
-String NIF
-String website
-String telefone
-String email
}
class Colaborador {
-String nome
-String funcao
-String telefone
-String email
}
class TipoRegimento
{
-String designacao
-String descricaoRegras
}
class Freelancer {
-String nome
-String NIF
-String telefone
-String email
}
class Anuncio
{
-Date dtInicioPublicitacao
-Date dtFimPublicitacao
-Date dtInicioCandidatura
-Date dtFimCandidatura
-Date dtInicioSeriacao
-Date dtFimSeriacao
}
class Candidatura
{
-Date dataCandidatura
-Double valorPretendido
-Integer nrDias
-String txtApresentacao
-String txtMotivacao
}
class Classificacao{
-Integer lugar
-String justificacao
}
class ProcessoSeriacao{
-Date dataRealizacao
-String conclusao
}
class ProcessoAtribuicao {
-Date dataAtribuicao
}
class Adjudicacao {
-String organizacao
-String freelancer
-String descTarefa
-Date inicPeriodoAdjudicacao
-Date fimPeriodoAdjudicacao
-int valor
-String refAnuncio
-Date dataAdjudicacao
-int numSequencialPAno
}
Plataforma "1" -- "*" Organizacao : tem registadas >
Plataforma "1" -- "*" TipoRegimento : suporta >
Plataforma "1" -- "*" Anuncio : publicita >
Plataforma "1" -- "*" Freelancer : tem/usa >
Organizacao "1" -- "1..*" Colaborador: tem >
Anuncio "*" -- "1" TipoRegimento: rege-se por >
Anuncio "*" -- "1" Colaborador: publicado por >
Anuncio "1" -- "*" Candidatura: recebe >
Anuncio "1" -- "0..1" ProcessoSeriacao: espoleta >
Candidatura "*" -- "1" Freelancer: realizada por >
ProcessoSeriacao "*" -- "1" TipoRegimento: decorre em concordância com >
ProcessoSeriacao "1" -- "1..*" Colaborador: realizado por >
ProcessoSeriacao "1" -- "*" Classificacao: resulta >
ProcessoSeriacao "1" -- "1" ProcessoAtribuicao: prosseguindo com >
ProcessoAtribuicao "1" -- "1" Adjudicacao: resulta >
Classificacao "0..1" -- "1" Candidatura: referente a >
@enduml
| false
| true
| true
| false
|
class
|
7b8b83b7139e474e9e5b0e712774e0870205de58
|
9a6d6ef022ae45fa318f2628d8c462af135d3ca4
|
/use-cases/worldSystem(2).puml
|
7153f89b563c174625ae151747ea67587e11a25a
|
[
"Apache-2.0"
] |
permissive
|
DevOpsGp4/DevOps4
|
058b8ca6c635e312935485d93b90dc0b9d375cb5
|
abedc818a2d5e3cc5119b73da4b4758ce7d9d8e1
|
refs/heads/master
| 2020-12-07T12:34:52.777007
| 2020-02-07T11:50:12
| 2020-02-07T11:50:12
| 232,722,527
| 3
| 0
|
Apache-2.0
| 2020-07-02T01:56:03
| 2020-01-09T04:30:56
|
TSQL
|
UTF-8
|
PlantUML
| false
| false
| 3,850
|
puml
|
@startuml
rectangle Database
actor User as "stakeholder"
rectangle "Population System"{
/'Define for the countries'/
(countries report) as (country)
(countries in the world) as (world1)
(countries in the continent ) as (continent1)
(countries in the region ) as (region1)
(Descending population report) as (countries in world)
(Descending smallest population report) as (countries in continent)
(Descending smallest population report) as (countries in region)
/'End Define for the countries'/
/'Connect link for largest to smallest country population.'/
User - (country)
(country) <.. (world1) : extend
(country) <.. (continent1) : extend
(country) <.. (region1) : extend
(country) - Database
(world1) ..> (countries in world) : include
(continent1) ..> (countries in continent): include
(region1) ..> (countries in region): include
/'End Connect link for largest to smallest country population.'/
/'Note'/
note right of country
This note is countries population
report for largest to smallest order
with world, continent and region.
end note
/'Define for All the cities'/
(cities report) as (city)
(cities in the world) as (world2)
(cities in the continent ) as (continent2)
(cities in the region ) as (region2)
(cities in the district ) as (district)
(Descending population report) as (cities in world)
(Descending smallest population report) as (cities in continent)
(Descending smallest population report) as (cities in region)
(Descending smallest population report) as (cities in district)
/'End Define for All the cities'/
/'Connect link for largest to smallest city population.'/
(city) <.. (world2) : extend
(city) <.. (continent2) : extend
(city) <.. (region2) : extend
(city) <.. (district) : extend
User - (city)
(city) - Database
(world2) ..> (cities in world) : include
(continent2) ..> (cities in continent): include
(region2) ..> (cities in region): include
(district) ..> (cities in district): include
/'End Connect link for largest to smallest city population.'/
/'Note'/
note right of city
This note is countries population
report for largest to smallest order
with world, continent, region and district.
end note
/'Define for All the capital cities'/
(capital cities report) as (capital)
(capital cities in the world) as (world3)
(capital cities in the continent ) as (continent3)
(capital cities in the region ) as (region3)
(Descending population report) as (capital cities in world)
(Descending smallest population report) as (capital cities in continent)
(Descending smallest population report) as (capital cities in region)
/'End Define for All the capital cities'/
/'Connect link for largest to smallest capital city population.'/
(capital) <.. (world3) : extend
(capital) <.. (continent3) : extend
(capital) <.. (region3) : extend
User - (capital)
(capital) - Database
(world3) ..> (capital cities in world) : include
(continent3) ..> (capital cities in continent): include
(region3) ..> (capital cities in region): include
/'End Connect link for largest to smallest capital city population.'/
/'Note'/
note right of capital
This note is countries population
report for largest to smallest order
with world, continent and region.
end note
/'Define user Input(number)'/
(user input) as (input1)
(user input) as (input2)
(user input) as (input3)
/'End Define user Input(number)'/
/'Connect link for user input'/
(input1) ..> (world1) : include
(input1) ..> (continent1) : include
(input1) ..> (region1) : include
(input2) ..> (world2) : include
(input2) ..> (continent2) : include
(input2) ..> (region2) : include
(input2) ..> (district) : include
(input3) ..> (world3) : include
(input3) ..> (continent3) : include
(input3) ..> (region3) : include
/'End Connect link for user input'/
}
note top of Database : SQL database for World population Info.
note top of User : The stakeholder use the several objects.
@enduml
| false
| true
| false
| false
|
usecase
|
eab45cae7f241e3b5c05d08a95bbdface25e1b76
|
3fa74677456f04e47046a78af63e460dfe1bc58f
|
/images/container_sequence.puml
|
e13da464d05f4ae8851414f825ac5825201bd39b
|
[] |
no_license
|
Weltraumschaf/nano
|
26e0e101a30f1fbf5f2d45c221b8c4f08d1aca42
|
9d0ca6b2b5b2eb1d5bc0835eb5cd847777c0dff0
|
refs/heads/master
| 2020-03-21T07:26:15.236746
| 2018-07-06T07:50:17
| 2018-07-06T07:50:17
| 138,280,111
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,629
|
puml
|
@startuml Container Lifecycle Sequence
skinparam componentStyle uml2
skinparam sequenceParticipant underline
box "Nano container"
participant ": Container" as Container
participant ": ModuleFinder" as ModuleFinder
participant ": ServiceFactory" as ServiceFactory
participant ": Injector" as Injector
participant ": ServiceLifecycleManager" as ServiceLifecycleManager
end box
box "Custom service implementations."
participant ServiceA << Service >>
participant ServiceB << AutoStartingService >>
participant ServiceC << AutoStartingService >>
end box
group Container startup
[-> Container: start()
activate Container
Container -> ModuleFinder: findModules()
activate ModuleFinder
Container <-- ModuleFinder: Collection<ModuleDescription>
deactivate ModuleFinder
destroy ModuleFinder
Container -> ServiceFactory: createServices()
activate ServiceFactory
ServiceFactory -> ServiceA: create()
ServiceFactory -> ServiceB: create()
ServiceFactory -> ServiceC: create()
Container <-- ServiceFactory: Collection<Service>
deactivate ServiceFactory
destroy ServiceFactory
Container -> ServiceLifecycleManager: create()
Container -> Injector: injectRequiredServices()
activate Injector
Injector -> ServiceA: injectRequired
Injector -> ServiceB: injectRequired
Injector -> ServiceC: injectRequired
deactivate Injector
destroy Injector
Container -> ServiceLifecycleManager: start()
activate ServiceLifecycleManager
ServiceLifecycleManager -> ServiceLifecycleManager: activate()
activate ServiceLifecycleManager
ServiceLifecycleManager -> ServiceA: activate()
activate ServiceA
ServiceA --> ServiceLifecycleManager
deactivate ServiceA
ServiceLifecycleManager -> ServiceB: activate()
activate ServiceB
ServiceB --> ServiceLifecycleManager
deactivate ServiceB
ServiceLifecycleManager -> ServiceC: activate()
activate ServiceC
ServiceC --> ServiceLifecycleManager
deactivate ServiceC
deactivate ServiceLifecycleManager
ServiceLifecycleManager -> ServiceLifecycleManager: autoStart()
activate ServiceLifecycleManager
ServiceLifecycleManager -> ServiceB: start()
activate ServiceB
deactivate ServiceB
hnote over ServiceB: in new thread
ServiceLifecycleManager -> ServiceC: start()
activate ServiceC
deactivate ServiceC
hnote over ServiceC: in new thread
deactivate ServiceLifecycleManager
ServiceLifecycleManager --> Container
deactivate ServiceLifecycleManager
Container -> Container: loop()
end
group Container shutdown
[-> Container: stop()
Container -> ServiceLifecycleManager: stop()
activate ServiceLifecycleManager
ServiceLifecycleManager -> ServiceB: stop()
activate ServiceB
deactivate ServiceB
ServiceLifecycleManager -> ServiceC: stop()
activate ServiceC
deactivate ServiceC
ServiceLifecycleManager -> ServiceLifecycleManager: waitUntilAllServicesHasStopped()
activate ServiceLifecycleManager
deactivate ServiceLifecycleManager
ServiceLifecycleManager -> ServiceA: deactivate()
activate ServiceA
deactivate ServiceA
destroy ServiceA
ServiceLifecycleManager -> ServiceB: deactivate()
activate ServiceB
deactivate ServiceB
destroy ServiceB
ServiceLifecycleManager -> ServiceC: deactivate()
activate ServiceC
deactivate ServiceC
destroy ServiceC
ServiceLifecycleManager --> Container
deactivate ServiceLifecycleManager
destroy ServiceLifecycleManager
deactivate Container
end
@enduml
| false
| true
| false
| false
|
sequence
|
3bf4a8aa4bd55ebb48d870411ebf1ad4a15890aa
|
2cb0d17b297862de0b2876905bc69fab6a3fda1a
|
/diagrams/interaction_diagrams/UC 3 - Create Project.plantuml
|
4dc8f66d5270368dabebc52cdd03f58e5d66b4d8
|
[
"MIT",
"LicenseRef-scancode-other-permissive"
] |
permissive
|
julienbenaouda/projectJJA
|
507bd714ec752d41ce1ef2f7fd05104390f34e92
|
9063388043b79e68640379cda5f674df62f76213
|
refs/heads/master
| 2021-04-27T17:28:29.111045
| 2018-06-14T19:29:11
| 2018-06-14T19:29:11
| 122,321,355
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,309
|
plantuml
|
@startuml
title "Use Case - Create Project"
-> ":Controller": createProject(String, String, LocalDateTime)
activate ":Controller"
":Controller" -> ":Clock": getTime()
activate ":Clock"
":Controller" <-- ":Clock": LocalDateTime
deactivate ":Clock"
":Controller" -> ":BranchOfficeManager": getCurrentBranchOffice()
activate ":BranchOfficeManager"
":Controller" <-- ":BranchOfficeManager": BranchOffice
deactivate ":BranchOfficeManager"
":Controller" -> ":BranchOffice": getUserManager()
activate ":BranchOffice"
":Controller" <-- ":BranchOffice": UserManager
deactivate ":BranchOffice"
":Controller" -> ":UserManager": getCurrentUser()
activate ":UserManager"
":Controller" <-- ":UserManager": User
deactivate ":UserManager"
":Controller" -> ":BranchOffice": getProjectManager()
activate ":BranchOffice"
":Controller" <-- ":BranchOffice": ProjectManager
deactivate ":BranchOffice"
":Controller" -> ":ProjectManager" : createProject(String, String, LocalDateTime, LocalDateTime, User)
activate ":ProjectManager"
":ProjectManager" -> ":Project" : Project(String, String, LocalDateTime, LocalDateTime, User)
activate ":Project"
":ProjectManager" <-- ":Project" : Project
deactivate ":Project"
":Controller" <-- ":ProjectManager" : Project
deactivate ":ProjectManager"
deactivate ":Controller"
@enduml
| false
| true
| false
| false
|
sequence
|
f1d1cb92cef6bf8396fe3d0befcb17f5a45f11a7
|
ee59870ee11e8404fef50bb7e25b3eb1c8186e92
|
/plantuml/pcbnew_uml.puml
|
00bddf1568081113e90fecc174d1a7898b3477cb
|
[
"Apache-2.0"
] |
permissive
|
trevorpeacock/kicad_mmccoo
|
7c7e46bd4c1353e0429dd66288efa2da8a8b7274
|
3f0efb38549f8de1daf2face6a15377084c5cde6
|
refs/heads/master
| 2021-07-14T10:08:34.038316
| 2020-10-10T03:12:07
| 2020-10-10T03:12:07
| 205,987,511
| 1
| 0
|
Apache-2.0
| 2019-09-03T04:14:29
| 2019-09-03T04:14:29
| null |
UTF-8
|
PlantUML
| false
| false
| 4,651
|
puml
|
# Copyright [2017] [Miles McCoo]
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
@startuml
pcbnew --> Board
Board --> NetMap
Board o-- "0..*" Pad
Board o-- "0..*" Module
Board o-- ZoneContainer
NetMap o-- "0..*" Net
Pad --> wxPoint
Pad --> Module
Pad --> wxSize
Pad --> PadShape
Board --> EDA_RECT
Board o-- Track
Board o-- DrawSegment
Module o-- Pad
Module o-- DrawSegment
ZoneContainer --> CPolyLine
Net --> NetClass
Net o-- Pad
Net --> Board
Track --> Net
Track --> wxPoint
Track <|-- Via
Via --> ViaType
class pcbnew {
Board GetBoard()
Track TRACK(board)
Via VIA(board)
int LAYER_ID_COUNT
}
class Board {
NetMap GetNetsByNetcode()
NetMap GetNetsByName()
Pad[] GetPads()
EDA_RECT ComputeBoundingBox()
Track[] TracksInNet(int netcode)
# GetTracks() actually returns a track_list
# tracks inclue Vias
Track[] GetTracks()
# there's not an exposed way to cast track->via
VIA GetViaByPosition(wxPoint)
Module[] GetModules()
Module FindModuleByReference(string)
string GetLayerName(int)
# zone stuff
int GetAreaCount()
ZoneContainer GetArea(int)
--
Add(Track)
Remove(Track)
Add(DrawSegment)
Remove(DrawSegment)
ZoneContainer InsertArea(int netcode, 0, int layer, int x, int y, int hatch)
}
class DrawSegment {
string GetLayerName()
wxPoint GetStart()
wxPoint GetEnd()
EDA_RECT GetBoundingBox()
--
SetStart(wxPoint)
SetEnd(wxPoint)
SetLayer(int)
}
class ZoneContainer {
int GetLayer()
string GetLayerName()
Net GetNet()
CPolyLine Outline()
}
class CPolyLine {
int GetContoursCount()
int GetContourStart(int)
int GetContourEnd(int)
int GetContourSize(int)
int GetX(int)
int GetY(int)
int GetPos(int)
int NO_HATCH
int DIAGONAL_FULL
int DIAGONAL_EDGE
--
AppendCorner(int x, int y)
}
class Pad {
string GetPadName()
Net GetNet()
wxPoint GetPosition()
Module GetParent()
wxSize GetSize() # this is affected by the orientation
double GetOrientationDegrees()
int GetShape() # compare to PadShapevalues
}
class Module {
--
string GetReference()
string GetValue()
Pad[] Pads()
# elements of subsheets
# will have similar paths
string GetPath()
# GraphicalItems actually returns EDGE_MODULES but those
# derive from DrawSegment
DrawSegment[] GraphicalItems()
--
SetPosition(pcbnew.wxPoint(x,y))
SetOrientation(degrees*10.0)
}
class NetMap {
Net[] items()
NetIterator find()
}
class Net {
NetClass GetNetClass()
int GetNet() # netcode
string GetNetname()
Pad[] Pads()
Board GetParent()
--
To get tracks, use Board::TracksInNet
}
NetClass : int GetTrackWidth()
class wxPoint {
int x
int y
}
class wxSize {
int x
int y
}
class EDA_RECT {
wxPoint Centre()
int GetX()
int GetY()
int GetWidth()
int GetHeight()
}
class Track {
wxPoint GetStart()
wxPoint GetEnd()
int GetWidth()
int GetLayer()
Net GetNet()
--
SetStart(pcbnew.wxPoint(int, int))
SetEnd(pcbnew.wxPoint(int, int))
SetWidth(int)
SetLayer(int)
SetNet(Net)
}
class Via {
# I haven't found a way to get the layers directly.
# unable to allocate the LAYER_ID objects
LayerPair(LAYER_ID* top_layer, LAYER_ID* bottom_layer )
wxPoint GetPosition()
ViaType GetViaType()
int GetWidth()
--
SetPosition(pcbnew.wxPoint(int, int))
SetViaType(ViaType)
SetWidth(int)
SetLayerPair(int top, int bottom)
# iterate through pcbnew.LAYER_ID_COUNT
bool IsOnLayer()
}
class PadShape {
int pcbnew.PAD_SHAPE_CIRCLE
int pcbnew.PAD_SHAPE_OVAL
int pcbnew.PAD_SHAPE_RECT
int pcbnew.PAD_SHAPE_ROUNDRECT
int pcbnew.PAD_SHAPE_TRAPEZOID
}
class ViaType {
int pcbnew.VIA_THROUGH
int pcbnew.VIA_BLIND_BURIED
int pcbnew.VIA_MICROVIA
int pcbnew.VIA_NOT_DEFINED
}
@enduml
| false
| true
| false
| false
|
class
|
92966fc62b67b69443b8bde2f251dbf215b36261
|
6d2ab6d2cc2157c1c0b744cb5e3d682597335b3a
|
/res/diagrams/misc/template.plantuml
|
e0c7b53346b2b2d3851fafb1763f392079e1a1bf
|
[] |
no_license
|
chlablak/platinum-parsing
|
319ca41be2c352831c5c3fab47c6299ee118568f
|
2b8be943267a1305b4d295429d3702370f9ff153
|
refs/heads/master
| 2021-08-22T06:17:24.976284
| 2017-11-29T13:38:24
| 2017-11-29T13:38:24
| 84,449,306
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 280
|
plantuml
|
@startuml
rectangle "Table LALR" as table
rectangle "Contexte" as context #Yellow
rectangle "Compilation" as compile
rectangle "<i>Template</i>" as template #Yellow
rectangle "Sortie" as output
table -- context
context --> compile
template -> compile
compile -> output
@enduml
| false
| true
| false
| false
|
uml-unknown
|
23c83edf97326a51b6f1ba7fa0e58ed88ff0c3c5
|
87027febfeaac25bcdecd455a7c2edc0ee5edf31
|
/doc/uml/ts_simple.puml
|
d0e47a3821b6d2d3d19f8892ad35c3267fc80d98
|
[] |
no_license
|
Godotcoffee/nurupo
|
28ddef7fde33db357ed4480cfd6380ca937ab963
|
83935d31c0e94648746fadb3680a6f5a2b365874
|
refs/heads/master
| 2020-04-10T09:37:27.672966
| 2018-12-28T00:31:13
| 2018-12-28T00:31:13
| 160,942,585
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 389
|
puml
|
@startuml
actor Frontend as F
participant Gateway as G
participant ServiceDiscovery as D
participant AnyService as S
autonumber
F -> G : Send a request
activate G
G -> D : Discovery a service
activate D
D --> G : IP address of the service
deactivate D
G -> S : Dispatch the request
activate S
S --> G : Return a response
deactivate S
G --> F : Return the response
deactivate G
@enduml
| false
| true
| false
| false
|
sequence
|
06c4d58d0e1af3f32f8a56b4d0d81d6b3a2a540c
|
cbae2c225bd245204a40e41a25415c41604e6219
|
/rasd/use_case_diagram/use_case_user.plantuml
|
94b3546adb1fda48a81059a03a20d47c3f243283
|
[] |
no_license
|
fcremo/AlfonsoCarsenzuolaCremonese-ingsw2
|
c15da77f1c33c9cdd0dd1dbe0c79bfe7bfea3903
|
931288cf6f6e98e177432e5445c6361a0c3443c4
|
refs/heads/master
| 2021-03-30T17:25:41.027189
| 2017-11-26T20:43:18
| 2017-11-26T20:43:18
| 105,372,279
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 942
|
plantuml
|
@startuml
actor User
left to right direction
User --|> (Create new event)
(Create new event) ..> (Log In) :<<includes>>
User --|> (Edit an event)
(Edit an event) ..> (Log In) :<<includes>>
User --|> (Set the event as flexible)
(Set the event as flexible) ..> (Create new event) :<<includes>>
(Set the event as flexible) ..> (Edit an event) :<<includes>>
(Set the event as flexible) ..> (Log In) :<<includes>>
User --|> (Share an event)
(Share an event) ..> (Log In) :<<includes>>
User --|> (Plan travel)
(Plan travel) ..> (Create new event) :<<includes>>
(Plan travel) ..> (Edit an event) :<<includes>>
(Plan travel) ..> (Log In) :<<includes>>
User --|> (View scheduled event)
(View scheduled event) ..> (Log In) :<<includes>>
User --|> (View account information)
(Edit personal data) .> (View account information) :<<extends>>
(View account information) ..> (Log In) :<<includes>>
User --|> (Contact the customer service)
@enduml
| false
| true
| false
| false
|
usecase
|
1af6fbb28314d849a01c559d30d4d6a189a5bf09
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/OrderSetParcelMeasurementsAction.puml
|
e69711f4b8332e9a2a6879c3938aff6827703a62
|
[] |
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
| 540
|
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 OrderSetParcelMeasurementsAction [[OrderSetParcelMeasurementsAction.svg]] extends OrderUpdateAction {
action: String
parcelId: String
parcelKey: String
measurements: [[ParcelMeasurements.svg ParcelMeasurements]]
}
interface OrderUpdateAction [[OrderUpdateAction.svg]] {
action: String
}
@enduml
| false
| true
| false
| false
|
class
|
6932608665f728080a9d5225b6913d3f271321aa
|
4cc053c0710a3067cc6f02c3a33b89200359818d
|
/diagrams/sequence-factory.puml
|
17ea540ee3df3a87f18bfbcf2db3097741086a45
|
[
"MIT"
] |
permissive
|
vinogradnick/Pattern_AB_Factory_Singleton
|
02ff336273b4d9cda323648a5dc7117118515c73
|
a07f96bf53fa3c8da37fb102e69775db977bb1c4
|
refs/heads/master
| 2020-12-15T14:48:42.513283
| 2020-01-21T05:23:52
| 2020-01-21T05:23:52
| 235,143,180
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 543
|
puml
|
```plantuml
@startuml flex
skinparam class {
BackgroundColor White
ArrowColor Black
BorderColor Black
}
activate Client
Client -> AbstractFactory: createFactory()
activate AbstractFactory
AbstractFactory -> ConcreteFactory1: new
activate ConcreteFactory1
Client <-- AbstractFactory: return ConcreteFactory
Client -> ConcreteFactory1: createProductA()
ConcreteFactory1 -> ConcreteProductA:new
activate ConcreteProductA
Client <-- ConcreteProductA: return this
deactivate ConcreteProductA
deactivate ConcreteFactory1
@enduml
```
| false
| true
| false
| false
|
sequence
|
6f84019765707743f118132417e5e0aef4234c71
|
510e80a99b2eaf84824a20cb12f75d0d7bda7475
|
/UML/interface.puml
|
8012c232f20d90473f087481fe96ac34129afb37
|
[] |
no_license
|
lemon34/javaLearn
|
654a98108c4d0c0c9391448608921e7facf407fc
|
fc8d144e359183c49e7e6684c37f8af508daa17b
|
refs/heads/master
| 2023-08-31T10:39:03.708622
| 2023-08-12T02:22:56
| 2023-08-12T02:22:56
| 220,142,144
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 618
|
puml
|
@startuml
'https://plantuml.com/class-diagram
top to bottom direction
package interface {
class AuthorizationController
class FinanceRequirementController
class SpaceController
}
class AuthorizationController {
+ assignAuthorization()
+ modifyAuthorization()
+ removeAuthorization()
+ queryUserByBizlineAndRole()
+ queryAuthorizationDetail()
+ queryAuthorizationList()
}
class FinanceRequirementController {
+ create()
+ update()
+ userPageQuery()
+ managerPageQuery()
}
class SpaceController {
+ queryBusinessLineDict()
+ queryRoleDict()
}
@enduml
| false
| true
| false
| false
|
class
|
3d52ea132172e8e37134231927bbf0e3a7acf3f2
|
76d5ef8f223d9235b15af71ecfce78f44ec67920
|
/docs/plantuml/TclHdlVivado.puml
|
cfab1270c621610b8d0b3d55cc51b53c4e2b6fcc
|
[
"MIT"
] |
permissive
|
pffmachado/TclHdl
|
0c38ec941950f4498844314f501f8b6a2e0cc380
|
8b57c623903539d7f5cac8158ec49da17f18e529
|
refs/heads/master
| 2023-08-17T05:51:25.636519
| 2020-03-22T16:22:04
| 2020-03-22T16:22:04
| 245,398,720
| 5
| 2
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 270
|
puml
|
'--
'-- Copyright (C) 2020 TclHdl
'--
'-- This is free software, licensed under the GNU General Public License v2.
'-- See /LICENSE for more information.
'--
@startuml
class vivado {
+project_create ()
+project_open ()
+project_close ()
+project_close ()
}
@enduml
| false
| true
| false
| false
|
class
|
2e1ae5ea5c77872fe66a3cdc9fff4f974bf8bc21
|
6f9566c44e5057a4c32a39985b713e7715e6cffa
|
/uml/snenglish/english_word.plantuml
|
f4002b5579c8ae7f9fc91164886091ae39db7a3d
|
[] |
no_license
|
Alexander-Zyurkalov/MakePhrases
|
e1ffd9e61a83c14265ae5a62923cb3e813ccf115
|
332428a45105780c080a02c378477c5253e0e24e
|
refs/heads/master
| 2020-03-28T11:19:49.916959
| 2018-12-01T18:43:08
| 2018-12-01T18:43:08
| 148,202,580
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 635
|
plantuml
|
@startuml
package SNEnglish{
class EnglishWord{
{static}@HEADER
id
english
russian
sound
picture
example
regex1
added_at
created_at
updated_at
was_updated?(rowHash,the_row_was_created)
set_attrs(rowHash)
add_columns_to_csv(row)
{static}load_csv(csv_database, last_comparing: '170101', account_name: nil, user_id:nil)
{static}update_phrases_count_all()
update_tasks()
}
EnglishWord --|> Base
EnglishWord --> User: creating relation in load_csv
EnglishWord --> WordMatchingTask
}
@enduml
| false
| true
| false
| false
|
sequence
|
f3bb2e7a63e0e0e4c3c63da05226c3bb2bad399c
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/BusinessUnitParentChangedMessagePayload.puml
|
f195ef47b6b385cddd0422dae2cae2d3974f0589
|
[] |
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
| 588
|
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 BusinessUnitParentChangedMessagePayload [[BusinessUnitParentChangedMessagePayload.svg]] extends MessagePayload {
type: String
oldParentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
newParentUnit: [[BusinessUnitKeyReference.svg BusinessUnitKeyReference]]
}
interface MessagePayload [[MessagePayload.svg]] {
type: String
}
@enduml
| false
| true
| false
| false
|
class
|
3144ff8d198e9f14c7d72d33309dc895e603f10f
|
d5eb11e8b173b34cecdd4939f8c2d17905900082
|
/docs/models.puml
|
646a890bfb1f357c0ed126128bafe91ac11d7c38
|
[] |
no_license
|
gbalbuena/dndcli
|
1f3d2564c54a13ddd8f595eeb972e9bcad0bf946
|
c0d5759511cfb5a309b93fa0722d2b38f274df13
|
refs/heads/master
| 2023-01-13T04:22:00.923065
| 2019-10-30T01:57:00
| 2019-10-30T01:57:00
| 195,148,152
| 1
| 0
| null | 2023-01-04T12:47:19
| 2019-07-04T01:24:27
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 419
|
puml
|
@startuml models
object plane {
uuid
name
}
object player {
uuid
name
}
object character <<combatant>> {
name
race
class
}
object creature <<combatant>> {
}
object combat <<encounter>> {
timestamp
character = [ ]
creature = [ ]
}
object round {
combatant
action
}
object turn
player o-- " n " character
plane " n " -- " n " creature
combat o-- " n " round
combat o-- " n " turn
@enduml
| false
| true
| false
| false
|
class
|
368939ce0c0de617f2ab1f49adf665d429fdbf80
|
4cf5737cadb807568ddac14c8f1ff342a6e6cb0a
|
/serviceSchema/ip/uml/serviceModelOverview.puml
|
ae4ee6239f8a6343d88d5a3d72e29d9c33d8e308
|
[
"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
| 801
|
puml
|
@startuml
skinparam {
ClassBackgroundColor White
ClassBorderColor Black
}
class Ipvc {
"...attributes are not shown"
}
class IpvcEndPoint {
"...attributes are not shown"
}
class IpUni {
"...attributes are not shown"
}
class IpUniAccessLink {
"...attributes are not shown"
}
class IpUniAccessLinkTrunk {
"...attributes are not shown"
}
class IpEnni {
"...attributes are not shown"
}
class IpEnniLink {
"...attributes are not shown"
}
class IpEnniCommon {
"...attributes are not shown"
}
Ipvc "1" *-->"1..*" IpvcEndPoint
IpUni "0..1" o-->"*" IpvcEndPoint
IpEnni "0..1" o-->"*" IpvcEndPoint
IpUni "1" *-->"1..*" IpUniAccessLink
IpUniAccessLinkTrunk "1..*" *--> "1..*" IpUniAccessLink
IpEnni -- IpEnniCommon
IpEnniCommon "1" --> "1..*" IpEnniLink
@enduml
| false
| true
| false
| false
|
class
|
ab2e3d3d39716f138a33fa7bf37dfd3f29b9fb36
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Assets/TextMesh Pro/Examples & Extras/Scripts/TMP_PhoneNumberValidator.puml
|
3139b2217ef9e7dcb0b4063a58b139cf6e070f22
|
[] |
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
| 168
|
puml
|
@startuml
class TMP_PhoneNumberValidator {
+ <<override>> Validate(text:string, pos:int, ch:char) : char
}
TMP_InputValidator <|-- TMP_PhoneNumberValidator
@enduml
| false
| true
| false
| false
|
class
|
74a3a07b5da13eb7d4e19ece315f0c1b741aeba3
|
48f480c503190d3e7c2196534c9dd9f33dc85e2e
|
/messaging-framework/protostub-state-machine.puml
|
a754d628c8dd2fca9b0c3ab4ad4663470532a259
|
[
"Apache-2.0"
] |
permissive
|
reTHINK-project/specs
|
0646ca3bdf34b4d0ef35ce54a90f86ec5a78b1d9
|
52d52585bfd8cdc783512862b80228506215b0ae
|
refs/heads/master
| 2022-11-01T17:53:27.814875
| 2019-11-04T11:02:25
| 2019-11-04T11:02:25
| 67,431,416
| 3
| 5
|
Apache-2.0
| 2022-10-18T18:51:34
| 2016-09-05T15:21:40
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 756
|
puml
|
@startuml
state Deployment {
state "deployment-failed" as deploymentError
[*] --> deploying : loader.loadStub()\n is invoked
deploying --> deployed : loader.loadStub()\n is resolved
deploying --> deploymentError : loader.loadStub()\n is rejected eg timeout
deploymentError --> [*]
deployed -right-> Connection
}
state Connection {
state "in-progress" as inprogress
[*] --> created : protostub constructor\n is executed
created --> inprogress : protostub.connect()\n invoked
inprogress --> live : connection\n established
inprogress --> failed : connection establishement\n failed
live --> disconnected : connection\n closed
disconnected --> live : connection\n reestablished
disconnected --> [*]
failed --> [*]
}
@enduml
| false
| true
| false
| false
|
sequence
|
41877e5e3b51831141c2b0ea822347b23a1cfe35
|
227c32f7a5991c0ce2de069dd1f0448c1e6949fb
|
/PlantUML/SystemOverview.puml
|
6a3de686133e75c75ef0445830d590276a8c8437
|
[] |
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
| 152
|
puml
|
@startuml
usecase (Sensor data) as sns
usecase (SLAM) as slam
usecase (Map data) as map
usecase (Viewer) as vw
sns -> slam
slam -> map
map -> vw
@enduml
| false
| true
| false
| false
|
usecase
|
da25b45b8aafa1febb389d588aac73fb1c091de5
|
d6c36b5e77e9fbf33d30933cdacd341275278be0
|
/doc/modelo.plantuml
|
8ddcd703fc03343716e516b010d5333e8922f1c5
|
[] |
no_license
|
cesardiaz-utp/MisionTIC2022-Ciclo2-Unidad4-GestionEstudiantes
|
d1abee3cc765bdd38e56640587f9e5d7f0a954ad
|
7d8dd0fc18ec36b9f37f4ff7b07477d295902822
|
refs/heads/main
| 2023-06-24T13:42:25.152343
| 2021-07-29T02:21:43
| 2021-07-29T02:21:43
| 390,538,464
| 1
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 643
|
plantuml
|
@startuml gestion estudiantes
skinparam classAttributeIconSize 0
abstract class Persona {
- identificacion: Long
- nombre: String
}
class Profesor extends Persona {
- titulo: String
}
class Estudiante extends Persona {
- codigo: String
}
class Nota {
- nombre: String
- valor: Double
}
class Materia {
- codigo: String
- nombre: String
- semestre: Integer
- programa: String
- creditos: Integer
}
enum Jornada {
DIURNA, NOCTURNA
}
Profesor "1..*" -- "1..*" Materia : dicta
Estudiante "*" -- "*" Materia : asiste
(Estudiante, Materia) "1" -right- "*" Nota
Persona .left.> Jornada
@enduml
| false
| true
| false
| false
|
class
|
eb5bc7f0fe5bc19be0f2f9689651cc1ef3824856
|
e52551f553f584d450e802c090d0387394c83943
|
/Resource/README.img1.puml
|
2169649e5b189278fa0bd5fa62bc86dd4b0a8aa4
|
[
"MIT"
] |
permissive
|
matanki-saito/dlldistributionserver
|
25169657a5355ad233032ea6a05f90a90fb316bf
|
081e4a8539a6e81593c1a52fd2702b0a2b2ed715
|
refs/heads/master
| 2021-12-08T13:06:04.797784
| 2021-11-30T16:54:40
| 2021-11-30T16:54:40
| 162,898,902
| 1
| 0
|
MIT
| 2021-11-30T16:32:26
| 2018-12-23T14:43:08
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,453
|
puml
|
@startuml
participant User
participant Paradox_launcher
participant exe
participant version.dll
participant autoupdate64.bat
participant dllautoupdater.exe
participant Plugin64.dll
participant claes.exe
participant contentserver
activate contentserver
activate User
User -> Paradox_launcher: run
activate Paradox_launcher
Paradox_launcher -> exe: call application
activate exe
exe -> version.dll: dllmain
deactivate Paradox_launcher
activate version.dll
version.dll -> autoupdate64.bat : createprocess
activate autoupdate64.bat
autoupdate64.bat -> dllautoupdater.exe : run
activate dllautoupdater.exe
dllautoupdater.exe -> contentserver : exe_md5,dll_md5
dllautoupdater.exe <- contentserver : download Plugin64.dll
dllautoupdater.exe --> Plugin64.dll : Plugin64.dll update
dllautoupdater.exe <-- Plugin64.dll : success
autoupdate64.bat <- dllautoupdater.exe
deactivate dllautoupdater.exe
version.dll <- autoupdate64.bat
deactivate autoupdate64.bat
version.dll -> version.dll : injection Plugin64.dll
exe <-- Plugin64.dll
exe <- version.dll
exe -> Plugin64.dll : dll main
activate Plugin64.dll
Plugin64.dll -> claes.exe : call
activate claes.exe
claes.exe -> contentserver : check newest mod
claes.exe <- contentserver : download new mods
claes.exe -> claes.exe : Update mods in\n documents folder
Plugin64.dll <- claes.exe
deactivate claes.exe
exe <- Plugin64.dll: patches multi byte fix
User <- exe : show load image
@enduml
| false
| true
| false
| false
|
sequence
|
50656ef836b1635dda5cc3f22b614db7937f3941
|
432be9385e736def167d0898844765d6020787a5
|
/src/org/csc133/a3/a3.plantuml
|
7930a69525a3cab97951c57cbc3b55fce5c88298
|
[] |
no_license
|
PRattan0880/CSC133_Project
|
2b459dfd778c3c5a1268f2d2aed50a55c1e95b1c
|
4432fe74af3f8478f54ee1f77be9a912e23d00ad
|
refs/heads/main
| 2023-07-11T14:43:58.745497
| 2021-08-20T17:21:47
| 2021-08-20T17:21:47
| 398,350,719
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 21,041
|
plantuml
|
@startuml
title __A3's Class Diagram__\n
namespace org.csc133.a3 {
class org.csc133.a3.AboutCommand {
+ AboutCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.AccelerateCommand {
+ AccelerateCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.AppMain {
- current : Form
- theme : Resources
+ destroy()
+ init()
+ start()
+ stop()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.AttackStrategy {
+ AttackStrategy()
+ apply()
+ attackHeading()
+ getStrategyType()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.BGSound {
- m : Media
+ BGSound()
+ pause()
+ play()
+ run()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.Bird {
- animateBird : Image[]
- index : int
+ Bird()
+ collidesWith()
+ draw()
+ handleCollision()
+ intersects()
+ setHeading()
+ toString()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.BirdCollisionCommand {
+ BirdCollisionCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.BlimpCollisionCommand {
+ BlimpCollisionCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.BrakeCommand {
+ BrakeCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
abstract class org.csc133.a3.Commands {
+ Commands()
{abstract} + actionPerformed()
{abstract} + setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.DamageLevelComponent {
{static} + numDigitsShowing : int
- damageDigits : Image[]
+ DamageLevelComponent()
+ animate()
+ paint()
+ setDamageLevel()
+ setLedColor()
# calcPreferredSize()
- getDisplayX()
- getDisplayY()
- setDamageColor()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.DefenseStrategy {
- SKYSCRAPER_1 : int
- SKYSCRAPER_2 : int
+ DefenseStrategy()
+ apply()
+ getSkyScraper1()
+ getSkyScraper2()
+ getStrategyType()
- defenseHeading()
}
}
namespace org.csc133.a3 {
abstract class org.csc133.a3.DigitImageComponent {
- animate : boolean
- digitImages : Image[]
- ledColor : int
+ DigitImageComponent()
+ getAnimate()
+ getComponentWidth()
+ getDigitHeight()
+ getDigitImage()
+ getDigitWidth()
+ getDisplayComponentWidth()
+ getDisplayDigitHeight()
+ getDisplayDigitWidth()
+ getLedColor()
+ getScaleFactor()
+ laidOut()
+ setAnimate()
+ setLedColor()
+ start()
+ stop()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.ExitCommand {
+ ExitCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
abstract class org.csc133.a3.Fixed {
+ Fixed()
+ setLocation()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.FuelLevelComponent {
{static} + numDigitsShowing : int
- fuelDigits : Image[]
+ FuelLevelComponent()
+ animate()
+ paint()
+ setFuelLevel()
+ setLedColor()
# calcPreferredSize()
- getDisplayX()
- getDisplayY()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.Game {
- downArrow : Button
- gameCommands : Vector<Commands>
- isPaused : boolean
- leftArrow : Button
- rightArrow : Button
- timer : UITimer
- upArrow : Button
+ Game()
+ isPaused()
+ pauseGame()
+ resumeGame()
+ run()
- addCommand()
- addCommandToLeftSide()
- createButton()
- scheduleTimer()
- setUpGameWorld()
- soundCheckBox()
- toggleButton()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.GameClockComponent {
{static} - MS_COLON_IDK : int
- clockDigits : Image[]
- colonImage : Image
- digitWithDot : Image[]
- elapsedTime : long
- ledColor2 : int
- minutes : int
{static} - numDigitsShowing : int
- paused : long
- seconds : int
- start : long
- sumOfElapsed : Vector<Integer>
- tenthOfSecond : int
+ GameClockComponent()
+ animate()
+ getMinutes()
+ getSeconds()
+ getTenthOfSeconds()
+ paint()
+ setLedColor()
+ setPaused()
+ startElapsedTime()
+ stopElapsedTime()
# calcPreferredSize()
- changeTimeColor()
- getDisplayX()
- getDisplayY()
- setCurrentTime()
- setResume()
- setTime()
}
}
namespace org.csc133.a3 {
abstract class org.csc133.a3.GameObject {
- color : int
{static} - gameWorld : GameWorld
- location : Point2D
- size : int
+ GameObject()
{abstract} + collidesWith()
{static} + gameWorldInstance()
+ getBoundingRectangle()
+ getColor()
+ getGameWorld()
+ getLocation()
+ getSize()
{abstract} + handleCollision()
+ setColor()
+ setLocation()
+ toString()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.GameObjectCollection {
- gameCollection : Vector
+ add()
+ getElement()
+ remove()
+ removeAll()
+ size()
~ GameObjectCollection()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.GameWorld {
{static} - HELIPAD_LOC : Point2D
{static} - SKYSCRAPER_LOC1 : Point2D
{static} - SKYSCRAPER_LOC2 : Point2D
{static} - SKYSCRAPER_LOC3 : Point2D
{static} - SKYSCRAPER_LOC4 : Point2D
{static} - SKYSCRAPER_LOC5 : Point2D
- birdCollision : Vector<GameObject>
- blimpCollision : Vector<GameObject>
- gameObserver : Vector
- helicopterCollision : Vector<GameObject>
- lives : int
- maxHeight : int
- maxWidth : int
- maximumDamage : int
- nphCollision : Vector<GameObject>
- skyScraperCollision : Vector<GameObject>
- soundPlaying : boolean
- timer : String
+ accelerate()
+ addObserver()
+ birdCollision()
+ brake()
+ checkpoint()
+ checkpoint()
+ createSound()
+ displayMap()
+ draw()
+ exit()
+ gameOver()
+ getHelicopterDamage()
+ getHelicopterFuelLevel()
+ getHelicopterHeading()
+ getLastCheckpoint()
+ getLives()
+ getMaximumDamage()
+ getObjectCollection()
+ getTimer()
+ helicopterCollide()
+ init()
+ notifyObservers()
+ playSound()
+ refuel()
+ reinitialize()
+ setElapsedTime()
+ setMaxHeight()
+ setMaxWidth()
+ soundOn()
+ stopSound()
+ switchStrategy()
+ tick()
+ toggleSound()
+ turnLeft()
+ turnRight()
- accelerate()
- brake()
- changeBirdHeading()
- changeHeading()
- changeInBounds()
- checkBoundary()
- collision()
- collisionDamage()
- hasFuel()
- hasMaxDamage()
- hasReachedLastCheckpoint()
- helicopterHasFuel()
- inBounds()
- randomNumber()
- refuelHelicopter()
- setLives()
- tick()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.GlassCockpit {
+ GlassCockpit()
+ getDigitComponent()
+ getElapsedTime()
+ update()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.HeadingComponent {
{static} + numDigitsShowing : int
- headingDigit : Image[]
+ HeadingComponent()
+ animate()
+ paint()
+ setHeading()
+ setLedColor()
# calcPreferredSize()
- getDisplayX()
- getDisplayY()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.Helicopter {
{static} - NUMBER_OF_FRAMES : int
- animateHelicopter : Image[]
- damageLevel : int
- fuelConsumptionRate : int
- fuelLevel : int
- index : int
- lastSkyScraperReached : int
- maximumSpeed : int
- myHelicopter : Image
- stickAngle : int
+ Helicopter()
+ collidesWith()
+ draw()
+ getDamageLevel()
+ getFuelLevel()
+ getHeight()
+ getLastSkyScraperReached()
+ getMaxSpeed()
+ getStickAngle()
+ getWidth()
+ handleCollision()
+ intersects()
+ setDamageLevel()
+ setFuelLevel()
+ setHeading()
+ setLastSkyScraperReached()
+ setRemainingFuel()
+ toString()
+ turnLeft()
+ turnRight()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.Helipad {
- helipadImage : Image
+ Helipad()
+ collidesWith()
+ draw()
+ handleCollision()
+ toString()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.HelpCommand {
+ HelpCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.ICollection {
{abstract} + add()
{abstract} + getElement()
{abstract} + remove()
{abstract} + removeAll()
{abstract} + size()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.ICollider {
{abstract} + collidesWith()
{abstract} + handleCollision()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.IDrawable {
{abstract} + draw()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.IGameClock {
{abstract} + getElapsedTime()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.IObservable {
{abstract} + addObserver()
{abstract} + notifyObservers()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.IObserver {
{abstract} + update()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.ISteerable {
{abstract} + turnLeft()
{abstract} + turnRight()
}
}
namespace org.csc133.a3 {
interface org.csc133.a3.IStrategy {
{abstract} + apply()
{abstract} + getStrategyType()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.LeftTurnCommand {
+ LeftTurnCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.MapView {
+ MapView()
+ paint()
+ start()
+ stop()
+ update()
}
}
namespace org.csc133.a3 {
abstract class org.csc133.a3.Movable {
- heading : int
- speed : int
+ Movable()
+ getHeading()
+ getSpeed()
+ move()
+ setHeading()
+ setSpeed()
+ toString()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.NonPlayerHelicopter {
- animateNph : Image[]
- index : int
- nphImage : Image
+ NonPlayerHelicopter()
+ collidesWith()
+ draw()
+ getStrategy()
+ handleCollision()
+ intersects()
+ invokeStrategy()
+ setRemainingFuel()
+ setSpeed()
+ setStrategy()
+ toString()
+ turnLeft()
+ turnRight()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.NphCollisionCommand {
+ NphCollisionCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.PlayPauseCommand {
+ PlayPauseCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.PlayerHelicopter {
{static} - instance : Helicopter
{static} + getInstance()
{static} + removeInstance()
- PlayerHelicopter()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.RaceStrategy {
+ RaceStrategy()
+ apply()
+ getStrategyType()
- raceHeading()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.RefuelingBlimp {
- blimp : Image
- capacity : int
- collidedBlimp : Image
+ RefuelingBlimp()
+ collidesWith()
+ draw()
+ getCapacity()
+ handleCollision()
+ intersects()
+ setCapacity()
+ toString()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.RightTurnCommand {
+ RightTurnCommand()
+ actionPerformed()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.SingleDigitComponent {
{static} + numDigitsShowing : int
- singleDigit : Image[]
+ SingleDigitComponent()
+ animate()
+ paint()
+ setLedColor()
+ setSingleDigit()
# calcPreferredSize()
- getDisplayX()
- getDisplayY()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.SkyScraper {
{static} - NUMBER_OF_SKYSCRAPER : int
- isReached : boolean
- reachedSkyScraper : Image[]
- sequenceNumber : int
- unreachedSkyScraper : Image[]
+ SkyScraper()
+ collidesWith()
+ draw()
+ getSequenceNumber()
+ handleCollision()
+ intersects()
+ setReached()
+ toString()
# calcPreferredSize()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.SkyscraperCollisionCommand {
+ SkyscraperCollisionCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.Sound {
- m : Media
+ Sound()
+ pause()
+ play()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.SoundCommand {
+ SoundCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
namespace org.csc133.a3 {
class org.csc133.a3.SwitchStrategyCommand {
+ SwitchStrategyCommand()
+ actionPerformed()
+ setTarget()
+ setTarget()
}
}
org.csc133.a3.AboutCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.AboutCommand o-- org.csc133.a3.Game : game
org.csc133.a3.AboutCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.AccelerateCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.AccelerateCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.AttackStrategy .up.|> org.csc133.a3.IStrategy
org.csc133.a3.AttackStrategy o-- org.csc133.a3.NonPlayerHelicopter : nphHelicopter
org.csc133.a3.AttackStrategy o-- org.csc133.a3.Helicopter : targetHelicopter
org.csc133.a3.BGSound .up.|> java.lang.Runnable
org.csc133.a3.Bird -up-|> org.csc133.a3.Movable
org.csc133.a3.BirdCollisionCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.BirdCollisionCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.BlimpCollisionCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.BlimpCollisionCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.BrakeCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.BrakeCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.Commands -up-|> com.codename1.ui.Command
org.csc133.a3.DamageLevelComponent -up-|> org.csc133.a3.DigitImageComponent
org.csc133.a3.DefenseStrategy .up.|> org.csc133.a3.IStrategy
org.csc133.a3.DefenseStrategy o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.DefenseStrategy o-- org.csc133.a3.NonPlayerHelicopter : nphHelicopter
org.csc133.a3.DigitImageComponent -up-|> com.codename1.ui.Component
org.csc133.a3.ExitCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.ExitCommand o-- org.csc133.a3.Game : game
org.csc133.a3.ExitCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.Fixed -up-|> org.csc133.a3.GameObject
org.csc133.a3.FuelLevelComponent -up-|> org.csc133.a3.DigitImageComponent
org.csc133.a3.Game .up.|> java.lang.Runnable
org.csc133.a3.Game -up-|> com.codename1.ui.Form
org.csc133.a3.Game o-- org.csc133.a3.GlassCockpit : glassCockpit
org.csc133.a3.Game o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.Game o-- org.csc133.a3.MapView : mapView
org.csc133.a3.GameClockComponent -up-|> org.csc133.a3.DigitImageComponent
org.csc133.a3.GameObject .up.|> org.csc133.a3.ICollider
org.csc133.a3.GameObject .up.|> org.csc133.a3.IDrawable
org.csc133.a3.GameObjectCollection .up.|> org.csc133.a3.ICollection
org.csc133.a3.GameWorld .up.|> org.csc133.a3.IObservable
org.csc133.a3.GameWorld o-- org.csc133.a3.BGSound : backgroundSound
org.csc133.a3.GameWorld o-- org.csc133.a3.Sound : birdCrash
org.csc133.a3.GameWorld o-- org.csc133.a3.Sound : blimpCrash
org.csc133.a3.GameWorld o-- org.csc133.a3.GameObjectCollection : gameObjects
org.csc133.a3.GameWorld o-- org.csc133.a3.Sound : heliCheckpoint
org.csc133.a3.GameWorld o-- org.csc133.a3.Sound : helicopterCrash
org.csc133.a3.GlassCockpit .up.|> org.csc133.a3.IGameClock
org.csc133.a3.GlassCockpit .up.|> org.csc133.a3.IObserver
org.csc133.a3.GlassCockpit -up-|> com.codename1.ui.Container
org.csc133.a3.GlassCockpit o-- org.csc133.a3.DamageLevelComponent : damageLevelComp
org.csc133.a3.GlassCockpit o-- org.csc133.a3.FuelLevelComponent : fuelLevelComp
org.csc133.a3.GlassCockpit o-- org.csc133.a3.GameClockComponent : gameTimeComp
org.csc133.a3.GlassCockpit o-- org.csc133.a3.HeadingComponent : headingComp
org.csc133.a3.GlassCockpit o-- org.csc133.a3.SingleDigitComponent : lastComp
org.csc133.a3.GlassCockpit o-- org.csc133.a3.SingleDigitComponent : livesComp
org.csc133.a3.HeadingComponent -up-|> org.csc133.a3.DigitImageComponent
org.csc133.a3.Helicopter .up.|> org.csc133.a3.ISteerable
org.csc133.a3.Helicopter -up-|> org.csc133.a3.Movable
org.csc133.a3.Helipad -up-|> org.csc133.a3.Fixed
org.csc133.a3.HelpCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.HelpCommand o-- org.csc133.a3.Game : game
org.csc133.a3.HelpCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.LeftTurnCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.LeftTurnCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.MapView .up.|> org.csc133.a3.IObserver
org.csc133.a3.MapView -up-|> com.codename1.ui.Container
org.csc133.a3.MapView o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.Movable -up-|> org.csc133.a3.GameObject
org.csc133.a3.NonPlayerHelicopter -up-|> org.csc133.a3.Helicopter
org.csc133.a3.NonPlayerHelicopter o-- org.csc133.a3.IStrategy : curStrategy
org.csc133.a3.NphCollisionCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.NphCollisionCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.PlayPauseCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.PlayPauseCommand o-- org.csc133.a3.Game : game
org.csc133.a3.RaceStrategy .up.|> org.csc133.a3.IStrategy
org.csc133.a3.RaceStrategy o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.RaceStrategy o-- org.csc133.a3.NonPlayerHelicopter : nphHelicopter
org.csc133.a3.RefuelingBlimp -up-|> org.csc133.a3.Fixed
org.csc133.a3.RightTurnCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.RightTurnCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.SingleDigitComponent -up-|> org.csc133.a3.DigitImageComponent
org.csc133.a3.SkyScraper -up-|> org.csc133.a3.Fixed
org.csc133.a3.SkyscraperCollisionCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.SkyscraperCollisionCommand o-- org.csc133.a3.Game : game
org.csc133.a3.SkyscraperCollisionCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.SoundCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.SoundCommand o-- org.csc133.a3.Game : game
org.csc133.a3.SoundCommand o-- org.csc133.a3.GameWorld : gw
org.csc133.a3.SwitchStrategyCommand -up-|> org.csc133.a3.Commands
org.csc133.a3.SwitchStrategyCommand o-- org.csc133.a3.Game : game
org.csc133.a3.SwitchStrategyCommand o-- org.csc133.a3.GameWorld : gw
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
|
774cd5341e04a6ae85128ec4dbcdd7ac06d061b5
|
c8e5514bd3ea44e6613f469e88bc0562ba16ae62
|
/src/site/sphinx/formatting/puml/colors/SeaShell.puml
|
6f38fec4d3d3dbaca3b53ae20e0e2e05330344ac
|
[] |
no_license
|
weedySeaDragon/plantuml-documentation
|
1dc30b9afcedaf1afe153cd9bbaa2c3246a769ba
|
3c23cd2cd7fc1b4a85423ef9861711907fab2296
|
refs/heads/develop
| 2022-12-09T05:57:04.055959
| 2022-05-12T16:05:20
| 2022-05-12T16:05:20
| 165,910,589
| 55
| 6
| null | 2022-11-22T10:34:29
| 2019-01-15T19:28:35
|
SCSS
|
UTF-8
|
PlantUML
| false
| false
| 313
|
puml
|
@startuml
skinparam ClassBackgroundColor #SeaShell
skinparam ClassFontColor #SeaShell
skinparam ClassBorderColor #SeaShell
skinparam ClassStereotypeFontSize 0
skinparam CircledCharacterFontSize 0
skinparam CircledCharacterRadius 0
skinparam ClassBorderThickness 0
skinparam Shadowing false
class Dummy
@enduml
| false
| true
| false
| false
|
class
|
e19546c6d3b08db470509c25b44ca2fe739fae2f
|
63114b37530419cbb3ff0a69fd12d62f75ba7a74
|
/plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/TestRun/Tasks/LegacyEditModeRunTask.puml
|
49c513afae291b9d500055ca54e9c6abd67f23b3
|
[] |
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
| 186
|
puml
|
@startuml
class LegacyEditModeRunTask {
+ LegacyEditModeRunTask()
+ <<override>> Execute(testJobData:TestJobData) : IEnumerator
}
TestTaskBase <|-- LegacyEditModeRunTask
@enduml
| false
| true
| false
| false
|
class
|
c5ec48cccf2e16900e069318d593835090f272d0
|
ab1416f6fd6655094298e6c7bab1ac47d2533342
|
/samples/PlantUML/casUtilisation.puml
|
be0451b0d3eefcc1fc664f0cd98df8e1863c2363
|
[
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] |
permissive
|
monkslc/hyperpolyglot
|
6ddc09e9d10d30bd8ce5c80a3bd755fa5714d621
|
a55a3b58eaed09b4314ef93d78e50a80cfec36f4
|
refs/heads/master
| 2023-05-26T15:26:14.686247
| 2023-05-17T13:51:31
| 2023-05-17T13:51:31
| 248,387,967
| 43
| 11
|
Apache-2.0
| 2023-05-17T13:51:35
| 2020-03-19T02:02:35
|
RenderScript
|
UTF-8
|
PlantUML
| false
| false
| 1,091
|
puml
|
@startuml
' from https://github.com/teamflat/enflatme/blob/master/livrables/casUtilisation/casUtilisation.txt'
title Modèle d'usage\n <b>enflatme</b>
left to right direction
skinparam packageStyle rect
skinparam shadowing false
actor Visiteur as visiteur
actor Colocataire as coloc
actor :Responsable de la colocation: as respColoc
coloc <|-- respColoc
rectangle application {
(S'inscrire) as inscription
(Afficher la colocation) as afficher
(Modifier la colocation) as modifier
(Administrer la colocation) as administrer
(Modifier des tâches) as modifierTaches
(Créer une colocation) .> administrer : extends
(Supprimer une colocation) ..> administrer : extends
(Ajouter des tâches) ..> administrer : extends
(Supprimer des tâches) ..> administrer : extends
(Marquer une tâche commme complétée) .> modifier : extends
modifierTaches ..> modifier : extends
note right of modifierTaches
Exemple : indiquer qu'une tâche
ménagère a été effectuée.
end note
visiteur --> inscription
coloc --> afficher
coloc --> modifier
respColoc -> administrer
}
@enduml
| false
| true
| true
| false
|
usecase
|
1c5d51ac6811356b1dbc969208d20b97b4249fed
|
79b1afae05be893d0d860ad88e065a1fe3fe7717
|
/structure/proxy/uml/_example.puml
|
3825d551633f5bd251a3cb54b78554d8c6b27d2b
|
[] |
no_license
|
danielleberre/pattern-repository
|
5dd0c84147f35c9e22abfe30abd93b8cb51560f3
|
68eab140c40174e2fc1769f4b718f7528b440921
|
refs/heads/master
| 2020-04-30T14:20:09.435842
| 2019-03-25T13:07:03
| 2019-03-25T13:07:03
| 176,888,097
| 0
| 0
| null | 2019-03-21T07:00:12
| 2019-03-21T07:00:10
| null |
UTF-8
|
PlantUML
| false
| false
| 519
|
puml
|
@startuml
skinparam nodesep 75
skinparam ranksep 50
hide empty members
class Main <<Client>>
interface Registry <<Subject>> {
+ {abstract} <<operation>> getPhoneNumber(String): String
}
Main .> Registry
class RemoteRegistry <<Registry>> {
+ <<operation>> getPhoneNumber(String): String
}
Registry <|-- RemoteRegistry
class CachedRegistry <<Proxy>> {
+ this(Subject)
__
+ <<operation>> getPhoneNumber(String): String
}
Registry <|-- CachedRegistry
RemoteRegistry "1\ntarget" <- CachedRegistry
@enduml
| false
| true
| false
| false
|
class
|
ffaf50353c1ae6d95d873bfa728d5ce2b2c7b0d5
|
89cc1f7fd46e4c499df86203d424758b01b976be
|
/doc/diagrams/sequence_diagram.puml
|
567f55eab254816718652d066324e96bf60c7bcb
|
[
"MIT"
] |
permissive
|
Daniel-W-Innes/SYSC3303-A3
|
5c5f71c79994d81f609ba85325469bcdcaaf7be9
|
a3e5546d78b470fa6a5810a84d6b58cf3a39fe73
|
refs/heads/main
| 2023-03-16T12:40:16.635422
| 2021-03-07T17:58:31
| 2021-03-07T17:58:31
| 345,415,837
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,026
|
puml
|
@startuml
'https://plantuml.com/sequence-diagram
skinparam style strictuml
actor User
participant Main
box Client #LightGreen
participant actor.Client as Client
participant stub.intermediate.ClientSide as sic
end box
box Intermediate #LightBlue
participant actor.intermediate.ClientSide as aic
participant actor.intermediate.Intermediate as Intermediate
participant actor.intermediate.ServerSide as ais
end box
box Server #LightCoral
participant stub.intermediate.ServerSide as sis
participant actor.Server as Server
end box
autonumber
== Initialization ==
User ->> Main ++: main()
Main -> Intermediate **: Constructor
Main -> Intermediate ++: runServerSide()
Intermediate -> aic **: Constructor
Intermediate ->> aic: start()
activate aic
Intermediate --> Main
deactivate Intermediate
Main -> Intermediate ++: runClientSide()
Intermediate -> ais **: Constructor
Intermediate ->> ais : start()
activate ais
Intermediate --> Main
deactivate Intermediate
Main -> sis **: Constructor
Main -> Server **: Constructor
Main -> sic **: Constructor
Main -> Client **: Constructor
Main ->> Server: start()
activate Server
Main ->> Client: start()
activate Client
Main -> Client: join()
deactivate Main
== Steady State ==
par Client sending requests
loop for request in requests
Client -> sic ++: send(request)
sic -[#0000FF]>> aic: <<UDP>> send(request)
aic ->> aic: handle: handleMessage(...)
activate aic
aic -> aic: send(request)
aic -> Intermediate ++: addRequest(request)
return
aic -[#0000FF]>> sic: <<UDP>> ack
deactivate aic
return
end
else Client requesting responses
loop Until interrupted
Client -> sic ++: send()
sic -[#0000FF]>> aic: <<UDP>> send()
aic ->> aic: handle: handleMessage(...)
activate aic
aic -> aic: send()
aic -> Intermediate ++: getResponse()
return
aic -[#0000FF]>> sic: <<UDP>> message
deactivate aic
return message
end
else Server requesting requests and sending responses
loop Until interrupt
Server -> sis ++: send()
sis -[#0000FF]>> ais: <<UDP>> send()
ais ->> ais: handle: handleMessage(...)
activate ais
ais -> ais: send()
ais -> Intermediate ++: getRequest()
return
ais -[#0000FF]>> sis: <<UDP>> message
deactivate ais
return message
Server -> sis ++: send(response)
sis -[#0000FF]>> ais: <<UDP>> send(response)
ais ->> ais: handle: handleMessage(...)
activate ais
ais -> ais: send(responses)
ais -> Intermediate ++: addResponse(response)
return
ais -[#0000FF]>> sis: <<UDP>> ack
deactivate ais
return
end
end
== Termination ==
Client --> Main
deactivate Client
activate Main
Main ->> aic: interrupt()
deactivate aic
Main ->> Server: interrupt()
deactivate Server
Main ->> ais: interrupt()
deactivate ais
deactivate Main
@enduml
| false
| true
| false
| false
|
usecase
|
d19aa65cec020782ee34f8090142535a4d5cc1d5
|
2224a126b01b992d959a6bd54f2d1011a5ba4d70
|
/src/main/java/pt/ipp/isep/dei/project/controllers/configurehouseinformationfromjsoncontroller/SD_ConfigureFromJSON.puml
|
186e7f8fd0d2bb9443f026e903e953e4b58db398
|
[] |
no_license
|
1181687/hateoasToy
|
f7d5f6aeffe15f30adea325f40670f0e0b15cc35
|
0f37f75477d41f5f6ec52d4e125b3b6f0f1c0375
|
refs/heads/master
| 2020-05-24T10:01:58.451415
| 2019-05-15T11:02:39
| 2019-05-15T11:02:39
| 187,203,481
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,340
|
puml
|
@startuml
skinparam sequenceMessageAlign center
skinparam sequence {
ArrowColor Black
ActorBorderColor DarkBlue
LifeLineBorderColor black
LifeLineBackgroundColor LightGrey
ParticipantBorderColor Black
ParticipantBackgroundColor LightGrey
ParticipantFontStyle Bold
ActorBackgroundColor DimGrey
ActorFontColor DeepSkyBlue
ActorFontStyle Bold
ActorFontSize 17
ActorFontName Aapex
}
autonumber
actor AdminUser
activate AdminUser
actor AdminUser
AdminUser -> ":ConfigureHouseFromAFileUI": Configure House
activate ":ConfigureHouseFromAFileUI"
AdminUser <-- ":ConfigureHouseFromAFileUI": Ask for the file path
deactivate ":ConfigureHouseFromAFileUI"
AdminUser -> ":ConfigureHouseFromAFileUI": File path
activate ":ConfigureHouseFromAFileUI"
":ConfigureHouseFromAFileUI" -> ":ConfigureHouseInformation\nFromJSONOController" : readFile(file, path)
activate ":ConfigureHouseInformation\nFromJSONOController"
":ConfigureHouseInformation\nFromJSONOController" -> "<<ProjectFileReader>>" : createReader(path)
activate "<<ProjectFileReader>>"
"<<ProjectFileReader>>" --> ":ConfigureHouseInformation\nFromJSONOController" : reader
deactivate "<<ProjectFileReader>>"
":ConfigureHouseInformation\nFromJSONOController" -> "<<ProjectFileReader>>": readFile(file)
activate "<<ProjectFileReader>>"
ref over "<<ProjectFileReader>>"
readFile
end
":ConfigureHouseInformation\nFromJSONOController" <-- "<<ProjectFileReader>>": ListOfHouseObjects
deactivate "<<ProjectFileReader>>"
":ConfigureHouseFromAFileUI" <-- ":ConfigureHouseInformation\nFromJSONOController": ListOfHouseObjects
deactivate ":ConfigureHouseInformation\nFromJSONOController"
AdminUser <-- ":ConfigureHouseFromAFileUI" : contentOfFile + confirmationMessage (Y/N)
deactivate ":ConfigureHouseFromAFileUI"
AdminUser -> ":ConfigureHouseFromAFileUI": confirmationMessage
activate ":ConfigureHouseFromAFileUI"
":ConfigureHouseFromAFileUI" -> ":ConfigureHouseInformation\nFromJSONOController": importHouseInformation()
activate ":ConfigureHouseInformation\nFromJSONOController"
":ConfigureHouseInformation\nFromJSONOController" -> ":HouseService": updateHouseWithRoomsAndGrids()
activate ":HouseService"
":HouseService" -> "AddressMapper" : mapToEntity(address)
activate "AddressMapper"
":HouseService"<-- "AddressMapper" : address
deactivate "AddressMapper"
loop
":HouseService" -> "RoomMapper" : mapToEntity(room)
activate "RoomMapper"
":HouseService" <-- "RoomMapper" : room
deactivate "RoomMapper"
end
loop
":HouseService" -> "HouseGridMapper" : mapToEntity(houseGrid)
activate "HouseGridMapper"
":HouseService" <-- "HouseGridMapper" : grid
deactivate "HouseGridMapper"
loop for each room
":HouseService" -> ":HouseGrid" : addRoom(room)
activate ":HouseGrid"
":HouseService" <-- ":HouseGrid" : true
deactivate ":HouseGrid"
end
end
":ConfigureHouseInformation\nFromJSONOController" <-- ":HouseService": true
deactivate ":HouseService"
":ConfigureHouseInformation\nFromJSONOController" <-- ":ConfigureHouseInformation\nFromJSONOController" : writeAddressToFile(address)
":ConfigureHouseFromAFileUI" <-- ":ConfigureHouseInformation\nFromJSONOController": true
deactivate ":ConfigureHouseInformation\nFromJSONOController"
AdminUser <-- ":ConfigureHouseFromAFileUI": give feedback
deactivate ":ConfigureHouseFromAFileUI"
deactivate AdminUser
@enduml
| false
| true
| false
| false
|
usecase
|
87d4b77325d3af23e1d085c9e3095e1b36e13a0a
|
c5e90c064eb2f4194a1f25e62e71eecd66a4753a
|
/docs/usecase.puml
|
3852f7cfcba313d50af34af9ede9d6f869fda77c
|
[] |
no_license
|
MartonPeterMarton/AFP2020_autumn_teamA
|
9e3efc6635177fe43aa85a86108390ff3f4b8bac
|
d5ced5229734bcf02bf2f4168bf5c01a51a53deb
|
refs/heads/master
| 2023-01-11T00:00:10.002622
| 2020-11-18T10:37:49
| 2020-11-18T10:37:49
| 299,249,070
| 0
| 0
| null | 2020-11-18T10:36:36
| 2020-09-28T08:56:48
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 372
|
puml
|
@startuml
left to right direction
actor "Costumer" as cst
package Aquapark {
usecase "Recieve ID" as UC1
usecase "Use Slide" as UC2
usecase "Pay Reciept" as UC3
usecase "Charged for slide" as UC4
usecase "Give back ID" as UC5
}
actor "Aquapark" as ap
cst --> UC1
cst --> UC2
cst --> UC5
UC2 .> UC4 : include
UC5 .> UC3 : include
ap --> UC1
ap --> UC5
@enduml
| false
| true
| false
| false
|
usecase
|
3780c875eef57cea5038bf05ed19c838c00d7be1
|
e2c36562dfa9149d133290ca06c7701d84a12029
|
/app/src/main/java/org/team7/wtp/wtp.plantuml
|
76b21ebb736202fe8b891f7fbe4c0e941a116abd
|
[
"MIT"
] |
permissive
|
lmcintyre/whosthatpokemon
|
cce54779d6fd7d95af1a6a1f62e6a617483ffc96
|
600b07969568cf85316e5fd144b4c2ee7824d26e
|
refs/heads/master
| 2021-06-16T18:54:31.291743
| 2019-03-21T14:59:24
| 2019-03-21T14:59:24
| 174,248,867
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 5,283
|
plantuml
|
@startuml
title __Team7 (Who's That Pokemon) Class Diagram__\n
skinparam monochrome true
package org.team7.wtp {
class GameModeSelectFragment {
+ onCreateDialog()\n - Creates the dialog
- updatePrefsAndGame()\n - Changes the gamemode preference,\nthen restarts the quiz with set mode
- getPkmnFragment()\n - Gets the current PkmnFragment\n (MainActivityFragment)
- getCurrentMode()\n - Gets the current game mode\nfrom PkmnFragment
}
class IgnoredPreference {
+ IgnoredPreference()
+ IgnoredPreference()
+ IgnoredPreference()
# onCreateView()\n - Does nothing, so the preference\nis hidden in the preference fragment
}
class MainActivity {
{static} + REGIONS : String
{static} + MODE : String
- preferencesChanged : boolean
# onStart()
# onCreate()
+ onCreateOptionsMenu()
+ onOptionsItemSelected()
}
enum GameMode {
CLASSIC
ENHANCED
}
class MainActivityFragment {
{static} - TAG : String
- regions : List<Pair<Integer, Integer>>
- imgView : ImageView
- buttons : List<Button>
- progressTextView : TextView
- correctTextView : TextView
- pokePaths : List<String>
- pokes : List<String>
- random : SecureRandom
- handler : Handler
- correctPoke : String
- numQuestions : int
- totalGuesses : int
- correctAnswers : int
- enhancedScore : double
- revealAnimationSpin : Animation
- revealAnimationOpacity : Animation
- revealAnimationSpinAndOpacity : Animation
- setBlack : Animation
- guessButtonListener : OnClickListener
+ onCreateView()
+ reset()\n - Resets the quiz state
+ setMode()\n - Changes the current game mode
+ getMode()\n - Gets the current game mode
+ updateRegions()\n - Changes the current regions the quiz\nwill choose Pokemon from
- pokeInRegions()\n - Determines if a random Pokemon is within\nthe regions selected by the user
- getPokeName()\n - Retrieves a formatted Pokemon name from\nthe filename of its image
- getPokeDexNum()\n - Retrieves the Pokedex number from the\nfilename of its image
- initPokeList()\n - Initializes the list of Pokemon filenames for the quiz
- loadNextPoke()\n - Loads and displays the next Pokemon in the list
- displayResults()\n - Creates and displays a dialog to show the user's score
}
class ObscuringImageView {
+ ObscuringImageView()
+ ObscuringImageView()
+ setSilhouetteBitmap()\n - Provided with a bitmap, this method creates\na version of the same bitmap with any non-alpha\npixels set to black
+ reset()\n - Resets the image to a 1x1 bitmap
}
class ObscuringView {
{static} - TOUCH_TOLERANCE : float
~ bitmap : Bitmap
~ paint : Paint
~ mCanvas : Canvas
~ matrix : Matrix
~ paintScreen : Paint
- pathMap : Map<Integer, Path>
- previousPointMap : Map<Integer, Point>
+ ObscuringView()
+ ObscuringView()
+ reset()\n - Resets the canvas to a 1x1 bitmap
- setUpDrawing()\n - Sets the necessary paint values\nto allow the user to erase a black bitmap
+ setUpBitmap()\n - Sets up the black square bitmap\non the canvas
+ getPercentErased()\n - Determines the amount of the canvas\nthat's been erased
# onDraw()\n - Keeps track of paths and draws\nthem during the draw event
+ onTouchEvent()\n - Begins the touch event/path handling
- touchStarted()\n - Initializes a path to draw
- touchMoved()\n - Modifies that path to draw
- touchEnded()\n - Finalizes the path and commits it to the bitmap
}
class SettingsActivity {
# onCreate()
}
class SettingsActivityFragment {
+ SettingsActivityFragment()
+ onCreate()
}
}
SettingsActivity -up-|> AppCompatActivity : is an AppCompatActivity
SettingsActivityFragment -up-|> PreferenceFragment : is a PreferenceFragment
GameModeSelectFragment -up-|> DialogFragment : is a DialogFragment
IgnoredPreference -up-|> ListPreference : is a ListPreference
MainActivity -up-|> AppCompatActivity
MainActivity o-- MainActivityFragment : pkmnFragment
MainActivity +-down- GameMode : declares GameMode
MainActivityFragment -up-|> Fragment : is a Fragment
MainActivityFragment o-- GameMode : keeps track of mode
MainActivityFragment o-- ObscuringImageView : obsImageView used in MainActivityFragment
MainActivityFragment o-- ObscuringView : obsView used in MainActivityFragment
ObscuringImageView -up-|> AppCompatImageView : is an AppCompatImageView
ObscuringView -up-|> View : is a View
@enduml
| false
| true
| false
| false
|
class
|
c9c401e8e18340554ff1dd474a692cdef8aa1a68
|
9428f536152d15f8c8ba0805aae5312a04b80ae2
|
/movierental-v1.puml
|
0dddb8787a6cc874bde94343691cb69fbc5588c1
|
[] |
no_license
|
SENG330/refactoring
|
eb2417ee5c55dcdc90ea8ec38c774ffe001ddae3
|
34f431a0eaa462d72f64a0355b0bafea4f4c6662
|
refs/heads/master
| 2020-04-09T01:09:26.222441
| 2018-12-01T00:42:34
| 2018-12-01T00:42:34
| 159,893,786
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 228
|
puml
|
@startuml
class Rental {
daysRented: int
}
class Movie {
title: String
priceCode: int
}
class Customer {
+ statement(): String
- amountFor(): double
}
Customer "1" -left-> "*" Rental
Rental "1" -left-> "*" Movie
@enduml
| false
| true
| false
| false
|
class
|
12edc2ddf6e5eecc507eb028ece36023590ebc1f
|
d97b774fd95a8e98e37c46ee1771f6e6e407a148
|
/uml/api/ShippingRateInputDraft.puml
|
534a14375942f4474e17b9787560540940ad23b2
|
[] |
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
| 5,534
|
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 ShippingRateInputDraft [[ShippingRateInputDraft.svg]] {
type: String
}
interface ClassificationShippingRateInputDraft [[ClassificationShippingRateInputDraft.svg]] {
type: String
key: String
}
interface ScoreShippingRateInputDraft [[ScoreShippingRateInputDraft.svg]] {
type: String
score: Long
}
interface CartDraft [[CartDraft.svg]] {
currency: String
key: String
customerId: String
customerEmail: String
customerGroup: [[CustomerGroupResourceIdentifier.svg CustomerGroupResourceIdentifier]]
anonymousId: String
businessUnit: [[BusinessUnitResourceIdentifier.svg BusinessUnitResourceIdentifier]]
store: [[StoreResourceIdentifier.svg StoreResourceIdentifier]]
lineItems: [[LineItemDraft.svg List<LineItemDraft>]]
customLineItems: [[CustomLineItemDraft.svg List<CustomLineItemDraft>]]
taxMode: [[TaxMode.svg TaxMode]]
externalTaxRateForShippingMethod: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
taxRoundingMode: [[RoundingMode.svg RoundingMode]]
taxCalculationMode: [[TaxCalculationMode.svg TaxCalculationMode]]
inventoryMode: [[InventoryMode.svg InventoryMode]]
billingAddress: [[BaseAddress.svg BaseAddress]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
shippingMode: [[ShippingMode.svg ShippingMode]]
customShipping: [[CustomShippingDraft.svg List<CustomShippingDraft>]]
shipping: [[ShippingDraft.svg List<ShippingDraft>]]
itemShippingAddresses: [[BaseAddress.svg List<BaseAddress>]]
discountCodes: [[String.svg List<String>]]
country: String
locale: String
origin: [[CartOrigin.svg CartOrigin]]
deleteDaysAfterLastModification: Long
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CustomShippingDraft [[CustomShippingDraft.svg]] {
key: String
shippingMethodName: String
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface ShippingDraft [[ShippingDraft.svg]] {
key: String
shippingMethod: [[ShippingMethodReference.svg ShippingMethodReference]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartAddCustomShippingMethodAction [[CartAddCustomShippingMethodAction.svg]] {
action: String
shippingKey: String
shippingMethodName: String
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRate: [[ShippingRateDraft.svg ShippingRateDraft]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
taxCategory: [[TaxCategoryResourceIdentifier.svg TaxCategoryResourceIdentifier]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartAddShippingMethodAction [[CartAddShippingMethodAction.svg]] {
action: String
shippingKey: String
shippingMethod: [[ShippingMethodResourceIdentifier.svg ShippingMethodResourceIdentifier]]
shippingAddress: [[BaseAddress.svg BaseAddress]]
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
externalTaxRate: [[ExternalTaxRateDraft.svg ExternalTaxRateDraft]]
deliveries: [[DeliveryDraft.svg List<DeliveryDraft>]]
custom: [[CustomFieldsDraft.svg CustomFieldsDraft]]
}
interface CartSetShippingRateInputAction [[CartSetShippingRateInputAction.svg]] {
action: String
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
}
interface StagedOrderSetShippingRateInputAction [[StagedOrderSetShippingRateInputAction.svg]] {
action: String
shippingRateInput: [[ShippingRateInputDraft.svg ShippingRateInputDraft]]
}
ShippingRateInputDraft --> ClassificationShippingRateInputDraft #blue;text:blue : "type : Classification"
ShippingRateInputDraft --> ScoreShippingRateInputDraft #blue;text:blue : "type : Score"
ShippingRateInputDraft --> CartDraft #green;text:green : "shippingRateInput"
ShippingRateInputDraft --> CustomShippingDraft #green;text:green : "shippingRateInput"
ShippingRateInputDraft --> ShippingDraft #green;text:green : "shippingRateInput"
ShippingRateInputDraft --> CartAddCustomShippingMethodAction #green;text:green : "shippingRateInput"
ShippingRateInputDraft --> CartAddShippingMethodAction #green;text:green : "shippingRateInput"
ShippingRateInputDraft --> CartSetShippingRateInputAction #green;text:green : "shippingRateInput"
ShippingRateInputDraft --> StagedOrderSetShippingRateInputAction #green;text:green : "shippingRateInput"
@enduml
| false
| true
| false
| false
|
sequence
|
1998b3706fc30b528614d0bbb999fea4986a0c4e
|
9de4b41bcb10bf965f5b3a1bc1bc712fea10eec2
|
/docs/uml.plantuml
|
cef0861898e567dc03e0dec309205e7c35616ab6
|
[
"MIT"
] |
permissive
|
navikt/archiving-infrastructure
|
3b9e644d1ab27e5c7b5a55f186f3a5e4f6661a6a
|
960dac532780eb3e8e118a94704ef756e91209f3
|
refs/heads/main
| 2023-04-14T07:14:00.283985
| 2023-04-12T11:31:16
| 2023-04-12T11:31:16
| 213,859,254
| 0
| 0
|
MIT
| 2023-03-29T09:47:16
| 2019-10-09T08:11:20
|
Kotlin
|
UTF-8
|
PlantUML
| false
| false
| 1,105
|
plantuml
|
@startuml
actor ExternalService
participant Soknadsmottaker
queue Kafka
participant Soknadsarkiverer
queue ProcessingEvents
database Soknadsfillager
database Joark
ExternalService -> Soknadsfillager : Upload File (POST)
ExternalService -> Soknadsfillager : Upload File (POST)
ExternalService -> Soknadsmottaker : Archive Request (POST)
Soknadsmottaker -> Kafka : Queue
Kafka -> Soknadsarkiverer : Queue
Soknadsarkiverer -[#0000FF]-//o ProcessingEvents : RECEIVED
Soknadsarkiverer -[#0000FF]-//o ProcessingEvents : STARTED
Soknadsarkiverer -> Soknadsfillager : Request Files (GET)
Soknadsfillager -> Soknadsarkiverer : File Results
Soknadsarkiverer -> Joark : Archive (POST)
Joark -> Soknadsarkiverer : Archive Response
Soknadsarkiverer -[#0000FF]-//o ProcessingEvents : ARCHIVED
Soknadsarkiverer -> Soknadsfillager : Remove Files (DELETE)
Soknadsarkiverer -[#0000FF]-//o ProcessingEvents : FINISHED
@enduml
| false
| true
| false
| false
|
usecase
|
d4b0a12dba628e599af64c876f8fd4ed1c0e719b
|
962989bb15befd5177b53099836f5262cb2d82d0
|
/5.1-data-model/pnf-chaining-data-model-04.puml
|
de431a0f670470988e5de03a533d857c1a0e4786
|
[] |
no_license
|
jnpr-tjiang/cfm-data-model
|
25c12acca65e6a7e4db10058172665517a0f9c11
|
2046f7227f80f98d88844c256b310c442d9cd960
|
refs/heads/master
| 2020-03-16T23:10:44.612882
| 2019-02-04T05:51:27
| 2019-02-04T05:51:27
| 133,068,065
| 2
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 4,101
|
puml
|
@startuml
skinparam object {
BackgroundColor PaleGreen
BackgroundColor<<PhysicalRouter>> Wheat
BackgroundColor<<PhysicalInterface>> Wheat
BackgroundColor<<LogicalRouter>> Wheat
BackgroundColor<<VirtualNetwork>> Wheat
BackgroundColor<<VirtualMachineInterface>> Wheat
BackgroundColor<<ServiceApplianceSet>> Wheat
BackgroundColor<<ServiceAppliance>> Wheat
BackgroundColor<<ServiceTemplate>> Wheat
}
package default-domain {
object Firewall_Svc<<ServiceTemplate>> {
- properties:
\tservice_type: "firewall"
\tinterface_types: ["left", "right"]
\tservice_virtualization_type: "physical_device"
}
}
package global_system_config {
object SRX<<PhysicalRouter>> {
rb_roles:
\tPNF-ServiceChain@pnf
}
object SRX_Left_PI<<PhysicalInterface>> {
}
object SRX_Right_PI<<PhysicalInterface>> {
}
object PNF_CLUSTER<<ServiceApplianceSet>> {
}
object PNF<<ServiceAppliance>> {
}
object QFX<<PhysicalRouter>> {
rb_roles:
\tCRB-MCAST-Gateway@leaf
\tPNF-ServiceChain@leaf
}
object QFX_Left_PI<<PhysicalInterface>> {
}
object QFX_Right_PI<<PhysicalInterface>> {
}
object Svc_Left_LI<<LogicalInterface>> {
}
object Svc_Right_LI<<LogicalInterface>> {
}
object lo0<<PhysicalInterface>> #lightgreen {
}
object lo0.4091<<LogicalInterface>> {
}
object Svc_PIM_IP<<InstanceIP>> {
- ip from fabric loopback namespace
}
object Svc_IP_1<<InstanceIP>> {
- ip from left svc subnet
}
object Svc_IP_2<<InstanceIP>> {
- ip from right svc subnet
}
object Svc_IP_3<<InstanceIP>> {
- ip from left svc subnet
}
object Svc_IP_4<<InstanceIP>> {
- ip from right svc subnet
}
SRX *-- SRX_Left_PI: has
SRX *-- SRX_Right_PI: has
SRX *-- lo0: has
lo0 *-- lo0.4091
lo0.4091 <-- Svc_PIM_IP
QFX *-- QFX_Left_PI: has
QFX *-- QFX_Right_PI: has
QFX_Left_PI *-- Left_IRB_LI: has
QFX_Right_PI *-- Right_IRB_LI: has
Left_IRB_LI <-- Svc_IP_3
Right_IRB_LI <-- Svc_IP_4
QFX_Left_PI <---> SRX_Left_PI: underlay conn
QFX_Right_PI <---> SRX_Right_PI: underlay conn
SRX_Left_PI *-- Svc_Left_LI: has
SRX_Right_PI *-- Svc_Right_LI: has
Svc_Left_LI <-- Svc_IP_1
Svc_Right_LI <-- Svc_IP_2
PNF_CLUSTER *- PNF: has
SRX_Left_PI <---- PNF: "left\t\t\nunderlay\t\t\nport\t\t"
SRX_Right_PI <---- PNF: right\nunderlay\nport
}
package project {
object FW_Svc_inst<<ServiceInstance>> {
enable_bgp: True
}
object Engineering_LR<<LogicalRouter>> {
}
object Sales_LR<<LogicalRouter>> {
}
object Dev<<VirtualNetwork>> {
}
object QA<<VirtualNetwork>> {
}
object Pre_Sales<<VirtualNetwork>> {
}
object Post_Sales<<VirtualNetwork>> {
}
object Engineering_LR_Internal_VN<<VirtualNetwork>> {
}
object Sales_LR_Internal_VN<<VirtualNetwork>> {
}
object svc_attachment<<PortTuple>> {
- left_vlan: 4090
- right_vlan:4091
- left_asn: 64511
- right_asn: 64512
- pnf_asn: 64500
}
object VMI_1<<VirtualMachineInterface>> {
}
object VMI_2<<VirtualMachineInterface>> {
}
object VMI_3<<VirtualMachineInterface>> {
}
object VMI_4<<VirtualMachineInterface>> {
}
Dev <-- VMI_1
QA <-- VMI_2
Pre_Sales <-- VMI_3
Post_Sales <-- VMI_4
Engineering_LR <-- Dev
Engineering_LR <-- QA
Engineering_LR --> Engineering_LR_Internal_VN
Sales_LR <-- Pre_Sales
Sales_LR <-- Post_Sales
Sales_LR --> Sales_LR_Internal_VN
FW_Svc_inst *-- svc_attachment: has
svc_attachment --> Engineering_LR: left LR
svc_attachment --> Sales_LR: right LR
}
PNF_CLUSTER <-- Firewall_Svc
Firewall_Svc <- FW_Svc_inst
QFX <-- Engineering_LR: extend left tenant\nVRF to border leaf
QFX <-- Sales_LR: extend right tenant\nVRF to border leaf
@enduml
| false
| true
| false
| false
|
sequence
|
d5d3721d50c2c8783a16030c5a9e8c98e02e738b
|
b04d5166435afbe4a531aaccc447a40c92bb649b
|
/docs/UseCases/Use-Service/Monitor-Service.puml
|
6c5b29aeaf63509801e3dd45b33d9ec8940a2f42
|
[] |
no_license
|
CAADE/CloudLet
|
bc8e2d2ca4662aa60732888d727fca11d4045f66
|
08066bb296578ca6dc60a20388b15cb0f08425c4
|
refs/heads/master
| 2021-07-24T19:23:37.384552
| 2018-08-11T13:37:52
| 2018-08-11T13:37:52
| 81,122,426
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 279
|
puml
|
@startuml
Actor "actorName" as A
box "Use-Service" #lightblue
participant CLI as CLI
participant Web as Web
participant "cloudlet" as S
A -> CLI : cloudlet-service-monitor()
CLI -> S : service/monitor()
A -> Web : service/monitor()
Web -> S : service/monitor()
end box
@enduml
| false
| true
| false
| false
|
sequence
|
01152c83503ccee5cc17688a9478939af463609e
|
3069f97a4bf8d374ab21db27d3ca212fbe8742f2
|
/documentation/SprintB/US_2053/US_2053_Remover_SD.puml
|
6a676734d481efeec6522ccafc3bd1f745eb7a80
|
[
"MIT"
] |
permissive
|
guilhermeDaniel10/LAPR4_ISEP
|
dbd4d74dce74b4abc028264404a234b0c7fcb801
|
065d4e384f480b44db04d82e9301bce3109defa7
|
refs/heads/master
| 2023-08-16T22:30:02.149536
| 2021-10-06T22:38:25
| 2021-10-06T22:38:25
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,580
|
puml
|
@startuml
actor "Responsavel Recursos Humanos" as RRH
participant AssociarColaboradorUI as UI <<presentation>>
control AssociarColaboradorController as Controller <<application>>
participant ListarColaboradoresService as listService
database ColaboradorRepository as Repository <<repository>>
participant Colaborador as Domain <<domain>>
RRH -> UI: Inicia remoção colaborador
activate UI
UI -> Controller: create()
activate Controller
Controller -> listService: allColaboradores()
activate listService
listService -> Repository: findAll()
activate Repository
Repository -> listService: iterable<Colaborador>
deactivate Repository
listService -> Controller: iterable<Colaborador>
deactivate listService
Controller -> UI: iterable<Colaborador>
deactivate Controller
UI -> RRH: Lista todas os colaboradores disponiveis
deactivate UI
RRH -> UI: Seleciona um colaborador
activate UI
UI -> Controller: getColaborador(colaboradorId)
activate Controller
Controller -> Repository: getColaborador()
activate Repository
Repository -> Controller: colaborador
deactivate Repository
Controller -> Domain: getEquipas()
activate Domain
Domain -> Controller: iterable<Equipa>
deactivate Domain
Controller -> UI: iterable<Equipa>
deactivate Controller
UI -> RRH: Lista todas as equipas compativeis
deactivate UI
RRH -> UI: Seleciona Equipa
activate UI
UI -> Controller: setEquipa(teamId)
activate Controller
Controller -> Domain: removerEquipa(equipa)
activate Domain
Controller -> Repository: save(colaborador)
deactivate Domain
deactivate Controller
UI-> RRH: Sucesso
deactivate UI
@enduml
| false
| true
| true
| false
|
usecase
|
9c7e4e80a7e4b9606806439feecc9a649771d5f9
|
6dd26c98905399713f9b95943accd34d5848fa1d
|
/spisywarka.puml
|
aa2d59deb12ac2b90c704b679028b8b898ea0ceb
|
[
"MIT"
] |
permissive
|
johnykvsky/spisywarka
|
99c1c43e1448b91603c604acdc709202c39ed4d6
|
0822353ac0fcdb841c92789638a5df3e19dbb33f
|
refs/heads/master
| 2023-04-30T21:18:16.112385
| 2022-01-17T20:41:10
| 2022-01-17T20:41:10
| 213,187,384
| 1
| 0
|
MIT
| 2023-04-19T21:10:20
| 2019-10-06T14:53:29
|
PHP
|
UTF-8
|
PlantUML
| false
| false
| 945
|
puml
|
@startuml
title Spisywarka
hide empty methods
hide empty members
class Item {
- id : Uuid
- name : string
- category : Category
- year : ?integer
- format : ?string
- author : ?string
- publisher : ?string
- description : ?string
- store : ?string
- url : ?string
- slug : string
+ Loan[] getLoaned()
+ ItemCollection[] getCollections()
+ Collection[] getItemCollections()
+ void addCollection(ItemCollection)
+ bool isInCollection(Collection)
}
class Collection {
- id : Uuid
- name : string
- description : string
}
class Category {
- id : Uuid
- name : string
- description : string
}
class ItemCollection {
- item : Item
- collection : Collection
}
class Loan {
- id : Uuid
- item : Item
- loaner : ?string
- loanDate : ?DateTime
- returnDate : ?DateTime
}
Item "1" -- "*" Loan
Item "1" -- "1" Category
Item "1" - "*" ItemCollection
ItemCollection "1" -- "1" Collection
@enduml
| false
| true
| false
| false
|
class
|
77e75c899a0f85f865a8bfc92d4a9e8ec05c05b6
|
117a90114e3c40c87a4351df2077a36505b939f5
|
/temporal-sdk/src/main/java/io/temporal/internal/statemachines/CancelWorkflowStateMachine.puml
|
703d1646121a10443db84c028b8cc5952874691d
|
[
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
cfieber/sdk-java
|
eccf7836ff3b1222461a1b5377502141f3d44108
|
221c4bb6a197b52e1e242b3713bd61cd251b6190
|
refs/heads/master
| 2023-05-14T13:04:17.949997
| 2021-05-20T01:27:20
| 2021-05-20T01:27:20
| 364,964,573
| 0
| 0
|
NOASSERTION
| 2021-05-26T21:38:48
| 2021-05-06T15:57:15
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 1,363
|
puml
|
` Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved.
`
` Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
`
` Modifications copyright (C) 2017 Uber Technologies, Inc.
`
` Licensed under the Apache License, Version 2.0 (the "License"). You may not
` use this file except in compliance with the License. A copy of the License is
` located at
`
` http://aws.amazon.com/apache2.0
`
` or in the "license" file accompanying this file. This file is distributed on
` an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
` express or implied. See the License for the specific language governing
` permissions and limitations under the License.
` PlantUML <plantuml.com> State Diagram.
` Generated from src/main/java/io/temporal/internal/statemachines/CancelWorkflowStateMachine.java
` by io.temporal.internal.statemachines.CommandsGeneratePlantUMLStateDiagrams.
@startuml
title CancelWorkflow State Transitions
[*] --> CREATED
CANCEL_WORKFLOW_COMMAND_CREATED --> CANCEL_WORKFLOW_COMMAND_CREATED: CANCEL_WORKFLOW_EXECUTION
CANCEL_WORKFLOW_COMMAND_CREATED --> CANCEL_WORKFLOW_COMMAND_RECORDED: WORKFLOW_EXECUTION_CANCELED
CREATED --> CANCEL_WORKFLOW_COMMAND_CREATED: SCHEDULE
CANCEL_WORKFLOW_COMMAND_RECORDED --> [*]
center footer Copyright (C) 2020 Temporal Technologies, Inc. All Rights Reserved.
@enduml
| false
| true
| false
| false
|
sequence
|
20cdae756713393a76fdd15ba037b99dfbfc4562
|
d2a19b07354480392ca76f3a9cfdb59672b9bced
|
/internal/userInterfaces/ding3/sequence-diagrams/search/search-field-and-autocomplete.puml
|
dd992b08129065a2fd12498a9823769c1de81d74
|
[] |
no_license
|
danskernesdigitalebibliotek/plantuml
|
4b109bab8a790e28fada98770a6ca25774bb4199
|
e654bbf040f6d74d53dbf5fc56588b042b1d12bb
|
refs/heads/master
| 2021-09-24T02:18:46.708657
| 2021-09-17T07:07:16
| 2021-09-17T07:07:16
| 187,801,964
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 1,126
|
puml
|
@startuml
autonumber
title Sequence diagram - Search field and autocomplete
actor "Patron"
participant "DDB CMS"
database "Opensearch service"
database "Ortograf service"
== Perform a search query ==
"Patron"->"DDB CMS": Enter cursor in search field.
"DDB CMS"->"Patron": Search field active.
"Patron"->"DDB CMS": Enter query string.
"DDB CMS"->"Ortograf service": Request autocomplete suggestions for the query string.
"Ortograf service"->"DDB CMS": Return autocomplete suggestions.
"DDB CMS"->"Patron": Display autocomplete suggestions.
group IF Patron chooses an autocomplete suggestions
"Patron"->"DDB CMS": Click autocomplete suggestion.
Else Else change query string and click search button.
"Patron"->"DDB CMS": Click search button.
end
"DDB CMS"->"Opensearch service": Request search result.
note left of "Opensearch service"
Search query should be validated and URL encoded appropriately.
end note
"Opensearch service"->"DDB CMS": Return search result.
"DDB CMS"->"Patron": Display search result.
@enduml
| false
| true
| false
| false
|
sequence
|
614e519442690a47c086bc197e03ad760a5b760b
|
2ed81bf10c4a7901707f9e14d8417906472f297f
|
/documentation/diagrams/diagram_sekwencji_kosc.plantuml
|
4ca27769beeefcf495aead7ff37014dbede85fc4
|
[
"MIT"
] |
permissive
|
TheVivent-Politechnika-Lodzka/io_webrpg
|
852d8b08208d2241e2b036fbee11cb661cb223a3
|
33df9f53f400deeb558e93f020216c28072aced6
|
refs/heads/main
| 2023-06-14T11:14:33.356773
| 2021-07-06T21:06:07
| 2021-07-06T21:06:07
| null | 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 520
|
plantuml
|
@startuml
skinparam defaultFontName "Comic Sans MS"
header webrpg.pl
title "diagram sekwencji - rzut kością"
actor Player
participant "moduł kości" as ReactDice
participant "gameController" as GameController
Player -> ReactDice: rzucanie kością
activate ReactDice
ReactDice -> GameController: \n poinformowanie o\n nowym rzucie
deactivate ReactDice
activate GameController
GameController -> Player: poinformowanie wszystkich graczy\no rzucie i jego wyniku
deactivate GameController
@enduml
| false
| true
| true
| false
|
sequence
|
c312fb004850c0178a32d003a3eff683ceb40f54
|
271f0f3e3b3ea50976d5b48135549f5512360d1c
|
/app/src/main/java/keijumt/design_pattern/pattern/state/statePattern.puml
|
0650dc1f36aa0d6be9d72ff054b7ebe158455a01
|
[] |
no_license
|
keijumt/design-pattern
|
cffea9727fa903ac3e4d42842e4ed34f6ec2e3c1
|
ec811a9ea941ec442b20b81fd04a536082eab2bf
|
refs/heads/master
| 2020-03-23T14:45:58.234219
| 2018-07-30T13:58:59
| 2018-07-30T13:58:59
| 141,697,922
| 1
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 282
|
puml
|
@startuml
interface State{
+ printState()
}
class StopState{
+ printState()
}
class RunningState{
+ printState()
}
class Service{
+ state:State
+ setState()
+ printServiceState()
}
State <|.. StopState
State <|.. RunningState
Service o-- State
@enduml
| false
| true
| false
| false
|
state
|
1075c9286ceec09f19202acbe5edcfa99bebfbbf
|
0e617d1cbd73289a3ed081aa5b690be4f67307fd
|
/src/Class_diagram.puml
|
bfbae17e836201bfd50c4fb7674b3e549a561455
|
[] |
no_license
|
Youssef-Assbaghi/DifferntitaionCalculator
|
057846fcc45b5feaa510bd7885ad8360e22def31
|
302fe08ee9ec6c5fa6d5d19dc8dae2a07e43687b
|
refs/heads/master
| 2023-08-16T01:14:33.757728
| 2021-10-17T15:00:01
| 2021-10-17T15:00:01
| 418,165,891
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 3,708
|
puml
|
@startuml
class DualNumber{
+double valor
+double derivada
+DualNumber(double x, double y)
+DualNumber()
+getValor()
}
class Expression{
+evaluate(DualNumber s)
+differentiate(String var)
}
class X{
+String str
+X()
+evaluate(DualNumber assignment)
+differentiate(String var)
}
Class ExpressioDosValors{
+Expression leftExp
+Expression rightExp
+ExpressioDosValors(Expression leftExp, Expression rightExp)
+ExpressioDosValors(Expression leftExp, String var)
+ExpressioDosValors(String var1, String var2)
+ExpressioDosValors(String var1, double num)
+ExpressioDosValors(double num, String var1)
+ExpressioDosValors(double num1, double num2)
+ExpressioDosValors(double num1, Expression leftExpression)
+ExpressioDosValors(Expression leftExpression, double num1)
+ExpressioDosValors(String var, Expression leftExpression)
+getLeft()
+getRight()
}
Class ExpressioUnValor{
+Expression exp
+ExpressioUnValor(Double num)
+ExpressioUnValor(Expression exp)
+ExpressioUnValor(String var)
+getExpresion()
}
Class Constant{
+Double num
+Constant(double num)
+evaluate(DualNumber s)
+differentiate(String var)
}
class Sin{
+Sin(Expression expr)
+Sin(double num)
+evaluate(DualNumber s)
+differentiate(String var)
}
class Cos{
+Cos(Expression expr)
+Cos(double num)
+Cos(String var)
+evaluate(DualNumber s)
+differentiate(String var)
}
class Log{
+Log(Expression expr, Expression expr2)
+Log(Expression expr, String expr2)
+Log(String expr, Expression expr2)
+Log(String expr, String expr2)
+evaluate(DualNumber assignment)
+differentiate(String var)
}
class Add{
+Add(Expression expr, Expression expr2)
+Add(Expression expr, double expr2)
+Add(double expr, Expression expr2)
+Add(double expr, double expr2)
+evaluate(DualNumber s)
+differentiate(String var)
}
class Sub{
+Sub(Expression expr, Expression expr2)
+Sub(Expression expr, double expr2)
+Sub(double expr, Expression expr2)
+Sub(double expr, double expr2)
+evaluate(DualNumber s)
+differentiate(String var)
}
class Div{
+Div(Expression expr, Expression expr2)
+Div(Expression expr, String var)
+Div(String var, Expression expr2)
+Div(String var1, String var2)
+Div(String var1, double num)
+Div(double num, String var1)
+Div(double num1, double num2)
+Div(double num1, Expression expr2)
+Div(Expression expr, double num1)
+evaluate(DualNumber assignment)
+differentiate(String var)
}
Class Multiply{
+Multiply(Expression leftExpression, Expression rightExpression)
+Multiply(Expression leftExpression, String var)
+Multiply(String var, Expression leftExpression)
+Multiply(String var1, String var2)
+Multiply(String var1, double num)
+Multiply(double num, String var1)
+Multiply(double num1, double num2)
+Multiply(double num1, Expression leftExpression)
+Multiply(Expression leftExpression, double num1)
+evaluate(DualNumber assignment)
+differentiate(String var)
}
Class Exponent{
+Exponent(Expression leftExpression, Expression rightExpression)
+Exponent(Expression leftExpression, String var)
+Exponent(String var, Expression leftExpression)
+Exponent(String var1, String var2)
+Exponent(String var1, double num)
+Exponent(double num, String var1)
+Exponent(double num1, double num2)
+Exponent(double num1, Expression leftExpression)
+Exponent(Expression leftExpression, double num1)
+evaluate(DualNumber assignment)
+differentiate(String var)
}
Expression <|-down- X
Expression <|-down- Constant
Expression <|-down- ExpressioUnValor
Expression <|-down- ExpressioDosValors
ExpressioUnValor <|-down- Sin
ExpressioUnValor <|-down- Cos
ExpressioDosValors <|-down- Multiply
ExpressioDosValors <|-down- Add
ExpressioDosValors <|-down- Sub
ExpressioDosValors <|-down- Div
ExpressioDosValors <|-down- Log
ExpressioDosValors <|-down- Exponent
@enduml
| false
| true
| false
| false
|
class
|
e2fa9522ef3b16fb31d3ec4f4f520e450afaa8dc
|
c800a9e50329b7396684ae18c153bae04446d17a
|
/docs/testsResults/T03_Should_create_simple_diagram_with_auto_entity_note.puml
|
a28fdb233b73a1ccb47698cf01e707c6bcd88efd
|
[
"Apache-2.0"
] |
permissive
|
isukces/AutoUml
|
5cae179ab7db7042d5b59960cb5aac3bb13522a1
|
d4a64c9d6d05ac55e195425f45f11080cd294755
|
refs/heads/master
| 2023-09-01T05:31:23.658558
| 2023-08-19T14:26:18
| 2023-08-19T14:26:18
| 142,751,263
| 0
| 1
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 219
|
puml
|
@startuml
title
Diagram Test2
end title
class Order2
{
}
note right of Order2
Note from annotation
end note
class OrderItem2
{
}
note left of OrderItem2
Note from UmlNote
end note
Order2 --{ OrderItem2:Items
@enduml
| false
| true
| false
| false
|
class
|
be62e950b8c2c815d53420d816a54327e431d828
|
ae8d603e1a8a158e234db029994362498bd676cf
|
/Dossier de conception/V2/annuleLannulation.puml
|
977296b78c9bc21dd362ac6e69e1ed1f10d85601
|
[] |
no_license
|
LeaMercier/Creation-of-a-mini-editor
|
91a29f663c0ba822ec6b23aaaf84ae2058738715
|
eee5fcd95a05ea43a43929a2c1d1169b8968eaa4
|
refs/heads/master
| 2023-04-08T11:16:27.934645
| 2021-04-17T11:13:04
| 2021-04-17T11:13:04
| 358,853,598
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 543
|
puml
|
@startuml VueComportementale
skinparam Style strictuml
actor Utilisateur
Utilisateur -> Interface_Graphique : annule_l_annulation(selection, buffer)
alt etatListActionAnnullees != null
Interface_Graphique -> Annule_Et_Refait_Action : annulerLaDerniereAnnulation()
Interface_Graphique -> Annule_Et_Refait_Action : enregistreEtatOriginel()
Annule_Et_Refait_Action -> Action : refaireAction()
Action -> Annule_Et_Refait_Action : enregistreModification()
Interface_Graphique -> Utilisateur : changeAffichage()
end
@enduml
| false
| true
| false
| false
|
usecase
|
c067f79e9fd067201b96318de4024df0f90798a9
|
973dcef38fb285cf4f14a2e937af23e26a05564b
|
/docs/Solution/Services/swarm-node-agent/Process.puml
|
9ace76db1baa8528e5f47a9702ae6aad31f82b02
|
[] |
no_license
|
CAADE/CAADE
|
6a0d37b31e77fd00eeb1ad056d17d484585cad96
|
3873453a14359879a146f1d5897554ae2e94bd96
|
refs/heads/master
| 2021-06-09T05:28:17.894441
| 2019-06-07T06:08:10
| 2019-06-07T06:08:10
| 104,078,969
| 1
| 0
| null | 2020-08-20T15:13:40
| 2017-09-19T13:32:11
|
JavaScript
|
UTF-8
|
PlantUML
| false
| false
| 289
|
puml
|
@startuml
partition "swarm-node-agent" {
}
partition User #cccccc {
(*) --> "Create Project"
--> "Write Code"
}
partition "swarm-node-agent" #lightblue {
"Write Code" --> "Test Code"
"Test Code" --> "Deploy Code"
"Deploy Code" --> (*)
}
partition Used #cccccc {
}
@enduml
| false
| true
| false
| false
|
activity
|
e7e31a42892b5425cced828b44af07f7d78916a9
|
ee6841e96c76962e9f74ba032a25d2e923b7e42c
|
/casual-things/src/main/resources/books-mindmap/web-general/ch2/inputStream/inputstream.puml
|
27d04fb605696634fe9dcce0a80428a48532bdeb
|
[] |
no_license
|
physicsLoveJava/java-miscellaneous
|
614cfbad7dd7679e99c561b210ebbbf1a9df941e
|
e7563fdc9b5f955662cba40fc48614e45747d020
|
refs/heads/master
| 2021-07-19T13:30:51.096326
| 2019-01-21T09:09:50
| 2019-01-21T09:09:50
| 105,858,854
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 745
|
puml
|
@startuml
abstract class OutputStream
class FileOutputStream
class ObjectOutputStream
class SequenceOutputStream
class PipedOutputStream
class ByteArrayOutputStream
class FilterOutputStream
class StringBufferOutputStream
class BufferedOutputStream
class DataOutputStream
class BlockDataOutputStream
OutputStream <|-- FileOutputStream
OutputStream <|-- FileOutputStream
OutputStream <|-- ObjectOutputStream
OutputStream <|-- SequenceOutputStream
OutputStream <|-- PipedOutputStream
OutputStream <|-- ByteArrayOutputStream
OutputStream <|-- FilterOutputStream
OutputStream <|-- StringBufferOutputStream
FilterOutputStream <|-- BufferedOutputStream
FilterOutputStream <|-- DataOutputStream
ObjectOutputStream <|-- BlockDataOutputStream
@enduml
| false
| true
| false
| false
|
class
|
8a745e2f4c75a9f0f2638b22085ce52265e28719
|
aefb1807676f66cc46e45071b3deb1969e682322
|
/SELAIN SISTEM/UML/SEQUENCE/administratorbka/VIewFileDisposisiBKA.puml
|
05f2ea939501674a98601760de0c14fd24ccf139
|
[
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] |
permissive
|
kurniado729/sistem_kp
|
f456f7a22392f99c117797370c9a8d70c96b0df4
|
c77c7bc9aa28fe414be3254880112dbffb4b2ab2
|
refs/heads/master
| 2023-02-01T21:00:47.861038
| 2019-12-20T18:52:46
| 2019-12-20T18:52:46
| 220,038,247
| 0
| 1
|
MIT
| 2023-02-01T02:14:20
| 2019-11-06T16:12:42
|
HTML
|
UTF-8
|
PlantUML
| false
| false
| 841
|
puml
|
@startuml
autonumber
hide footbox
title Melihat File Persetujuan Disposisi BKA
Actor AdministratorBKA
boundary Dashboard_V
boundary SuratBKA_V
boundary PDF_V
control Admin_C
control BKA_C
Entity SuratDisposisi_E
Admin_C --> Dashboard_V: load->view()
Dashboard_V --> AdministratorBKA: Halaman Dashboard
AdministratorBKA --> Dashboard_V: klik menu Surat BKA
Dashboard_V --> BKA_C: index()
BKA_C --> SuratDisposisi_E:
SuratDisposisi_E --> BKA_C:
BKA_C --> SuratBKA_V: load->view()
SuratBKA_V --> AdministratorBKA: Halaman Surat BKA
AdministratorBKA --> SuratBKA_V: klik tombol Lihat Persetujuan disposisi
SuratBKA_V --> BKA_C: viewpersetujuandisposisi()
BKA_C --> SuratDisposisi_E:
SuratDisposisi_E --> BKA_C:
BKA_C --> PDF_V: load->view()
PDF_V --> AdministratorBKA: Tampilan Persetujuan Disposisi
@enduml
| false
| true
| false
| false
|
sequence
|
f1f2cf9e107583579a0e266d6a8396aecd9f81e4
|
3347f33cdb9e8620b0ff18c1f12e46d615601386
|
/app/src/main/java/com/shoo/simplerx/uml/sequence.puml
|
32e4ff1fda7536db0454363ad0888ed0002e718e
|
[] |
no_license
|
YoungShoo/SimpleRx
|
467ecc3dd89c77fd7f09bc4256126380ad64e45a
|
952100b81afa7de83c647a01c12884e2b907af38
|
refs/heads/master
| 2020-02-26T13:56:42.854747
| 2016-09-19T18:19:04
| 2016-09-19T18:19:04
| 68,626,154
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 793
|
puml
|
@startuml
' http://plantuml.com/skinparam.html
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
hide footbox
title Observable.just().subscribe()
participant Observable as OB
participant "act:Action" as act
participant "obs:Observable" as Ob
participant "subs:Subscriber" as Sb
' autonumber
activate OB
note over OB: Observable.just()
OB -> OB: just
create act
OB -> act: [new]
activate act
act --> OB
OB -> OB: create
create Ob
OB -> Ob: [new]
deactivate OB
note over Ob: Observable.subscribe()
activate Ob
create Sb
Ob -> Sb: [new]
activate Sb
Sb --> Ob
Ob -> Ob: subscribe
Ob -> act: call
act -> Sb: onNext
note right: Subscriber.onNext()
act -> Sb: onComplete
note right: Subscriber.onCompleted()
deactivate act
@enduml
| false
| true
| false
| false
|
sequence
|
650a18e08414b39ac5af59a6dae421d59fa34bf3
|
4279d4f730f6df88ac1f920a49a6c5862ee6739c
|
/src/main/java/com/example/customcontrollib/UML/IconView.puml
|
3d6602757affea84b57ce0e0808ee671ac06fa94
|
[] |
no_license
|
zhangzhuo1024/customcontrollib
|
3be33e3294be9891927a36b0dcb0c6c09a6fed5c
|
015f59ba1f33e48849342b4c6a2c5f831fee8f2b
|
refs/heads/master
| 2023-08-14T22:06:55.904052
| 2021-10-12T02:42:20
| 2021-10-12T02:42:20
| 291,948,364
| 0
| 0
| null | 2021-04-23T03:31:12
| 2020-09-01T09:00:12
|
Java
|
UTF-8
|
PlantUML
| false
| false
| 359
|
puml
|
@startuml
View <|--IconView
IconView : mRedPointColor:String
IconView : mPaint:Paint
IconView : init(AttributeSet attrs)
IconView : startToMove()
IconView : ringChangeToRect(boolean isRingToRect)
IconView -- Paint
IconView -- RectF
Class01 <|-- Class02
Class03 *-- Class04
Class05 o-- Class06
Class07 .. Class08
Class09 -- Class10
@enduml
@enduml
| false
| true
| false
| false
|
class
|
169bf87abee80bcfd83ae8710c16ab5a6289188e
|
8f83adb253993728ad2b965efda9e2d0d9167ffd
|
/src/main/doc/resources/org/thegalactic/lattice/LatticeFactory.iuml
|
ecf1eccab41177e1263fa3802ba7db8d0211f6ef
|
[
"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
| 570
|
iuml
|
package org.thegalactic.lattice {
class LatticeFactory {
.. Constructor ..
+LatticeFactory()
.. Generators ..
{static}+Lattice random(int nb)
{static}+Lattice booleanAlgebra(int nb)
{static}+Lattice permutationLattice(int n)
{static}+Lattice product(Lattice l, Lattice r)
{static}+Lattice doublingConvex(Lattice l, DAGraph c)
.. Operations ..
{static}-recursiveBooleanAlgebra(Node node, Lattice l, int n)
{static}-recursivePermutationLattice(Node node, Lattice l, int n)
}
}
| false
| true
| false
| false
|
class
|
0d8817038ea2b1c964ec8068f2a76d9cf8a6bded
|
70b6b3086d64939b4bd08cf8aad93ac5283cf1ac
|
/examples/towards/foldleftimpl.puml
|
9a3947b9d93f8c391bfc65dae41d379e473a3b11
|
[
"MIT"
] |
permissive
|
tizuck/scala-uml-diagrams
|
4a9d35e54a0f6fb3ef753e46eb59e81d7c42a26b
|
c5c432132bff9df7ab60352f0e715583d9d51973
|
refs/heads/main
| 2023-03-01T02:44:15.288794
| 2021-02-03T22:26:55
| 2021-02-03T22:26:55
| 306,687,367
| 0
| 0
| null | null | null | null |
UTF-8
|
PlantUML
| false
| false
| 506
|
puml
|
@startuml
class Iterable < T > <<trait>> {
<<def>> foldLeft <T2> (z:T2)(op : Function<T2,T,T2>):T2
}
hide circle
skinparam defaultFontName Source Code Pro
skinparam ClassStereotypeFontColor #1b1f23
skinparam class {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #6f42c1
}
skinparam note {
BackgroundColor White
BorderColor #1b1f23
ArrowColor #1b1f23
FontColor #d73a49
}
skinparam stereotype {
FontColor #d73a49
}
@enduml
| false
| true
| false
| false
|
class
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.