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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a2f58f3b347ec9b09e4063c73613475035820c44 | ffb766380eb82397e361780a1eb2b77b09cbf483 | /designs/software/controller-states.puml | b5bf0b1b116a2406717f5077cb26ff9256bc4e14 | [] | no_license | Safecast/bGeigieCast | b2ac008a949068ab56de09cc12b9c9b42e355250 | 804ea47a46076edceed29c24147177cbbb8b3895 | refs/heads/development | 2023-08-17T17:20:04.755298 | 2022-02-28T14:59:27 | 2022-02-28T14:59:27 | 170,440,965 | 9 | 1 | null | 2020-10-07T09:52:02 | 2019-02-13T04:36:04 | C++ | UTF-8 | PlantUML | false | false | 2,245 | puml | @startuml
state Initializing
Initializing: action: setup ESP32
state PostInitialize
PostInitialize: entry: setWakeupTimer(3 sec)
PostInitialize: action: sleep()
state ConfigMode
state Active
state Reset
Reset: Action: reset_reading config defaults && restart system
state ConfigMode {
state SetupConfigServer
SetupConfigServer: entry: setLedColor(serverSetup)
SetupConfigServer: action: initializeServer()
state ConfigServerActive
ConfigServerActive: entry: setLedColor(serverActive)
ConfigServerActive: action: handleClients()
ConfigServerActive: exit: stopServer()
[*] --> SetupConfigServer
SetupConfigServer --> ConfigServerActive : serverInitialized
ConfigServerActive --> [*]
}
state Active {
state InitActive
InitActive: action: mode = getSavedMode()
state MobileMode {
state "Disconnected" as mDisconnected
mDisconnected: entry: setLedColor(btDisconnected)
state "Connected" as mConnected
mConnected: entry: setLedColor(btConnected)
[*] --> mDisconnected
mDisconnected -> mConnected : apiReportFailed
mConnected -> mDisconnected : apiReportSuccess
}
MobileMode: entry: reporter.prepare(bluetooth)
state FixedMode {
state Connecting
Connecting: entry: setLedColor(connecting)
state Operating
Operating: entry: setLedColor(connected)
state Error
Error: entry: setLedColor(...)
[*] -> Connecting
Connecting --> Operating : apiReportSuccess
Connecting --> Error : apiReportFailed
Operating -> Error : apiReportFailed
Error -> Operating : apiReportSuccess
}
FixedMode: entry: reporter.prepare(api, bluetooth)
[*] --> InitActive
InitActive --> MobileMode : [mode==mobile]
InitActive -> FixedMode : [mode==fixed]
MobileMode -r-> FixedMode : buttonPressed
FixedMode -l-> MobileMode : buttonPressed
}
Active: action: reporter.run(); sleep()
[*] -> Initializing
Initializing -> PostInitialize : controllerInitialized
PostInitialize -> ConfigMode : buttonPressed
PostInitialize -d-> Active : [t > 3s]
ConfigMode -d-> Active: buttonPressed
Active --> Reset : buttonLongPressed
Reset --> [*]
@enduml | false | true | false | false | sequence |
919e2eecd081027aa6d3217aaa2d4ec54cd4ac1b | 081a988c6570d32000ab9dc4db6f43541df12d54 | /db_Const.puml | 2b91fc2943549f7d9d5805e1bee45548fa3e14a1 | [] | no_license | soma335/expense_visualization | 4971b439b7ec9841730f9dd2ce2f453a7f0bd1db | f69e1e604be3e8e6df50564b84baefeca0187a03 | refs/heads/main | 2023-02-01T04:21:41.426687 | 2020-12-07T07:49:28 | 2020-12-07T09:35:21 | 319,242,470 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 165 | puml |
@startuml
object User
User : userid
User : email
User : password
object Post
Post : name
Post : description
Post : image
Post : created_at
User -> Post
@enduml | false | true | false | false | class |
dc31c6a95f8158b1af262fc1da4c33cbe5087fec | dceede6e0ffcfdf6fbb800429d0233eb108fb71b | /src/main/java/DesignPatterns/StructuralType/Proxy/CGLibProxy/CGLibProxy.puml | 0fb2eee676da6cdc183642573f5b4f144fbf9d02 | [] | no_license | GitHub-yuteng/LearningNotes | 543ccda372e0d4498eba9245848059f64b3966c9 | 7a37bc8a33190526fa0a6cca5376651ac434f8c4 | refs/heads/master | 2022-12-22T14:05:05.590359 | 2022-04-27T00:36:30 | 2022-04-27T00:36:30 | 200,153,900 | 2 | 0 | null | 2022-12-16T04:25:16 | 2019-08-02T02:53:39 | Java | UTF-8 | PlantUML | false | false | 374 | puml | @startuml
class TeacherDao {
public void teach()
public String write(String name)
}
class ProxyFactory implements MethodInterceptor {
private Object target;
public ProxyFactory(Object target)
public Object getProxyInstance()
public Object intercept()
}
class Client {
TeacherDao target;
TeacherDao proxyInstance;
}
TeacherDao <.. Client
ProxyFactory <.. Client
@enduml | false | true | false | false | class |
749ef5d8bb05b7f66e5bad88969bfeaa213fa936 | d675711b09046be3dcd791b22462515f2f4d50bf | /src/prueba.puml | dc06f7dfcf9d0e3d23289ba9c543f21b5d4c394d | [] | no_license | DiegoRamosLagos/biblioteca-juegos | 929ea04d8e438aeac34b8a7409d42b4e4971f01c | e4e5a3027f9332fc23e697231ecc35952bb9114f | refs/heads/master | 2022-09-05T05:31:25.736221 | 2020-05-28T02:40:13 | 2020-05-28T02:40:13 | 265,975,552 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,323 | puml | @startuml
class main{
+ {static} void main(String[] args)
}
class Controlador {
Jugador sesion = null
- List<Jugador> jugadores
+ void iniciarSesion(String nombreUsuario)
+ void cerrarSesion()
+ void nuevoJugador(String email, String nombreUsuario)
+ void agregarJuego(String nombre, String descripcion)
+ void jugar()
+ String datosSesionActual()
}
Class Juego{
- String nombre
- String descripcion
- Date fechaAdquisición
- Jugador jugador
+ Juego(String nombre, String descripcion)
+ String getNombre()
+ void setNombre(String nombre)
+ String getDescripcion()
+ void setDescripcion(String descripcion)
+ Date getFechaAdquisición()
+ void setFechaAdquisición(Date fechaAdquisición)
+ String toString()
}
class Jugador {
- String email
- String nombreUsuario
- List<Juego> juegos
+ Jugador(String email, String nombreUsuario)
+ String getEmail()
+ void setEmail(String email)
+ String getNombreUsuario()
+ void setNombreUsuario(String nombreUsuario)
+ List<Juego> getJuegos()
+ void setJuegos(List<Juego> juegos)
+ void agregarJuego(Juego juego)
+ String toString()
}
Juego "*" -- "1" Jugador : pertenecer
main --> Controlador : utilizar
Controlador --> Jugador : manejar
@enduml | false | true | true | false | sequence |
77128c12312b3441c6734a260c5ac78b01e1eec1 | 28cc353b960282035a9d030fbc9a1e8ce8491876 | /document/diagrams/category/delete_category.puml | 77c4f1483c246f8cbb55add7e0998d732f4ddb85 | [
"MIT"
] | permissive | hataketsu/PetStore4 | 39b107ab004d16c23076a4d5ab24b81c9bc0d8de | 479b0709e7d9f202b6fa90adf8a6c4a874681fa3 | refs/heads/master | 2020-03-19T17:09:25.162293 | 2019-12-26T16:26:31 | 2019-12-26T16:26:31 | 136,746,560 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,032 | puml | @startuml
actor Admin
boundary list_categories_view
control CategoryController
entity CategoryModel
activate Admin
Admin -> list_categories_view: yêu cầu xem danh sách danh mục
activate list_categories_view
Admin <-- list_categories_view: Hiển thị danh sách danh mục
Admin -> list_categories_view: Bấm nút xóa trên danh mục
Admin <-- list_categories_view: xác nhận xóa
Admin -> list_categories_view: bấm xác nhận
list_categories_view-> CategoryController: gửi yêu cầu xóa
deactivate list_categories_view
activate CategoryController
CategoryController -> CategoryController : kiểm tra dữ liệu
CategoryController -> CategoryModel : xóa dữ liệu
activate CategoryModel
CategoryModel --> CategoryController : trả kết qủa xóa danh mục
deactivate CategoryModel
list_categories_view <-- CategoryController : trả kết qủa xóa danh mục
deactivate CategoryController
Admin <-- list_categories_view :thông báo kết qủa xóa danh mục
activate Admin
deactivate Admin
@enduml | false | true | true | false | sequence |
1cb2c01208c582d4ce77ba9c5101600350ff55dd | 4912b4a1dc3f9053ef63ac442fee5ae24b4ee1b8 | /buildUML/messaging/parent_child_broadcast.puml | 7056d59e9c9f2a0794495c1733b924efbeb929a3 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-sdk-docs | 92f20b8323f3296d008d20739c2576817502a58a | 2e3eaced65ec7bd962fa0867112cd83735fb0464 | refs/heads/main | 2023-08-31T22:13:05.228222 | 2023-08-31T14:52:25 | 2023-08-31T14:52:25 | 27,145,735 | 1,207 | 1,072 | Apache-2.0 | 2023-09-12T13:57:17 | 2014-11-25T20:59:00 | Markdown | UTF-8 | PlantUML | false | false | 454 | puml | @startuml
hide empty members
hide circle
top to bottom direction
' Define the objects in the diagram
class "application bus" as AB
class "project bus" as PB
class "connection1" as C1
class "connection2" as C2
class "connection3" as C3
class "topic1-handler1" as T1H1
class "topic1-handler2" as T1H2
class "topic1-handler3" as T1H3
' Define the class relationships
AB o-- PB
AB *-- C1
PB *-- C2
PB *-- C3
C1 *-- T1H1
C2 *-- T1H2
C3 *-- T1H3
@enduml
| false | true | false | false | class |
04d949d372cb7a90aaad51738e34d60d8b877c5d | fda8e469ad27adbad3e10d288ca8c6ea106c8070 | /diagrams/ingress.plantuml | 7b2d09020aceec2086da09d6ab957f68469c1a3c | [] | no_license | tliu/KubernetesWorkshop | 117d99f011d0f7dccee62feeac4d5b0ea69961d5 | aa81020b2353223b4efd51ec2663936adbb8b370 | refs/heads/master | 2023-02-10T17:17:25.252690 | 2021-01-06T16:10:22 | 2021-01-06T16:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 452 | plantuml | @startuml
skinparam componentStyle rectangle
scale 450 height
component User
component LoadBalancer
component "Node1" {
component Service1
component Service2
[Ingress Service] as Ingress1
}
component "Node2" {
[Ingress Service] as Ingress2
}
component "NodeN" {
[Ingress Service] as IngressN
}
Ingress1 --> Service1
Ingress1 --> Service2
User --> LoadBalancer
LoadBalancer --> Ingress1
LoadBalancer --> Ingress2
LoadBalancer --> IngressN
@enduml
| false | true | false | false | component |
363cda79d58e90fc42eca50a91d06faf21119422 | 6631f2c7a4b3fcde26546ab707faf8a2fa56b160 | /app/build/generated/not_namespaced_r_class_sources/debug/processDebugResources/r/android/support/design/design.plantuml | bb79ad16a038136c79e64625f7268d672ce32d7e | [] | no_license | DeniE46/iMet-raywenderlich- | a051175bbb549f111f6597e0cd9d4f8064ad14c9 | 698820ae72707421f5febaa4987428a258153660 | refs/heads/master | 2020-04-10T21:44:21.743382 | 2019-05-17T10:02:18 | 2019-05-17T10:02:18 | 161,305,177 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 103,691 | plantuml | @startuml
title __DESIGN's Class Diagram__\n
package android.support.design {
class R {
- R()
}
}
package android.support.design {
class anim {
{static} + abc_fade_in : int
{static} + abc_fade_out : int
{static} + abc_grow_fade_in_from_bottom : int
{static} + abc_popup_enter : int
{static} + abc_popup_exit : int
{static} + abc_shrink_fade_out_from_bottom : int
{static} + abc_slide_in_bottom : int
{static} + abc_slide_in_top : int
{static} + abc_slide_out_bottom : int
{static} + abc_slide_out_top : int
{static} + abc_tooltip_enter : int
{static} + abc_tooltip_exit : int
{static} + design_bottom_sheet_slide_in : int
{static} + design_bottom_sheet_slide_out : int
{static} + design_snackbar_in : int
{static} + design_snackbar_out : int
- anim()
}
}
package android.support.design {
class animator {
{static} + design_appbar_state_list_animator : int
- animator()
}
}
package android.support.design {
class attr {
{static} + actionBarDivider : int
{static} + actionBarItemBackground : int
{static} + actionBarPopupTheme : int
{static} + actionBarSize : int
{static} + actionBarSplitStyle : int
{static} + actionBarStyle : int
{static} + actionBarTabBarStyle : int
{static} + actionBarTabStyle : int
{static} + actionBarTabTextStyle : int
{static} + actionBarTheme : int
{static} + actionBarWidgetTheme : int
{static} + actionButtonStyle : int
{static} + actionDropDownStyle : int
{static} + actionLayout : int
{static} + actionMenuTextAppearance : int
{static} + actionMenuTextColor : int
{static} + actionModeBackground : int
{static} + actionModeCloseButtonStyle : int
{static} + actionModeCloseDrawable : int
{static} + actionModeCopyDrawable : int
{static} + actionModeCutDrawable : int
{static} + actionModeFindDrawable : int
{static} + actionModePasteDrawable : int
{static} + actionModePopupWindowStyle : int
{static} + actionModeSelectAllDrawable : int
{static} + actionModeShareDrawable : int
{static} + actionModeSplitBackground : int
{static} + actionModeStyle : int
{static} + actionModeWebSearchDrawable : int
{static} + actionOverflowButtonStyle : int
{static} + actionOverflowMenuStyle : int
{static} + actionProviderClass : int
{static} + actionViewClass : int
{static} + activityChooserViewStyle : int
{static} + alertDialogButtonGroupStyle : int
{static} + alertDialogCenterButtons : int
{static} + alertDialogStyle : int
{static} + alertDialogTheme : int
{static} + allowStacking : int
{static} + alpha : int
{static} + alphabeticModifiers : int
{static} + arrowHeadLength : int
{static} + arrowShaftLength : int
{static} + autoCompleteTextViewStyle : int
{static} + autoSizeMaxTextSize : int
{static} + autoSizeMinTextSize : int
{static} + autoSizePresetSizes : int
{static} + autoSizeStepGranularity : int
{static} + autoSizeTextType : int
{static} + background : int
{static} + backgroundSplit : int
{static} + backgroundStacked : int
{static} + backgroundTint : int
{static} + backgroundTintMode : int
{static} + barLength : int
{static} + behavior_autoHide : int
{static} + behavior_hideable : int
{static} + behavior_overlapTop : int
{static} + behavior_peekHeight : int
{static} + behavior_skipCollapsed : int
{static} + borderWidth : int
{static} + borderlessButtonStyle : int
{static} + bottomSheetDialogTheme : int
{static} + bottomSheetStyle : int
{static} + buttonBarButtonStyle : int
{static} + buttonBarNegativeButtonStyle : int
{static} + buttonBarNeutralButtonStyle : int
{static} + buttonBarPositiveButtonStyle : int
{static} + buttonBarStyle : int
{static} + buttonGravity : int
{static} + buttonIconDimen : int
{static} + buttonPanelSideLayout : int
{static} + buttonStyle : int
{static} + buttonStyleSmall : int
{static} + buttonTint : int
{static} + buttonTintMode : int
{static} + checkboxStyle : int
{static} + checkedTextViewStyle : int
{static} + closeIcon : int
{static} + closeItemLayout : int
{static} + collapseContentDescription : int
{static} + collapseIcon : int
{static} + collapsedTitleGravity : int
{static} + collapsedTitleTextAppearance : int
{static} + color : int
{static} + colorAccent : int
{static} + colorBackgroundFloating : int
{static} + colorButtonNormal : int
{static} + colorControlActivated : int
{static} + colorControlHighlight : int
{static} + colorControlNormal : int
{static} + colorError : int
{static} + colorPrimary : int
{static} + colorPrimaryDark : int
{static} + colorSwitchThumbNormal : int
{static} + commitIcon : int
{static} + contentDescription : int
{static} + contentInsetEnd : int
{static} + contentInsetEndWithActions : int
{static} + contentInsetLeft : int
{static} + contentInsetRight : int
{static} + contentInsetStart : int
{static} + contentInsetStartWithNavigation : int
{static} + contentScrim : int
{static} + controlBackground : int
{static} + coordinatorLayoutStyle : int
{static} + counterEnabled : int
{static} + counterMaxLength : int
{static} + counterOverflowTextAppearance : int
{static} + counterTextAppearance : int
{static} + customNavigationLayout : int
{static} + defaultQueryHint : int
{static} + dialogPreferredPadding : int
{static} + dialogTheme : int
{static} + displayOptions : int
{static} + divider : int
{static} + dividerHorizontal : int
{static} + dividerPadding : int
{static} + dividerVertical : int
{static} + drawableSize : int
{static} + drawerArrowStyle : int
{static} + dropDownListViewStyle : int
{static} + dropdownListPreferredItemHeight : int
{static} + editTextBackground : int
{static} + editTextColor : int
{static} + editTextStyle : int
{static} + elevation : int
{static} + errorEnabled : int
{static} + errorTextAppearance : int
{static} + expandActivityOverflowButtonDrawable : int
{static} + expanded : int
{static} + expandedTitleGravity : int
{static} + expandedTitleMargin : int
{static} + expandedTitleMarginBottom : int
{static} + expandedTitleMarginEnd : int
{static} + expandedTitleMarginStart : int
{static} + expandedTitleMarginTop : int
{static} + expandedTitleTextAppearance : int
{static} + fabCustomSize : int
{static} + fabSize : int
{static} + fastScrollEnabled : int
{static} + fastScrollHorizontalThumbDrawable : int
{static} + fastScrollHorizontalTrackDrawable : int
{static} + fastScrollVerticalThumbDrawable : int
{static} + fastScrollVerticalTrackDrawable : int
{static} + font : int
{static} + fontFamily : int
{static} + fontProviderAuthority : int
{static} + fontProviderCerts : int
{static} + fontProviderFetchStrategy : int
{static} + fontProviderFetchTimeout : int
{static} + fontProviderPackage : int
{static} + fontProviderQuery : int
{static} + fontStyle : int
{static} + fontWeight : int
{static} + foregroundInsidePadding : int
{static} + gapBetweenBars : int
{static} + goIcon : int
{static} + headerLayout : int
{static} + height : int
{static} + hideOnContentScroll : int
{static} + hintAnimationEnabled : int
{static} + hintEnabled : int
{static} + hintTextAppearance : int
{static} + homeAsUpIndicator : int
{static} + homeLayout : int
{static} + icon : int
{static} + iconTint : int
{static} + iconTintMode : int
{static} + iconifiedByDefault : int
{static} + imageButtonStyle : int
{static} + indeterminateProgressStyle : int
{static} + initialActivityCount : int
{static} + insetForeground : int
{static} + isLightTheme : int
{static} + itemBackground : int
{static} + itemIconTint : int
{static} + itemPadding : int
{static} + itemTextAppearance : int
{static} + itemTextColor : int
{static} + keylines : int
{static} + layout : int
{static} + layoutManager : int
{static} + layout_anchor : int
{static} + layout_anchorGravity : int
{static} + layout_behavior : int
{static} + layout_collapseMode : int
{static} + layout_collapseParallaxMultiplier : int
{static} + layout_dodgeInsetEdges : int
{static} + layout_insetEdge : int
{static} + layout_keyline : int
{static} + layout_scrollFlags : int
{static} + layout_scrollInterpolator : int
{static} + listChoiceBackgroundIndicator : int
{static} + listDividerAlertDialog : int
{static} + listItemLayout : int
{static} + listLayout : int
{static} + listMenuViewStyle : int
{static} + listPopupWindowStyle : int
{static} + listPreferredItemHeight : int
{static} + listPreferredItemHeightLarge : int
{static} + listPreferredItemHeightSmall : int
{static} + listPreferredItemPaddingLeft : int
{static} + listPreferredItemPaddingRight : int
{static} + logo : int
{static} + logoDescription : int
{static} + maxActionInlineWidth : int
{static} + maxButtonHeight : int
{static} + measureWithLargestChild : int
{static} + menu : int
{static} + multiChoiceItemLayout : int
{static} + navigationContentDescription : int
{static} + navigationIcon : int
{static} + navigationMode : int
{static} + numericModifiers : int
{static} + overlapAnchor : int
{static} + paddingBottomNoButtons : int
{static} + paddingEnd : int
{static} + paddingStart : int
{static} + paddingTopNoTitle : int
{static} + panelBackground : int
{static} + panelMenuListTheme : int
{static} + panelMenuListWidth : int
{static} + passwordToggleContentDescription : int
{static} + passwordToggleDrawable : int
{static} + passwordToggleEnabled : int
{static} + passwordToggleTint : int
{static} + passwordToggleTintMode : int
{static} + popupMenuStyle : int
{static} + popupTheme : int
{static} + popupWindowStyle : int
{static} + preserveIconSpacing : int
{static} + pressedTranslationZ : int
{static} + progressBarPadding : int
{static} + progressBarStyle : int
{static} + queryBackground : int
{static} + queryHint : int
{static} + radioButtonStyle : int
{static} + ratingBarStyle : int
{static} + ratingBarStyleIndicator : int
{static} + ratingBarStyleSmall : int
{static} + reverseLayout : int
{static} + rippleColor : int
{static} + scrimAnimationDuration : int
{static} + scrimVisibleHeightTrigger : int
{static} + searchHintIcon : int
{static} + searchIcon : int
{static} + searchViewStyle : int
{static} + seekBarStyle : int
{static} + selectableItemBackground : int
{static} + selectableItemBackgroundBorderless : int
{static} + showAsAction : int
{static} + showDividers : int
{static} + showText : int
{static} + showTitle : int
{static} + singleChoiceItemLayout : int
{static} + spanCount : int
{static} + spinBars : int
{static} + spinnerDropDownItemStyle : int
{static} + spinnerStyle : int
{static} + splitTrack : int
{static} + srcCompat : int
{static} + stackFromEnd : int
{static} + state_above_anchor : int
{static} + state_collapsed : int
{static} + state_collapsible : int
{static} + statusBarBackground : int
{static} + statusBarScrim : int
{static} + subMenuArrow : int
{static} + submitBackground : int
{static} + subtitle : int
{static} + subtitleTextAppearance : int
{static} + subtitleTextColor : int
{static} + subtitleTextStyle : int
{static} + suggestionRowLayout : int
{static} + switchMinWidth : int
{static} + switchPadding : int
{static} + switchStyle : int
{static} + switchTextAppearance : int
{static} + tabBackground : int
{static} + tabContentStart : int
{static} + tabGravity : int
{static} + tabIndicatorColor : int
{static} + tabIndicatorHeight : int
{static} + tabMaxWidth : int
{static} + tabMinWidth : int
{static} + tabMode : int
{static} + tabPadding : int
{static} + tabPaddingBottom : int
{static} + tabPaddingEnd : int
{static} + tabPaddingStart : int
{static} + tabPaddingTop : int
{static} + tabSelectedTextColor : int
{static} + tabTextAppearance : int
{static} + tabTextColor : int
{static} + textAllCaps : int
{static} + textAppearanceLargePopupMenu : int
{static} + textAppearanceListItem : int
{static} + textAppearanceListItemSecondary : int
{static} + textAppearanceListItemSmall : int
{static} + textAppearancePopupMenuHeader : int
{static} + textAppearanceSearchResultSubtitle : int
{static} + textAppearanceSearchResultTitle : int
{static} + textAppearanceSmallPopupMenu : int
{static} + textColorAlertDialogListItem : int
{static} + textColorError : int
{static} + textColorSearchUrl : int
{static} + theme : int
{static} + thickness : int
{static} + thumbTextPadding : int
{static} + thumbTint : int
{static} + thumbTintMode : int
{static} + tickMark : int
{static} + tickMarkTint : int
{static} + tickMarkTintMode : int
{static} + tint : int
{static} + tintMode : int
{static} + title : int
{static} + titleEnabled : int
{static} + titleMargin : int
{static} + titleMarginBottom : int
{static} + titleMarginEnd : int
{static} + titleMarginStart : int
{static} + titleMarginTop : int
{static} + titleMargins : int
{static} + titleTextAppearance : int
{static} + titleTextColor : int
{static} + titleTextStyle : int
{static} + toolbarId : int
{static} + toolbarNavigationButtonStyle : int
{static} + toolbarStyle : int
{static} + tooltipForegroundColor : int
{static} + tooltipFrameBackground : int
{static} + tooltipText : int
{static} + track : int
{static} + trackTint : int
{static} + trackTintMode : int
{static} + useCompatPadding : int
{static} + viewInflaterClass : int
{static} + voiceIcon : int
{static} + windowActionBar : int
{static} + windowActionBarOverlay : int
{static} + windowActionModeOverlay : int
{static} + windowFixedHeightMajor : int
{static} + windowFixedHeightMinor : int
{static} + windowFixedWidthMajor : int
{static} + windowFixedWidthMinor : int
{static} + windowMinWidthMajor : int
{static} + windowMinWidthMinor : int
{static} + windowNoTitle : int
- attr()
}
}
package android.support.design {
class bool {
{static} + abc_action_bar_embed_tabs : int
{static} + abc_allow_stacked_button_bar : int
{static} + abc_config_actionMenuItemAllCaps : int
{static} + abc_config_showMenuShortcutsWhenKeyboardPresent : int
- bool()
}
}
package android.support.design {
class color {
{static} + abc_background_cache_hint_selector_material_dark : int
{static} + abc_background_cache_hint_selector_material_light : int
{static} + abc_btn_colored_borderless_text_material : int
{static} + abc_btn_colored_text_material : int
{static} + abc_color_highlight_material : int
{static} + abc_hint_foreground_material_dark : int
{static} + abc_hint_foreground_material_light : int
{static} + abc_input_method_navigation_guard : int
{static} + abc_primary_text_disable_only_material_dark : int
{static} + abc_primary_text_disable_only_material_light : int
{static} + abc_primary_text_material_dark : int
{static} + abc_primary_text_material_light : int
{static} + abc_search_url_text : int
{static} + abc_search_url_text_normal : int
{static} + abc_search_url_text_pressed : int
{static} + abc_search_url_text_selected : int
{static} + abc_secondary_text_material_dark : int
{static} + abc_secondary_text_material_light : int
{static} + abc_tint_btn_checkable : int
{static} + abc_tint_default : int
{static} + abc_tint_edittext : int
{static} + abc_tint_seek_thumb : int
{static} + abc_tint_spinner : int
{static} + abc_tint_switch_track : int
{static} + accent_material_dark : int
{static} + accent_material_light : int
{static} + background_floating_material_dark : int
{static} + background_floating_material_light : int
{static} + background_material_dark : int
{static} + background_material_light : int
{static} + bright_foreground_disabled_material_dark : int
{static} + bright_foreground_disabled_material_light : int
{static} + bright_foreground_inverse_material_dark : int
{static} + bright_foreground_inverse_material_light : int
{static} + bright_foreground_material_dark : int
{static} + bright_foreground_material_light : int
{static} + button_material_dark : int
{static} + button_material_light : int
{static} + design_bottom_navigation_shadow_color : int
{static} + design_error : int
{static} + design_fab_shadow_end_color : int
{static} + design_fab_shadow_mid_color : int
{static} + design_fab_shadow_start_color : int
{static} + design_fab_stroke_end_inner_color : int
{static} + design_fab_stroke_end_outer_color : int
{static} + design_fab_stroke_top_inner_color : int
{static} + design_fab_stroke_top_outer_color : int
{static} + design_snackbar_background_color : int
{static} + design_tint_password_toggle : int
{static} + dim_foreground_disabled_material_dark : int
{static} + dim_foreground_disabled_material_light : int
{static} + dim_foreground_material_dark : int
{static} + dim_foreground_material_light : int
{static} + error_color_material : int
{static} + foreground_material_dark : int
{static} + foreground_material_light : int
{static} + highlighted_text_material_dark : int
{static} + highlighted_text_material_light : int
{static} + material_blue_grey_800 : int
{static} + material_blue_grey_900 : int
{static} + material_blue_grey_950 : int
{static} + material_deep_teal_200 : int
{static} + material_deep_teal_500 : int
{static} + material_grey_100 : int
{static} + material_grey_300 : int
{static} + material_grey_50 : int
{static} + material_grey_600 : int
{static} + material_grey_800 : int
{static} + material_grey_850 : int
{static} + material_grey_900 : int
{static} + notification_action_color_filter : int
{static} + notification_icon_bg_color : int
{static} + notification_material_background_media_default_color : int
{static} + primary_dark_material_dark : int
{static} + primary_dark_material_light : int
{static} + primary_material_dark : int
{static} + primary_material_light : int
{static} + primary_text_default_material_dark : int
{static} + primary_text_default_material_light : int
{static} + primary_text_disabled_material_dark : int
{static} + primary_text_disabled_material_light : int
{static} + ripple_material_dark : int
{static} + ripple_material_light : int
{static} + secondary_text_default_material_dark : int
{static} + secondary_text_default_material_light : int
{static} + secondary_text_disabled_material_dark : int
{static} + secondary_text_disabled_material_light : int
{static} + switch_thumb_disabled_material_dark : int
{static} + switch_thumb_disabled_material_light : int
{static} + switch_thumb_material_dark : int
{static} + switch_thumb_material_light : int
{static} + switch_thumb_normal_material_dark : int
{static} + switch_thumb_normal_material_light : int
{static} + tooltip_background_dark : int
{static} + tooltip_background_light : int
- color()
}
}
package android.support.design {
class dimen {
{static} + abc_action_bar_content_inset_material : int
{static} + abc_action_bar_content_inset_with_nav : int
{static} + abc_action_bar_default_height_material : int
{static} + abc_action_bar_default_padding_end_material : int
{static} + abc_action_bar_default_padding_start_material : int
{static} + abc_action_bar_elevation_material : int
{static} + abc_action_bar_icon_vertical_padding_material : int
{static} + abc_action_bar_overflow_padding_end_material : int
{static} + abc_action_bar_overflow_padding_start_material : int
{static} + abc_action_bar_progress_bar_size : int
{static} + abc_action_bar_stacked_max_height : int
{static} + abc_action_bar_stacked_tab_max_width : int
{static} + abc_action_bar_subtitle_bottom_margin_material : int
{static} + abc_action_bar_subtitle_top_margin_material : int
{static} + abc_action_button_min_height_material : int
{static} + abc_action_button_min_width_material : int
{static} + abc_action_button_min_width_overflow_material : int
{static} + abc_alert_dialog_button_bar_height : int
{static} + abc_alert_dialog_button_dimen : int
{static} + abc_button_inset_horizontal_material : int
{static} + abc_button_inset_vertical_material : int
{static} + abc_button_padding_horizontal_material : int
{static} + abc_button_padding_vertical_material : int
{static} + abc_cascading_menus_min_smallest_width : int
{static} + abc_config_prefDialogWidth : int
{static} + abc_control_corner_material : int
{static} + abc_control_inset_material : int
{static} + abc_control_padding_material : int
{static} + abc_dialog_fixed_height_major : int
{static} + abc_dialog_fixed_height_minor : int
{static} + abc_dialog_fixed_width_major : int
{static} + abc_dialog_fixed_width_minor : int
{static} + abc_dialog_list_padding_bottom_no_buttons : int
{static} + abc_dialog_list_padding_top_no_title : int
{static} + abc_dialog_min_width_major : int
{static} + abc_dialog_min_width_minor : int
{static} + abc_dialog_padding_material : int
{static} + abc_dialog_padding_top_material : int
{static} + abc_dialog_title_divider_material : int
{static} + abc_disabled_alpha_material_dark : int
{static} + abc_disabled_alpha_material_light : int
{static} + abc_dropdownitem_icon_width : int
{static} + abc_dropdownitem_text_padding_left : int
{static} + abc_dropdownitem_text_padding_right : int
{static} + abc_edit_text_inset_bottom_material : int
{static} + abc_edit_text_inset_horizontal_material : int
{static} + abc_edit_text_inset_top_material : int
{static} + abc_floating_window_z : int
{static} + abc_list_item_padding_horizontal_material : int
{static} + abc_panel_menu_list_width : int
{static} + abc_progress_bar_height_material : int
{static} + abc_search_view_preferred_height : int
{static} + abc_search_view_preferred_width : int
{static} + abc_seekbar_track_background_height_material : int
{static} + abc_seekbar_track_progress_height_material : int
{static} + abc_select_dialog_padding_start_material : int
{static} + abc_switch_padding : int
{static} + abc_text_size_body_1_material : int
{static} + abc_text_size_body_2_material : int
{static} + abc_text_size_button_material : int
{static} + abc_text_size_caption_material : int
{static} + abc_text_size_display_1_material : int
{static} + abc_text_size_display_2_material : int
{static} + abc_text_size_display_3_material : int
{static} + abc_text_size_display_4_material : int
{static} + abc_text_size_headline_material : int
{static} + abc_text_size_large_material : int
{static} + abc_text_size_medium_material : int
{static} + abc_text_size_menu_header_material : int
{static} + abc_text_size_menu_material : int
{static} + abc_text_size_small_material : int
{static} + abc_text_size_subhead_material : int
{static} + abc_text_size_subtitle_material_toolbar : int
{static} + abc_text_size_title_material : int
{static} + abc_text_size_title_material_toolbar : int
{static} + compat_button_inset_horizontal_material : int
{static} + compat_button_inset_vertical_material : int
{static} + compat_button_padding_horizontal_material : int
{static} + compat_button_padding_vertical_material : int
{static} + compat_control_corner_material : int
{static} + design_appbar_elevation : int
{static} + design_bottom_navigation_active_item_max_width : int
{static} + design_bottom_navigation_active_text_size : int
{static} + design_bottom_navigation_elevation : int
{static} + design_bottom_navigation_height : int
{static} + design_bottom_navigation_item_max_width : int
{static} + design_bottom_navigation_item_min_width : int
{static} + design_bottom_navigation_margin : int
{static} + design_bottom_navigation_shadow_height : int
{static} + design_bottom_navigation_text_size : int
{static} + design_bottom_sheet_modal_elevation : int
{static} + design_bottom_sheet_peek_height_min : int
{static} + design_fab_border_width : int
{static} + design_fab_elevation : int
{static} + design_fab_image_size : int
{static} + design_fab_size_mini : int
{static} + design_fab_size_normal : int
{static} + design_fab_translation_z_pressed : int
{static} + design_navigation_elevation : int
{static} + design_navigation_icon_padding : int
{static} + design_navigation_icon_size : int
{static} + design_navigation_max_width : int
{static} + design_navigation_padding_bottom : int
{static} + design_navigation_separator_vertical_padding : int
{static} + design_snackbar_action_inline_max_width : int
{static} + design_snackbar_background_corner_radius : int
{static} + design_snackbar_elevation : int
{static} + design_snackbar_extra_spacing_horizontal : int
{static} + design_snackbar_max_width : int
{static} + design_snackbar_min_width : int
{static} + design_snackbar_padding_horizontal : int
{static} + design_snackbar_padding_vertical : int
{static} + design_snackbar_padding_vertical_2lines : int
{static} + design_snackbar_text_size : int
{static} + design_tab_max_width : int
{static} + design_tab_scrollable_min_width : int
{static} + design_tab_text_size : int
{static} + design_tab_text_size_2line : int
{static} + disabled_alpha_material_dark : int
{static} + disabled_alpha_material_light : int
{static} + fastscroll_default_thickness : int
{static} + fastscroll_margin : int
{static} + fastscroll_minimum_range : int
{static} + highlight_alpha_material_colored : int
{static} + highlight_alpha_material_dark : int
{static} + highlight_alpha_material_light : int
{static} + hint_alpha_material_dark : int
{static} + hint_alpha_material_light : int
{static} + hint_pressed_alpha_material_dark : int
{static} + hint_pressed_alpha_material_light : int
{static} + item_touch_helper_max_drag_scroll_per_frame : int
{static} + item_touch_helper_swipe_escape_max_velocity : int
{static} + item_touch_helper_swipe_escape_velocity : int
{static} + notification_action_icon_size : int
{static} + notification_action_text_size : int
{static} + notification_big_circle_margin : int
{static} + notification_content_margin_start : int
{static} + notification_large_icon_height : int
{static} + notification_large_icon_width : int
{static} + notification_main_column_padding_top : int
{static} + notification_media_narrow_margin : int
{static} + notification_right_icon_size : int
{static} + notification_right_side_padding_top : int
{static} + notification_small_icon_background_padding : int
{static} + notification_small_icon_size_as_large : int
{static} + notification_subtext_size : int
{static} + notification_top_pad : int
{static} + notification_top_pad_large_text : int
{static} + tooltip_corner_radius : int
{static} + tooltip_horizontal_padding : int
{static} + tooltip_margin : int
{static} + tooltip_precise_anchor_extra_offset : int
{static} + tooltip_precise_anchor_threshold : int
{static} + tooltip_vertical_padding : int
{static} + tooltip_y_offset_non_touch : int
{static} + tooltip_y_offset_touch : int
- dimen()
}
}
package android.support.design {
class drawable {
{static} + abc_ab_share_pack_mtrl_alpha : int
{static} + abc_action_bar_item_background_material : int
{static} + abc_btn_borderless_material : int
{static} + abc_btn_check_material : int
{static} + abc_btn_check_to_on_mtrl_000 : int
{static} + abc_btn_check_to_on_mtrl_015 : int
{static} + abc_btn_colored_material : int
{static} + abc_btn_default_mtrl_shape : int
{static} + abc_btn_radio_material : int
{static} + abc_btn_radio_to_on_mtrl_000 : int
{static} + abc_btn_radio_to_on_mtrl_015 : int
{static} + abc_btn_switch_to_on_mtrl_00001 : int
{static} + abc_btn_switch_to_on_mtrl_00012 : int
{static} + abc_cab_background_internal_bg : int
{static} + abc_cab_background_top_material : int
{static} + abc_cab_background_top_mtrl_alpha : int
{static} + abc_control_background_material : int
{static} + abc_dialog_material_background : int
{static} + abc_edit_text_material : int
{static} + abc_ic_ab_back_material : int
{static} + abc_ic_arrow_drop_right_black_24dp : int
{static} + abc_ic_clear_material : int
{static} + abc_ic_commit_search_api_mtrl_alpha : int
{static} + abc_ic_go_search_api_material : int
{static} + abc_ic_menu_copy_mtrl_am_alpha : int
{static} + abc_ic_menu_cut_mtrl_alpha : int
{static} + abc_ic_menu_overflow_material : int
{static} + abc_ic_menu_paste_mtrl_am_alpha : int
{static} + abc_ic_menu_selectall_mtrl_alpha : int
{static} + abc_ic_menu_share_mtrl_alpha : int
{static} + abc_ic_search_api_material : int
{static} + abc_ic_star_black_16dp : int
{static} + abc_ic_star_black_36dp : int
{static} + abc_ic_star_black_48dp : int
{static} + abc_ic_star_half_black_16dp : int
{static} + abc_ic_star_half_black_36dp : int
{static} + abc_ic_star_half_black_48dp : int
{static} + abc_ic_voice_search_api_material : int
{static} + abc_item_background_holo_dark : int
{static} + abc_item_background_holo_light : int
{static} + abc_list_divider_mtrl_alpha : int
{static} + abc_list_focused_holo : int
{static} + abc_list_longpressed_holo : int
{static} + abc_list_pressed_holo_dark : int
{static} + abc_list_pressed_holo_light : int
{static} + abc_list_selector_background_transition_holo_dark : int
{static} + abc_list_selector_background_transition_holo_light : int
{static} + abc_list_selector_disabled_holo_dark : int
{static} + abc_list_selector_disabled_holo_light : int
{static} + abc_list_selector_holo_dark : int
{static} + abc_list_selector_holo_light : int
{static} + abc_menu_hardkey_panel_mtrl_mult : int
{static} + abc_popup_background_mtrl_mult : int
{static} + abc_ratingbar_indicator_material : int
{static} + abc_ratingbar_material : int
{static} + abc_ratingbar_small_material : int
{static} + abc_scrubber_control_off_mtrl_alpha : int
{static} + abc_scrubber_control_to_pressed_mtrl_000 : int
{static} + abc_scrubber_control_to_pressed_mtrl_005 : int
{static} + abc_scrubber_primary_mtrl_alpha : int
{static} + abc_scrubber_track_mtrl_alpha : int
{static} + abc_seekbar_thumb_material : int
{static} + abc_seekbar_tick_mark_material : int
{static} + abc_seekbar_track_material : int
{static} + abc_spinner_mtrl_am_alpha : int
{static} + abc_spinner_textfield_background_material : int
{static} + abc_switch_thumb_material : int
{static} + abc_switch_track_mtrl_alpha : int
{static} + abc_tab_indicator_material : int
{static} + abc_tab_indicator_mtrl_alpha : int
{static} + abc_text_cursor_material : int
{static} + abc_text_select_handle_left_mtrl_dark : int
{static} + abc_text_select_handle_left_mtrl_light : int
{static} + abc_text_select_handle_middle_mtrl_dark : int
{static} + abc_text_select_handle_middle_mtrl_light : int
{static} + abc_text_select_handle_right_mtrl_dark : int
{static} + abc_text_select_handle_right_mtrl_light : int
{static} + abc_textfield_activated_mtrl_alpha : int
{static} + abc_textfield_default_mtrl_alpha : int
{static} + abc_textfield_search_activated_mtrl_alpha : int
{static} + abc_textfield_search_default_mtrl_alpha : int
{static} + abc_textfield_search_material : int
{static} + abc_vector_test : int
{static} + avd_hide_password : int
{static} + avd_show_password : int
{static} + design_bottom_navigation_item_background : int
{static} + design_fab_background : int
{static} + design_ic_visibility : int
{static} + design_ic_visibility_off : int
{static} + design_password_eye : int
{static} + design_snackbar_background : int
{static} + navigation_empty_icon : int
{static} + notification_action_background : int
{static} + notification_bg : int
{static} + notification_bg_low : int
{static} + notification_bg_low_normal : int
{static} + notification_bg_low_pressed : int
{static} + notification_bg_normal : int
{static} + notification_bg_normal_pressed : int
{static} + notification_icon_background : int
{static} + notification_template_icon_bg : int
{static} + notification_template_icon_low_bg : int
{static} + notification_tile_bg : int
{static} + notify_panel_notification_icon_bg : int
{static} + tooltip_frame_dark : int
{static} + tooltip_frame_light : int
- drawable()
}
}
package android.support.design {
class id {
{static} + action0 : int
{static} + action_bar : int
{static} + action_bar_activity_content : int
{static} + action_bar_container : int
{static} + action_bar_root : int
{static} + action_bar_spinner : int
{static} + action_bar_subtitle : int
{static} + action_bar_title : int
{static} + action_container : int
{static} + action_context_bar : int
{static} + action_divider : int
{static} + action_image : int
{static} + action_menu_divider : int
{static} + action_menu_presenter : int
{static} + action_mode_bar : int
{static} + action_mode_bar_stub : int
{static} + action_mode_close_button : int
{static} + action_text : int
{static} + actions : int
{static} + activity_chooser_view_content : int
{static} + add : int
{static} + alertTitle : int
{static} + async : int
{static} + auto : int
{static} + blocking : int
{static} + bottom : int
{static} + buttonPanel : int
{static} + cancel_action : int
{static} + center : int
{static} + checkbox : int
{static} + chronometer : int
{static} + container : int
{static} + contentPanel : int
{static} + coordinator : int
{static} + custom : int
{static} + customPanel : int
{static} + decor_content_parent : int
{static} + default_activity_button : int
{static} + design_bottom_sheet : int
{static} + design_menu_item_action_area : int
{static} + design_menu_item_action_area_stub : int
{static} + design_menu_item_text : int
{static} + design_navigation_view : int
{static} + edit_query : int
{static} + end : int
{static} + end_padder : int
{static} + expand_activities_button : int
{static} + expanded_menu : int
{static} + fill : int
{static} + fixed : int
{static} + forever : int
{static} + ghost_view : int
{static} + home : int
{static} + icon : int
{static} + icon_group : int
{static} + image : int
{static} + info : int
{static} + italic : int
{static} + item_touch_helper_previous_elevation : int
{static} + largeLabel : int
{static} + left : int
{static} + line1 : int
{static} + line3 : int
{static} + listMode : int
{static} + list_item : int
{static} + masked : int
{static} + media_actions : int
{static} + message : int
{static} + mini : int
{static} + multiply : int
{static} + navigation_header_container : int
{static} + none : int
{static} + normal : int
{static} + notification_background : int
{static} + notification_main_column : int
{static} + notification_main_column_container : int
{static} + parallax : int
{static} + parentPanel : int
{static} + parent_matrix : int
{static} + pin : int
{static} + progress_circular : int
{static} + progress_horizontal : int
{static} + radio : int
{static} + right : int
{static} + right_icon : int
{static} + right_side : int
{static} + save_image_matrix : int
{static} + save_non_transition_alpha : int
{static} + save_scale_type : int
{static} + screen : int
{static} + scrollIndicatorDown : int
{static} + scrollIndicatorUp : int
{static} + scrollView : int
{static} + scrollable : int
{static} + search_badge : int
{static} + search_bar : int
{static} + search_button : int
{static} + search_close_btn : int
{static} + search_edit_frame : int
{static} + search_go_btn : int
{static} + search_mag_icon : int
{static} + search_plate : int
{static} + search_src_text : int
{static} + search_voice_btn : int
{static} + select_dialog_listview : int
{static} + shortcut : int
{static} + smallLabel : int
{static} + snackbar_action : int
{static} + snackbar_text : int
{static} + spacer : int
{static} + split_action_bar : int
{static} + src_atop : int
{static} + src_in : int
{static} + src_over : int
{static} + start : int
{static} + status_bar_latest_event_content : int
{static} + submenuarrow : int
{static} + submit_area : int
{static} + tabMode : int
{static} + tag_transition_group : int
{static} + text : int
{static} + text2 : int
{static} + textSpacerNoButtons : int
{static} + textSpacerNoTitle : int
{static} + text_input_password_toggle : int
{static} + textinput_counter : int
{static} + textinput_error : int
{static} + time : int
{static} + title : int
{static} + titleDividerNoCustom : int
{static} + title_template : int
{static} + top : int
{static} + topPanel : int
{static} + touch_outside : int
{static} + transition_current_scene : int
{static} + transition_layout_save : int
{static} + transition_position : int
{static} + transition_scene_layoutid_cache : int
{static} + transition_transform : int
{static} + uniform : int
{static} + up : int
{static} + view_offset_helper : int
{static} + visible : int
{static} + wrap_content : int
- id()
}
}
package android.support.design {
class integer {
{static} + abc_config_activityDefaultDur : int
{static} + abc_config_activityShortDur : int
{static} + app_bar_elevation_anim_duration : int
{static} + bottom_sheet_slide_duration : int
{static} + cancel_button_image_alpha : int
{static} + config_tooltipAnimTime : int
{static} + design_snackbar_text_max_lines : int
{static} + hide_password_duration : int
{static} + show_password_duration : int
{static} + status_bar_notification_info_maxnum : int
- integer()
}
}
package android.support.design {
class layout {
{static} + abc_action_bar_title_item : int
{static} + abc_action_bar_up_container : int
{static} + abc_action_menu_item_layout : int
{static} + abc_action_menu_layout : int
{static} + abc_action_mode_bar : int
{static} + abc_action_mode_close_item_material : int
{static} + abc_activity_chooser_view : int
{static} + abc_activity_chooser_view_list_item : int
{static} + abc_alert_dialog_button_bar_material : int
{static} + abc_alert_dialog_material : int
{static} + abc_alert_dialog_title_material : int
{static} + abc_dialog_title_material : int
{static} + abc_expanded_menu_layout : int
{static} + abc_list_menu_item_checkbox : int
{static} + abc_list_menu_item_icon : int
{static} + abc_list_menu_item_layout : int
{static} + abc_list_menu_item_radio : int
{static} + abc_popup_menu_header_item_layout : int
{static} + abc_popup_menu_item_layout : int
{static} + abc_screen_content_include : int
{static} + abc_screen_simple : int
{static} + abc_screen_simple_overlay_action_mode : int
{static} + abc_screen_toolbar : int
{static} + abc_search_dropdown_item_icons_2line : int
{static} + abc_search_view : int
{static} + abc_select_dialog_material : int
{static} + abc_tooltip : int
{static} + design_bottom_navigation_item : int
{static} + design_bottom_sheet_dialog : int
{static} + design_layout_snackbar : int
{static} + design_layout_snackbar_include : int
{static} + design_layout_tab_icon : int
{static} + design_layout_tab_text : int
{static} + design_menu_item_action_area : int
{static} + design_navigation_item : int
{static} + design_navigation_item_header : int
{static} + design_navigation_item_separator : int
{static} + design_navigation_item_subheader : int
{static} + design_navigation_menu : int
{static} + design_navigation_menu_item : int
{static} + design_text_input_password_icon : int
{static} + notification_action : int
{static} + notification_action_tombstone : int
{static} + notification_media_action : int
{static} + notification_media_cancel_action : int
{static} + notification_template_big_media : int
{static} + notification_template_big_media_custom : int
{static} + notification_template_big_media_narrow : int
{static} + notification_template_big_media_narrow_custom : int
{static} + notification_template_custom_big : int
{static} + notification_template_icon_group : int
{static} + notification_template_lines_media : int
{static} + notification_template_media : int
{static} + notification_template_media_custom : int
{static} + notification_template_part_chronometer : int
{static} + notification_template_part_time : int
{static} + select_dialog_item_material : int
{static} + select_dialog_multichoice_material : int
{static} + select_dialog_singlechoice_material : int
{static} + support_simple_spinner_dropdown_item : int
- layout()
}
}
package android.support.design {
class string {
{static} + abc_action_bar_home_description : int
{static} + abc_action_bar_up_description : int
{static} + abc_action_menu_overflow_description : int
{static} + abc_action_mode_done : int
{static} + abc_activity_chooser_view_see_all : int
{static} + abc_activitychooserview_choose_application : int
{static} + abc_capital_off : int
{static} + abc_capital_on : int
{static} + abc_font_family_body_1_material : int
{static} + abc_font_family_body_2_material : int
{static} + abc_font_family_button_material : int
{static} + abc_font_family_caption_material : int
{static} + abc_font_family_display_1_material : int
{static} + abc_font_family_display_2_material : int
{static} + abc_font_family_display_3_material : int
{static} + abc_font_family_display_4_material : int
{static} + abc_font_family_headline_material : int
{static} + abc_font_family_menu_material : int
{static} + abc_font_family_subhead_material : int
{static} + abc_font_family_title_material : int
{static} + abc_search_hint : int
{static} + abc_searchview_description_clear : int
{static} + abc_searchview_description_query : int
{static} + abc_searchview_description_search : int
{static} + abc_searchview_description_submit : int
{static} + abc_searchview_description_voice : int
{static} + abc_shareactionprovider_share_with : int
{static} + abc_shareactionprovider_share_with_application : int
{static} + abc_toolbar_collapse_description : int
{static} + appbar_scrolling_view_behavior : int
{static} + bottom_sheet_behavior : int
{static} + character_counter_pattern : int
{static} + password_toggle_content_description : int
{static} + path_password_eye : int
{static} + path_password_eye_mask_strike_through : int
{static} + path_password_eye_mask_visible : int
{static} + path_password_strike_through : int
{static} + search_menu_title : int
{static} + status_bar_notification_info_overflow : int
- string()
}
}
package android.support.design {
class style {
{static} + AlertDialog_AppCompat : int
{static} + AlertDialog_AppCompat_Light : int
{static} + Animation_AppCompat_Dialog : int
{static} + Animation_AppCompat_DropDownUp : int
{static} + Animation_AppCompat_Tooltip : int
{static} + Animation_Design_BottomSheetDialog : int
{static} + Base_AlertDialog_AppCompat : int
{static} + Base_AlertDialog_AppCompat_Light : int
{static} + Base_Animation_AppCompat_Dialog : int
{static} + Base_Animation_AppCompat_DropDownUp : int
{static} + Base_Animation_AppCompat_Tooltip : int
{static} + Base_DialogWindowTitleBackground_AppCompat : int
{static} + Base_DialogWindowTitle_AppCompat : int
{static} + Base_TextAppearance_AppCompat : int
{static} + Base_TextAppearance_AppCompat_Body1 : int
{static} + Base_TextAppearance_AppCompat_Body2 : int
{static} + Base_TextAppearance_AppCompat_Button : int
{static} + Base_TextAppearance_AppCompat_Caption : int
{static} + Base_TextAppearance_AppCompat_Display1 : int
{static} + Base_TextAppearance_AppCompat_Display2 : int
{static} + Base_TextAppearance_AppCompat_Display3 : int
{static} + Base_TextAppearance_AppCompat_Display4 : int
{static} + Base_TextAppearance_AppCompat_Headline : int
{static} + Base_TextAppearance_AppCompat_Inverse : int
{static} + Base_TextAppearance_AppCompat_Large : int
{static} + Base_TextAppearance_AppCompat_Large_Inverse : int
{static} + Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large : int
{static} + Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small : int
{static} + Base_TextAppearance_AppCompat_Medium : int
{static} + Base_TextAppearance_AppCompat_Medium_Inverse : int
{static} + Base_TextAppearance_AppCompat_Menu : int
{static} + Base_TextAppearance_AppCompat_SearchResult : int
{static} + Base_TextAppearance_AppCompat_SearchResult_Subtitle : int
{static} + Base_TextAppearance_AppCompat_SearchResult_Title : int
{static} + Base_TextAppearance_AppCompat_Small : int
{static} + Base_TextAppearance_AppCompat_Small_Inverse : int
{static} + Base_TextAppearance_AppCompat_Subhead : int
{static} + Base_TextAppearance_AppCompat_Subhead_Inverse : int
{static} + Base_TextAppearance_AppCompat_Title : int
{static} + Base_TextAppearance_AppCompat_Title_Inverse : int
{static} + Base_TextAppearance_AppCompat_Tooltip : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Menu : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Title : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle : int
{static} + Base_TextAppearance_AppCompat_Widget_ActionMode_Title : int
{static} + Base_TextAppearance_AppCompat_Widget_Button : int
{static} + Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored : int
{static} + Base_TextAppearance_AppCompat_Widget_Button_Colored : int
{static} + Base_TextAppearance_AppCompat_Widget_Button_Inverse : int
{static} + Base_TextAppearance_AppCompat_Widget_DropDownItem : int
{static} + Base_TextAppearance_AppCompat_Widget_PopupMenu_Header : int
{static} + Base_TextAppearance_AppCompat_Widget_PopupMenu_Large : int
{static} + Base_TextAppearance_AppCompat_Widget_PopupMenu_Small : int
{static} + Base_TextAppearance_AppCompat_Widget_Switch : int
{static} + Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem : int
{static} + Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item : int
{static} + Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle : int
{static} + Base_TextAppearance_Widget_AppCompat_Toolbar_Title : int
{static} + Base_ThemeOverlay_AppCompat : int
{static} + Base_ThemeOverlay_AppCompat_ActionBar : int
{static} + Base_ThemeOverlay_AppCompat_Dark : int
{static} + Base_ThemeOverlay_AppCompat_Dark_ActionBar : int
{static} + Base_ThemeOverlay_AppCompat_Dialog : int
{static} + Base_ThemeOverlay_AppCompat_Dialog_Alert : int
{static} + Base_ThemeOverlay_AppCompat_Light : int
{static} + Base_Theme_AppCompat : int
{static} + Base_Theme_AppCompat_CompactMenu : int
{static} + Base_Theme_AppCompat_Dialog : int
{static} + Base_Theme_AppCompat_DialogWhenLarge : int
{static} + Base_Theme_AppCompat_Dialog_Alert : int
{static} + Base_Theme_AppCompat_Dialog_FixedSize : int
{static} + Base_Theme_AppCompat_Dialog_MinWidth : int
{static} + Base_Theme_AppCompat_Light : int
{static} + Base_Theme_AppCompat_Light_DarkActionBar : int
{static} + Base_Theme_AppCompat_Light_Dialog : int
{static} + Base_Theme_AppCompat_Light_DialogWhenLarge : int
{static} + Base_Theme_AppCompat_Light_Dialog_Alert : int
{static} + Base_Theme_AppCompat_Light_Dialog_FixedSize : int
{static} + Base_Theme_AppCompat_Light_Dialog_MinWidth : int
{static} + Base_V14_Widget_Design_AppBarLayout : int
{static} + Base_V21_ThemeOverlay_AppCompat_Dialog : int
{static} + Base_V21_Theme_AppCompat : int
{static} + Base_V21_Theme_AppCompat_Dialog : int
{static} + Base_V21_Theme_AppCompat_Light : int
{static} + Base_V21_Theme_AppCompat_Light_Dialog : int
{static} + Base_V21_Widget_Design_AppBarLayout : int
{static} + Base_V22_Theme_AppCompat : int
{static} + Base_V22_Theme_AppCompat_Light : int
{static} + Base_V23_Theme_AppCompat : int
{static} + Base_V23_Theme_AppCompat_Light : int
{static} + Base_V26_Theme_AppCompat : int
{static} + Base_V26_Theme_AppCompat_Light : int
{static} + Base_V26_Widget_AppCompat_Toolbar : int
{static} + Base_V26_Widget_Design_AppBarLayout : int
{static} + Base_V7_ThemeOverlay_AppCompat_Dialog : int
{static} + Base_V7_Theme_AppCompat : int
{static} + Base_V7_Theme_AppCompat_Dialog : int
{static} + Base_V7_Theme_AppCompat_Light : int
{static} + Base_V7_Theme_AppCompat_Light_Dialog : int
{static} + Base_V7_Widget_AppCompat_AutoCompleteTextView : int
{static} + Base_V7_Widget_AppCompat_EditText : int
{static} + Base_V7_Widget_AppCompat_Toolbar : int
{static} + Base_Widget_AppCompat_ActionBar : int
{static} + Base_Widget_AppCompat_ActionBar_Solid : int
{static} + Base_Widget_AppCompat_ActionBar_TabBar : int
{static} + Base_Widget_AppCompat_ActionBar_TabText : int
{static} + Base_Widget_AppCompat_ActionBar_TabView : int
{static} + Base_Widget_AppCompat_ActionButton : int
{static} + Base_Widget_AppCompat_ActionButton_CloseMode : int
{static} + Base_Widget_AppCompat_ActionButton_Overflow : int
{static} + Base_Widget_AppCompat_ActionMode : int
{static} + Base_Widget_AppCompat_ActivityChooserView : int
{static} + Base_Widget_AppCompat_AutoCompleteTextView : int
{static} + Base_Widget_AppCompat_Button : int
{static} + Base_Widget_AppCompat_ButtonBar : int
{static} + Base_Widget_AppCompat_ButtonBar_AlertDialog : int
{static} + Base_Widget_AppCompat_Button_Borderless : int
{static} + Base_Widget_AppCompat_Button_Borderless_Colored : int
{static} + Base_Widget_AppCompat_Button_ButtonBar_AlertDialog : int
{static} + Base_Widget_AppCompat_Button_Colored : int
{static} + Base_Widget_AppCompat_Button_Small : int
{static} + Base_Widget_AppCompat_CompoundButton_CheckBox : int
{static} + Base_Widget_AppCompat_CompoundButton_RadioButton : int
{static} + Base_Widget_AppCompat_CompoundButton_Switch : int
{static} + Base_Widget_AppCompat_DrawerArrowToggle : int
{static} + Base_Widget_AppCompat_DrawerArrowToggle_Common : int
{static} + Base_Widget_AppCompat_DropDownItem_Spinner : int
{static} + Base_Widget_AppCompat_EditText : int
{static} + Base_Widget_AppCompat_ImageButton : int
{static} + Base_Widget_AppCompat_Light_ActionBar : int
{static} + Base_Widget_AppCompat_Light_ActionBar_Solid : int
{static} + Base_Widget_AppCompat_Light_ActionBar_TabBar : int
{static} + Base_Widget_AppCompat_Light_ActionBar_TabText : int
{static} + Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse : int
{static} + Base_Widget_AppCompat_Light_ActionBar_TabView : int
{static} + Base_Widget_AppCompat_Light_PopupMenu : int
{static} + Base_Widget_AppCompat_Light_PopupMenu_Overflow : int
{static} + Base_Widget_AppCompat_ListMenuView : int
{static} + Base_Widget_AppCompat_ListPopupWindow : int
{static} + Base_Widget_AppCompat_ListView : int
{static} + Base_Widget_AppCompat_ListView_DropDown : int
{static} + Base_Widget_AppCompat_ListView_Menu : int
{static} + Base_Widget_AppCompat_PopupMenu : int
{static} + Base_Widget_AppCompat_PopupMenu_Overflow : int
{static} + Base_Widget_AppCompat_PopupWindow : int
{static} + Base_Widget_AppCompat_ProgressBar : int
{static} + Base_Widget_AppCompat_ProgressBar_Horizontal : int
{static} + Base_Widget_AppCompat_RatingBar : int
{static} + Base_Widget_AppCompat_RatingBar_Indicator : int
{static} + Base_Widget_AppCompat_RatingBar_Small : int
{static} + Base_Widget_AppCompat_SearchView : int
{static} + Base_Widget_AppCompat_SearchView_ActionBar : int
{static} + Base_Widget_AppCompat_SeekBar : int
{static} + Base_Widget_AppCompat_SeekBar_Discrete : int
{static} + Base_Widget_AppCompat_Spinner : int
{static} + Base_Widget_AppCompat_Spinner_Underlined : int
{static} + Base_Widget_AppCompat_TextView_SpinnerItem : int
{static} + Base_Widget_AppCompat_Toolbar : int
{static} + Base_Widget_AppCompat_Toolbar_Button_Navigation : int
{static} + Base_Widget_Design_AppBarLayout : int
{static} + Base_Widget_Design_TabLayout : int
{static} + Platform_AppCompat : int
{static} + Platform_AppCompat_Light : int
{static} + Platform_ThemeOverlay_AppCompat : int
{static} + Platform_ThemeOverlay_AppCompat_Dark : int
{static} + Platform_ThemeOverlay_AppCompat_Light : int
{static} + Platform_V21_AppCompat : int
{static} + Platform_V21_AppCompat_Light : int
{static} + Platform_V25_AppCompat : int
{static} + Platform_V25_AppCompat_Light : int
{static} + Platform_Widget_AppCompat_Spinner : int
{static} + RtlOverlay_DialogWindowTitle_AppCompat : int
{static} + RtlOverlay_Widget_AppCompat_ActionBar_TitleItem : int
{static} + RtlOverlay_Widget_AppCompat_DialogTitle_Icon : int
{static} + RtlOverlay_Widget_AppCompat_PopupMenuItem : int
{static} + RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup : int
{static} + RtlOverlay_Widget_AppCompat_PopupMenuItem_Text : int
{static} + RtlOverlay_Widget_AppCompat_SearchView_MagIcon : int
{static} + RtlOverlay_Widget_AppCompat_Search_DropDown : int
{static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 : int
{static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 : int
{static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Query : int
{static} + RtlOverlay_Widget_AppCompat_Search_DropDown_Text : int
{static} + RtlUnderlay_Widget_AppCompat_ActionButton : int
{static} + RtlUnderlay_Widget_AppCompat_ActionButton_Overflow : int
{static} + TextAppearance_AppCompat : int
{static} + TextAppearance_AppCompat_Body1 : int
{static} + TextAppearance_AppCompat_Body2 : int
{static} + TextAppearance_AppCompat_Button : int
{static} + TextAppearance_AppCompat_Caption : int
{static} + TextAppearance_AppCompat_Display1 : int
{static} + TextAppearance_AppCompat_Display2 : int
{static} + TextAppearance_AppCompat_Display3 : int
{static} + TextAppearance_AppCompat_Display4 : int
{static} + TextAppearance_AppCompat_Headline : int
{static} + TextAppearance_AppCompat_Inverse : int
{static} + TextAppearance_AppCompat_Large : int
{static} + TextAppearance_AppCompat_Large_Inverse : int
{static} + TextAppearance_AppCompat_Light_SearchResult_Subtitle : int
{static} + TextAppearance_AppCompat_Light_SearchResult_Title : int
{static} + TextAppearance_AppCompat_Light_Widget_PopupMenu_Large : int
{static} + TextAppearance_AppCompat_Light_Widget_PopupMenu_Small : int
{static} + TextAppearance_AppCompat_Medium : int
{static} + TextAppearance_AppCompat_Medium_Inverse : int
{static} + TextAppearance_AppCompat_Menu : int
{static} + TextAppearance_AppCompat_SearchResult_Subtitle : int
{static} + TextAppearance_AppCompat_SearchResult_Title : int
{static} + TextAppearance_AppCompat_Small : int
{static} + TextAppearance_AppCompat_Small_Inverse : int
{static} + TextAppearance_AppCompat_Subhead : int
{static} + TextAppearance_AppCompat_Subhead_Inverse : int
{static} + TextAppearance_AppCompat_Title : int
{static} + TextAppearance_AppCompat_Title_Inverse : int
{static} + TextAppearance_AppCompat_Tooltip : int
{static} + TextAppearance_AppCompat_Widget_ActionBar_Menu : int
{static} + TextAppearance_AppCompat_Widget_ActionBar_Subtitle : int
{static} + TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse : int
{static} + TextAppearance_AppCompat_Widget_ActionBar_Title : int
{static} + TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse : int
{static} + TextAppearance_AppCompat_Widget_ActionMode_Subtitle : int
{static} + TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse : int
{static} + TextAppearance_AppCompat_Widget_ActionMode_Title : int
{static} + TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse : int
{static} + TextAppearance_AppCompat_Widget_Button : int
{static} + TextAppearance_AppCompat_Widget_Button_Borderless_Colored : int
{static} + TextAppearance_AppCompat_Widget_Button_Colored : int
{static} + TextAppearance_AppCompat_Widget_Button_Inverse : int
{static} + TextAppearance_AppCompat_Widget_DropDownItem : int
{static} + TextAppearance_AppCompat_Widget_PopupMenu_Header : int
{static} + TextAppearance_AppCompat_Widget_PopupMenu_Large : int
{static} + TextAppearance_AppCompat_Widget_PopupMenu_Small : int
{static} + TextAppearance_AppCompat_Widget_Switch : int
{static} + TextAppearance_AppCompat_Widget_TextView_SpinnerItem : int
{static} + TextAppearance_Compat_Notification : int
{static} + TextAppearance_Compat_Notification_Info : int
{static} + TextAppearance_Compat_Notification_Info_Media : int
{static} + TextAppearance_Compat_Notification_Line2 : int
{static} + TextAppearance_Compat_Notification_Line2_Media : int
{static} + TextAppearance_Compat_Notification_Media : int
{static} + TextAppearance_Compat_Notification_Time : int
{static} + TextAppearance_Compat_Notification_Time_Media : int
{static} + TextAppearance_Compat_Notification_Title : int
{static} + TextAppearance_Compat_Notification_Title_Media : int
{static} + TextAppearance_Design_CollapsingToolbar_Expanded : int
{static} + TextAppearance_Design_Counter : int
{static} + TextAppearance_Design_Counter_Overflow : int
{static} + TextAppearance_Design_Error : int
{static} + TextAppearance_Design_Hint : int
{static} + TextAppearance_Design_Snackbar_Message : int
{static} + TextAppearance_Design_Tab : int
{static} + TextAppearance_Widget_AppCompat_ExpandedMenu_Item : int
{static} + TextAppearance_Widget_AppCompat_Toolbar_Subtitle : int
{static} + TextAppearance_Widget_AppCompat_Toolbar_Title : int
{static} + ThemeOverlay_AppCompat : int
{static} + ThemeOverlay_AppCompat_ActionBar : int
{static} + ThemeOverlay_AppCompat_Dark : int
{static} + ThemeOverlay_AppCompat_Dark_ActionBar : int
{static} + ThemeOverlay_AppCompat_Dialog : int
{static} + ThemeOverlay_AppCompat_Dialog_Alert : int
{static} + ThemeOverlay_AppCompat_Light : int
{static} + Theme_AppCompat : int
{static} + Theme_AppCompat_CompactMenu : int
{static} + Theme_AppCompat_DayNight : int
{static} + Theme_AppCompat_DayNight_DarkActionBar : int
{static} + Theme_AppCompat_DayNight_Dialog : int
{static} + Theme_AppCompat_DayNight_DialogWhenLarge : int
{static} + Theme_AppCompat_DayNight_Dialog_Alert : int
{static} + Theme_AppCompat_DayNight_Dialog_MinWidth : int
{static} + Theme_AppCompat_DayNight_NoActionBar : int
{static} + Theme_AppCompat_Dialog : int
{static} + Theme_AppCompat_DialogWhenLarge : int
{static} + Theme_AppCompat_Dialog_Alert : int
{static} + Theme_AppCompat_Dialog_MinWidth : int
{static} + Theme_AppCompat_Light : int
{static} + Theme_AppCompat_Light_DarkActionBar : int
{static} + Theme_AppCompat_Light_Dialog : int
{static} + Theme_AppCompat_Light_DialogWhenLarge : int
{static} + Theme_AppCompat_Light_Dialog_Alert : int
{static} + Theme_AppCompat_Light_Dialog_MinWidth : int
{static} + Theme_AppCompat_Light_NoActionBar : int
{static} + Theme_AppCompat_NoActionBar : int
{static} + Theme_Design : int
{static} + Theme_Design_BottomSheetDialog : int
{static} + Theme_Design_Light : int
{static} + Theme_Design_Light_BottomSheetDialog : int
{static} + Theme_Design_Light_NoActionBar : int
{static} + Theme_Design_NoActionBar : int
{static} + Widget_AppCompat_ActionBar : int
{static} + Widget_AppCompat_ActionBar_Solid : int
{static} + Widget_AppCompat_ActionBar_TabBar : int
{static} + Widget_AppCompat_ActionBar_TabText : int
{static} + Widget_AppCompat_ActionBar_TabView : int
{static} + Widget_AppCompat_ActionButton : int
{static} + Widget_AppCompat_ActionButton_CloseMode : int
{static} + Widget_AppCompat_ActionButton_Overflow : int
{static} + Widget_AppCompat_ActionMode : int
{static} + Widget_AppCompat_ActivityChooserView : int
{static} + Widget_AppCompat_AutoCompleteTextView : int
{static} + Widget_AppCompat_Button : int
{static} + Widget_AppCompat_ButtonBar : int
{static} + Widget_AppCompat_ButtonBar_AlertDialog : int
{static} + Widget_AppCompat_Button_Borderless : int
{static} + Widget_AppCompat_Button_Borderless_Colored : int
{static} + Widget_AppCompat_Button_ButtonBar_AlertDialog : int
{static} + Widget_AppCompat_Button_Colored : int
{static} + Widget_AppCompat_Button_Small : int
{static} + Widget_AppCompat_CompoundButton_CheckBox : int
{static} + Widget_AppCompat_CompoundButton_RadioButton : int
{static} + Widget_AppCompat_CompoundButton_Switch : int
{static} + Widget_AppCompat_DrawerArrowToggle : int
{static} + Widget_AppCompat_DropDownItem_Spinner : int
{static} + Widget_AppCompat_EditText : int
{static} + Widget_AppCompat_ImageButton : int
{static} + Widget_AppCompat_Light_ActionBar : int
{static} + Widget_AppCompat_Light_ActionBar_Solid : int
{static} + Widget_AppCompat_Light_ActionBar_Solid_Inverse : int
{static} + Widget_AppCompat_Light_ActionBar_TabBar : int
{static} + Widget_AppCompat_Light_ActionBar_TabBar_Inverse : int
{static} + Widget_AppCompat_Light_ActionBar_TabText : int
{static} + Widget_AppCompat_Light_ActionBar_TabText_Inverse : int
{static} + Widget_AppCompat_Light_ActionBar_TabView : int
{static} + Widget_AppCompat_Light_ActionBar_TabView_Inverse : int
{static} + Widget_AppCompat_Light_ActionButton : int
{static} + Widget_AppCompat_Light_ActionButton_CloseMode : int
{static} + Widget_AppCompat_Light_ActionButton_Overflow : int
{static} + Widget_AppCompat_Light_ActionMode_Inverse : int
{static} + Widget_AppCompat_Light_ActivityChooserView : int
{static} + Widget_AppCompat_Light_AutoCompleteTextView : int
{static} + Widget_AppCompat_Light_DropDownItem_Spinner : int
{static} + Widget_AppCompat_Light_ListPopupWindow : int
{static} + Widget_AppCompat_Light_ListView_DropDown : int
{static} + Widget_AppCompat_Light_PopupMenu : int
{static} + Widget_AppCompat_Light_PopupMenu_Overflow : int
{static} + Widget_AppCompat_Light_SearchView : int
{static} + Widget_AppCompat_Light_Spinner_DropDown_ActionBar : int
{static} + Widget_AppCompat_ListMenuView : int
{static} + Widget_AppCompat_ListPopupWindow : int
{static} + Widget_AppCompat_ListView : int
{static} + Widget_AppCompat_ListView_DropDown : int
{static} + Widget_AppCompat_ListView_Menu : int
{static} + Widget_AppCompat_PopupMenu : int
{static} + Widget_AppCompat_PopupMenu_Overflow : int
{static} + Widget_AppCompat_PopupWindow : int
{static} + Widget_AppCompat_ProgressBar : int
{static} + Widget_AppCompat_ProgressBar_Horizontal : int
{static} + Widget_AppCompat_RatingBar : int
{static} + Widget_AppCompat_RatingBar_Indicator : int
{static} + Widget_AppCompat_RatingBar_Small : int
{static} + Widget_AppCompat_SearchView : int
{static} + Widget_AppCompat_SearchView_ActionBar : int
{static} + Widget_AppCompat_SeekBar : int
{static} + Widget_AppCompat_SeekBar_Discrete : int
{static} + Widget_AppCompat_Spinner : int
{static} + Widget_AppCompat_Spinner_DropDown : int
{static} + Widget_AppCompat_Spinner_DropDown_ActionBar : int
{static} + Widget_AppCompat_Spinner_Underlined : int
{static} + Widget_AppCompat_TextView_SpinnerItem : int
{static} + Widget_AppCompat_Toolbar : int
{static} + Widget_AppCompat_Toolbar_Button_Navigation : int
{static} + Widget_Compat_NotificationActionContainer : int
{static} + Widget_Compat_NotificationActionText : int
{static} + Widget_Design_AppBarLayout : int
{static} + Widget_Design_BottomNavigationView : int
{static} + Widget_Design_BottomSheet_Modal : int
{static} + Widget_Design_CollapsingToolbar : int
{static} + Widget_Design_CoordinatorLayout : int
{static} + Widget_Design_FloatingActionButton : int
{static} + Widget_Design_NavigationView : int
{static} + Widget_Design_ScrimInsetsFrameLayout : int
{static} + Widget_Design_Snackbar : int
{static} + Widget_Design_TabLayout : int
{static} + Widget_Design_TextInputLayout : int
{static} + Widget_Support_CoordinatorLayout : int
- style()
}
}
package android.support.design {
class styleable {
{static} + ActionBar : int[]
{static} + ActionBar_background : int
{static} + ActionBar_backgroundSplit : int
{static} + ActionBar_backgroundStacked : int
{static} + ActionBar_contentInsetEnd : int
{static} + ActionBar_contentInsetEndWithActions : int
{static} + ActionBar_contentInsetLeft : int
{static} + ActionBar_contentInsetRight : int
{static} + ActionBar_contentInsetStart : int
{static} + ActionBar_contentInsetStartWithNavigation : int
{static} + ActionBar_customNavigationLayout : int
{static} + ActionBar_displayOptions : int
{static} + ActionBar_divider : int
{static} + ActionBar_elevation : int
{static} + ActionBar_height : int
{static} + ActionBar_hideOnContentScroll : int
{static} + ActionBar_homeAsUpIndicator : int
{static} + ActionBar_homeLayout : int
{static} + ActionBar_icon : int
{static} + ActionBar_indeterminateProgressStyle : int
{static} + ActionBar_itemPadding : int
{static} + ActionBar_logo : int
{static} + ActionBar_navigationMode : int
{static} + ActionBar_popupTheme : int
{static} + ActionBar_progressBarPadding : int
{static} + ActionBar_progressBarStyle : int
{static} + ActionBar_subtitle : int
{static} + ActionBar_subtitleTextStyle : int
{static} + ActionBar_title : int
{static} + ActionBar_titleTextStyle : int
{static} + ActionBarLayout : int[]
{static} + ActionBarLayout_android_layout_gravity : int
{static} + ActionMenuItemView : int[]
{static} + ActionMenuItemView_android_minWidth : int
{static} + ActionMode : int[]
{static} + ActionMode_background : int
{static} + ActionMode_backgroundSplit : int
{static} + ActionMode_closeItemLayout : int
{static} + ActionMode_height : int
{static} + ActionMode_subtitleTextStyle : int
{static} + ActionMode_titleTextStyle : int
{static} + ActivityChooserView : int[]
{static} + ActivityChooserView_expandActivityOverflowButtonDrawable : int
{static} + ActivityChooserView_initialActivityCount : int
{static} + AlertDialog : int[]
{static} + AlertDialog_android_layout : int
{static} + AlertDialog_buttonIconDimen : int
{static} + AlertDialog_buttonPanelSideLayout : int
{static} + AlertDialog_listItemLayout : int
{static} + AlertDialog_listLayout : int
{static} + AlertDialog_multiChoiceItemLayout : int
{static} + AlertDialog_showTitle : int
{static} + AlertDialog_singleChoiceItemLayout : int
{static} + AppBarLayout : int[]
{static} + AppBarLayout_android_background : int
{static} + AppBarLayout_android_touchscreenBlocksFocus : int
{static} + AppBarLayout_android_keyboardNavigationCluster : int
{static} + AppBarLayout_elevation : int
{static} + AppBarLayout_expanded : int
{static} + AppBarLayoutStates : int[]
{static} + AppBarLayoutStates_state_collapsed : int
{static} + AppBarLayoutStates_state_collapsible : int
{static} + AppBarLayout_Layout : int[]
{static} + AppBarLayout_Layout_layout_scrollFlags : int
{static} + AppBarLayout_Layout_layout_scrollInterpolator : int
{static} + AppCompatImageView : int[]
{static} + AppCompatImageView_android_src : int
{static} + AppCompatImageView_srcCompat : int
{static} + AppCompatImageView_tint : int
{static} + AppCompatImageView_tintMode : int
{static} + AppCompatSeekBar : int[]
{static} + AppCompatSeekBar_android_thumb : int
{static} + AppCompatSeekBar_tickMark : int
{static} + AppCompatSeekBar_tickMarkTint : int
{static} + AppCompatSeekBar_tickMarkTintMode : int
{static} + AppCompatTextHelper : int[]
{static} + AppCompatTextHelper_android_textAppearance : int
{static} + AppCompatTextHelper_android_drawableTop : int
{static} + AppCompatTextHelper_android_drawableBottom : int
{static} + AppCompatTextHelper_android_drawableLeft : int
{static} + AppCompatTextHelper_android_drawableRight : int
{static} + AppCompatTextHelper_android_drawableStart : int
{static} + AppCompatTextHelper_android_drawableEnd : int
{static} + AppCompatTextView : int[]
{static} + AppCompatTextView_android_textAppearance : int
{static} + AppCompatTextView_autoSizeMaxTextSize : int
{static} + AppCompatTextView_autoSizeMinTextSize : int
{static} + AppCompatTextView_autoSizePresetSizes : int
{static} + AppCompatTextView_autoSizeStepGranularity : int
{static} + AppCompatTextView_autoSizeTextType : int
{static} + AppCompatTextView_fontFamily : int
{static} + AppCompatTextView_textAllCaps : int
{static} + AppCompatTheme : int[]
{static} + AppCompatTheme_android_windowIsFloating : int
{static} + AppCompatTheme_android_windowAnimationStyle : int
{static} + AppCompatTheme_actionBarDivider : int
{static} + AppCompatTheme_actionBarItemBackground : int
{static} + AppCompatTheme_actionBarPopupTheme : int
{static} + AppCompatTheme_actionBarSize : int
{static} + AppCompatTheme_actionBarSplitStyle : int
{static} + AppCompatTheme_actionBarStyle : int
{static} + AppCompatTheme_actionBarTabBarStyle : int
{static} + AppCompatTheme_actionBarTabStyle : int
{static} + AppCompatTheme_actionBarTabTextStyle : int
{static} + AppCompatTheme_actionBarTheme : int
{static} + AppCompatTheme_actionBarWidgetTheme : int
{static} + AppCompatTheme_actionButtonStyle : int
{static} + AppCompatTheme_actionDropDownStyle : int
{static} + AppCompatTheme_actionMenuTextAppearance : int
{static} + AppCompatTheme_actionMenuTextColor : int
{static} + AppCompatTheme_actionModeBackground : int
{static} + AppCompatTheme_actionModeCloseButtonStyle : int
{static} + AppCompatTheme_actionModeCloseDrawable : int
{static} + AppCompatTheme_actionModeCopyDrawable : int
{static} + AppCompatTheme_actionModeCutDrawable : int
{static} + AppCompatTheme_actionModeFindDrawable : int
{static} + AppCompatTheme_actionModePasteDrawable : int
{static} + AppCompatTheme_actionModePopupWindowStyle : int
{static} + AppCompatTheme_actionModeSelectAllDrawable : int
{static} + AppCompatTheme_actionModeShareDrawable : int
{static} + AppCompatTheme_actionModeSplitBackground : int
{static} + AppCompatTheme_actionModeStyle : int
{static} + AppCompatTheme_actionModeWebSearchDrawable : int
{static} + AppCompatTheme_actionOverflowButtonStyle : int
{static} + AppCompatTheme_actionOverflowMenuStyle : int
{static} + AppCompatTheme_activityChooserViewStyle : int
{static} + AppCompatTheme_alertDialogButtonGroupStyle : int
{static} + AppCompatTheme_alertDialogCenterButtons : int
{static} + AppCompatTheme_alertDialogStyle : int
{static} + AppCompatTheme_alertDialogTheme : int
{static} + AppCompatTheme_autoCompleteTextViewStyle : int
{static} + AppCompatTheme_borderlessButtonStyle : int
{static} + AppCompatTheme_buttonBarButtonStyle : int
{static} + AppCompatTheme_buttonBarNegativeButtonStyle : int
{static} + AppCompatTheme_buttonBarNeutralButtonStyle : int
{static} + AppCompatTheme_buttonBarPositiveButtonStyle : int
{static} + AppCompatTheme_buttonBarStyle : int
{static} + AppCompatTheme_buttonStyle : int
{static} + AppCompatTheme_buttonStyleSmall : int
{static} + AppCompatTheme_checkboxStyle : int
{static} + AppCompatTheme_checkedTextViewStyle : int
{static} + AppCompatTheme_colorAccent : int
{static} + AppCompatTheme_colorBackgroundFloating : int
{static} + AppCompatTheme_colorButtonNormal : int
{static} + AppCompatTheme_colorControlActivated : int
{static} + AppCompatTheme_colorControlHighlight : int
{static} + AppCompatTheme_colorControlNormal : int
{static} + AppCompatTheme_colorError : int
{static} + AppCompatTheme_colorPrimary : int
{static} + AppCompatTheme_colorPrimaryDark : int
{static} + AppCompatTheme_colorSwitchThumbNormal : int
{static} + AppCompatTheme_controlBackground : int
{static} + AppCompatTheme_dialogPreferredPadding : int
{static} + AppCompatTheme_dialogTheme : int
{static} + AppCompatTheme_dividerHorizontal : int
{static} + AppCompatTheme_dividerVertical : int
{static} + AppCompatTheme_dropDownListViewStyle : int
{static} + AppCompatTheme_dropdownListPreferredItemHeight : int
{static} + AppCompatTheme_editTextBackground : int
{static} + AppCompatTheme_editTextColor : int
{static} + AppCompatTheme_editTextStyle : int
{static} + AppCompatTheme_homeAsUpIndicator : int
{static} + AppCompatTheme_imageButtonStyle : int
{static} + AppCompatTheme_listChoiceBackgroundIndicator : int
{static} + AppCompatTheme_listDividerAlertDialog : int
{static} + AppCompatTheme_listMenuViewStyle : int
{static} + AppCompatTheme_listPopupWindowStyle : int
{static} + AppCompatTheme_listPreferredItemHeight : int
{static} + AppCompatTheme_listPreferredItemHeightLarge : int
{static} + AppCompatTheme_listPreferredItemHeightSmall : int
{static} + AppCompatTheme_listPreferredItemPaddingLeft : int
{static} + AppCompatTheme_listPreferredItemPaddingRight : int
{static} + AppCompatTheme_panelBackground : int
{static} + AppCompatTheme_panelMenuListTheme : int
{static} + AppCompatTheme_panelMenuListWidth : int
{static} + AppCompatTheme_popupMenuStyle : int
{static} + AppCompatTheme_popupWindowStyle : int
{static} + AppCompatTheme_radioButtonStyle : int
{static} + AppCompatTheme_ratingBarStyle : int
{static} + AppCompatTheme_ratingBarStyleIndicator : int
{static} + AppCompatTheme_ratingBarStyleSmall : int
{static} + AppCompatTheme_searchViewStyle : int
{static} + AppCompatTheme_seekBarStyle : int
{static} + AppCompatTheme_selectableItemBackground : int
{static} + AppCompatTheme_selectableItemBackgroundBorderless : int
{static} + AppCompatTheme_spinnerDropDownItemStyle : int
{static} + AppCompatTheme_spinnerStyle : int
{static} + AppCompatTheme_switchStyle : int
{static} + AppCompatTheme_textAppearanceLargePopupMenu : int
{static} + AppCompatTheme_textAppearanceListItem : int
{static} + AppCompatTheme_textAppearanceListItemSecondary : int
{static} + AppCompatTheme_textAppearanceListItemSmall : int
{static} + AppCompatTheme_textAppearancePopupMenuHeader : int
{static} + AppCompatTheme_textAppearanceSearchResultSubtitle : int
{static} + AppCompatTheme_textAppearanceSearchResultTitle : int
{static} + AppCompatTheme_textAppearanceSmallPopupMenu : int
{static} + AppCompatTheme_textColorAlertDialogListItem : int
{static} + AppCompatTheme_textColorSearchUrl : int
{static} + AppCompatTheme_toolbarNavigationButtonStyle : int
{static} + AppCompatTheme_toolbarStyle : int
{static} + AppCompatTheme_tooltipForegroundColor : int
{static} + AppCompatTheme_tooltipFrameBackground : int
{static} + AppCompatTheme_viewInflaterClass : int
{static} + AppCompatTheme_windowActionBar : int
{static} + AppCompatTheme_windowActionBarOverlay : int
{static} + AppCompatTheme_windowActionModeOverlay : int
{static} + AppCompatTheme_windowFixedHeightMajor : int
{static} + AppCompatTheme_windowFixedHeightMinor : int
{static} + AppCompatTheme_windowFixedWidthMajor : int
{static} + AppCompatTheme_windowFixedWidthMinor : int
{static} + AppCompatTheme_windowMinWidthMajor : int
{static} + AppCompatTheme_windowMinWidthMinor : int
{static} + AppCompatTheme_windowNoTitle : int
{static} + BottomNavigationView : int[]
{static} + BottomNavigationView_elevation : int
{static} + BottomNavigationView_itemBackground : int
{static} + BottomNavigationView_itemIconTint : int
{static} + BottomNavigationView_itemTextColor : int
{static} + BottomNavigationView_menu : int
{static} + BottomSheetBehavior_Layout : int[]
{static} + BottomSheetBehavior_Layout_behavior_hideable : int
{static} + BottomSheetBehavior_Layout_behavior_peekHeight : int
{static} + BottomSheetBehavior_Layout_behavior_skipCollapsed : int
{static} + ButtonBarLayout : int[]
{static} + ButtonBarLayout_allowStacking : int
{static} + CollapsingToolbarLayout : int[]
{static} + CollapsingToolbarLayout_collapsedTitleGravity : int
{static} + CollapsingToolbarLayout_collapsedTitleTextAppearance : int
{static} + CollapsingToolbarLayout_contentScrim : int
{static} + CollapsingToolbarLayout_expandedTitleGravity : int
{static} + CollapsingToolbarLayout_expandedTitleMargin : int
{static} + CollapsingToolbarLayout_expandedTitleMarginBottom : int
{static} + CollapsingToolbarLayout_expandedTitleMarginEnd : int
{static} + CollapsingToolbarLayout_expandedTitleMarginStart : int
{static} + CollapsingToolbarLayout_expandedTitleMarginTop : int
{static} + CollapsingToolbarLayout_expandedTitleTextAppearance : int
{static} + CollapsingToolbarLayout_scrimAnimationDuration : int
{static} + CollapsingToolbarLayout_scrimVisibleHeightTrigger : int
{static} + CollapsingToolbarLayout_statusBarScrim : int
{static} + CollapsingToolbarLayout_title : int
{static} + CollapsingToolbarLayout_titleEnabled : int
{static} + CollapsingToolbarLayout_toolbarId : int
{static} + CollapsingToolbarLayout_Layout : int[]
{static} + CollapsingToolbarLayout_Layout_layout_collapseMode : int
{static} + CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier : int
{static} + ColorStateListItem : int[]
{static} + ColorStateListItem_android_color : int
{static} + ColorStateListItem_android_alpha : int
{static} + ColorStateListItem_alpha : int
{static} + CompoundButton : int[]
{static} + CompoundButton_android_button : int
{static} + CompoundButton_buttonTint : int
{static} + CompoundButton_buttonTintMode : int
{static} + CoordinatorLayout : int[]
{static} + CoordinatorLayout_keylines : int
{static} + CoordinatorLayout_statusBarBackground : int
{static} + CoordinatorLayout_Layout : int[]
{static} + CoordinatorLayout_Layout_android_layout_gravity : int
{static} + CoordinatorLayout_Layout_layout_anchor : int
{static} + CoordinatorLayout_Layout_layout_anchorGravity : int
{static} + CoordinatorLayout_Layout_layout_behavior : int
{static} + CoordinatorLayout_Layout_layout_dodgeInsetEdges : int
{static} + CoordinatorLayout_Layout_layout_insetEdge : int
{static} + CoordinatorLayout_Layout_layout_keyline : int
{static} + DesignTheme : int[]
{static} + DesignTheme_bottomSheetDialogTheme : int
{static} + DesignTheme_bottomSheetStyle : int
{static} + DesignTheme_textColorError : int
{static} + DrawerArrowToggle : int[]
{static} + DrawerArrowToggle_arrowHeadLength : int
{static} + DrawerArrowToggle_arrowShaftLength : int
{static} + DrawerArrowToggle_barLength : int
{static} + DrawerArrowToggle_color : int
{static} + DrawerArrowToggle_drawableSize : int
{static} + DrawerArrowToggle_gapBetweenBars : int
{static} + DrawerArrowToggle_spinBars : int
{static} + DrawerArrowToggle_thickness : int
{static} + FloatingActionButton : int[]
{static} + FloatingActionButton_backgroundTint : int
{static} + FloatingActionButton_backgroundTintMode : int
{static} + FloatingActionButton_borderWidth : int
{static} + FloatingActionButton_elevation : int
{static} + FloatingActionButton_fabCustomSize : int
{static} + FloatingActionButton_fabSize : int
{static} + FloatingActionButton_pressedTranslationZ : int
{static} + FloatingActionButton_rippleColor : int
{static} + FloatingActionButton_useCompatPadding : int
{static} + FloatingActionButton_Behavior_Layout : int[]
{static} + FloatingActionButton_Behavior_Layout_behavior_autoHide : int
{static} + FontFamily : int[]
{static} + FontFamily_fontProviderAuthority : int
{static} + FontFamily_fontProviderCerts : int
{static} + FontFamily_fontProviderFetchStrategy : int
{static} + FontFamily_fontProviderFetchTimeout : int
{static} + FontFamily_fontProviderPackage : int
{static} + FontFamily_fontProviderQuery : int
{static} + FontFamilyFont : int[]
{static} + FontFamilyFont_android_font : int
{static} + FontFamilyFont_android_fontWeight : int
{static} + FontFamilyFont_android_fontStyle : int
{static} + FontFamilyFont_font : int
{static} + FontFamilyFont_fontStyle : int
{static} + FontFamilyFont_fontWeight : int
{static} + ForegroundLinearLayout : int[]
{static} + ForegroundLinearLayout_android_foreground : int
{static} + ForegroundLinearLayout_android_foregroundGravity : int
{static} + ForegroundLinearLayout_foregroundInsidePadding : int
{static} + LinearLayoutCompat : int[]
{static} + LinearLayoutCompat_android_gravity : int
{static} + LinearLayoutCompat_android_orientation : int
{static} + LinearLayoutCompat_android_baselineAligned : int
{static} + LinearLayoutCompat_android_baselineAlignedChildIndex : int
{static} + LinearLayoutCompat_android_weightSum : int
{static} + LinearLayoutCompat_divider : int
{static} + LinearLayoutCompat_dividerPadding : int
{static} + LinearLayoutCompat_measureWithLargestChild : int
{static} + LinearLayoutCompat_showDividers : int
{static} + LinearLayoutCompat_Layout : int[]
{static} + LinearLayoutCompat_Layout_android_layout_gravity : int
{static} + LinearLayoutCompat_Layout_android_layout_width : int
{static} + LinearLayoutCompat_Layout_android_layout_height : int
{static} + LinearLayoutCompat_Layout_android_layout_weight : int
{static} + ListPopupWindow : int[]
{static} + ListPopupWindow_android_dropDownHorizontalOffset : int
{static} + ListPopupWindow_android_dropDownVerticalOffset : int
{static} + MenuGroup : int[]
{static} + MenuGroup_android_enabled : int
{static} + MenuGroup_android_id : int
{static} + MenuGroup_android_visible : int
{static} + MenuGroup_android_menuCategory : int
{static} + MenuGroup_android_orderInCategory : int
{static} + MenuGroup_android_checkableBehavior : int
{static} + MenuItem : int[]
{static} + MenuItem_android_icon : int
{static} + MenuItem_android_enabled : int
{static} + MenuItem_android_id : int
{static} + MenuItem_android_checked : int
{static} + MenuItem_android_visible : int
{static} + MenuItem_android_menuCategory : int
{static} + MenuItem_android_orderInCategory : int
{static} + MenuItem_android_title : int
{static} + MenuItem_android_titleCondensed : int
{static} + MenuItem_android_alphabeticShortcut : int
{static} + MenuItem_android_numericShortcut : int
{static} + MenuItem_android_checkable : int
{static} + MenuItem_android_onClick : int
{static} + MenuItem_actionLayout : int
{static} + MenuItem_actionProviderClass : int
{static} + MenuItem_actionViewClass : int
{static} + MenuItem_alphabeticModifiers : int
{static} + MenuItem_contentDescription : int
{static} + MenuItem_iconTint : int
{static} + MenuItem_iconTintMode : int
{static} + MenuItem_numericModifiers : int
{static} + MenuItem_showAsAction : int
{static} + MenuItem_tooltipText : int
{static} + MenuView : int[]
{static} + MenuView_android_windowAnimationStyle : int
{static} + MenuView_android_itemTextAppearance : int
{static} + MenuView_android_horizontalDivider : int
{static} + MenuView_android_verticalDivider : int
{static} + MenuView_android_headerBackground : int
{static} + MenuView_android_itemBackground : int
{static} + MenuView_android_itemIconDisabledAlpha : int
{static} + MenuView_preserveIconSpacing : int
{static} + MenuView_subMenuArrow : int
{static} + NavigationView : int[]
{static} + NavigationView_android_background : int
{static} + NavigationView_android_fitsSystemWindows : int
{static} + NavigationView_android_maxWidth : int
{static} + NavigationView_elevation : int
{static} + NavigationView_headerLayout : int
{static} + NavigationView_itemBackground : int
{static} + NavigationView_itemIconTint : int
{static} + NavigationView_itemTextAppearance : int
{static} + NavigationView_itemTextColor : int
{static} + NavigationView_menu : int
{static} + PopupWindow : int[]
{static} + PopupWindow_android_popupBackground : int
{static} + PopupWindow_android_popupAnimationStyle : int
{static} + PopupWindow_overlapAnchor : int
{static} + PopupWindowBackgroundState : int[]
{static} + PopupWindowBackgroundState_state_above_anchor : int
{static} + RecycleListView : int[]
{static} + RecycleListView_paddingBottomNoButtons : int
{static} + RecycleListView_paddingTopNoTitle : int
{static} + RecyclerView : int[]
{static} + RecyclerView_android_orientation : int
{static} + RecyclerView_android_descendantFocusability : int
{static} + RecyclerView_fastScrollEnabled : int
{static} + RecyclerView_fastScrollHorizontalThumbDrawable : int
{static} + RecyclerView_fastScrollHorizontalTrackDrawable : int
{static} + RecyclerView_fastScrollVerticalThumbDrawable : int
{static} + RecyclerView_fastScrollVerticalTrackDrawable : int
{static} + RecyclerView_layoutManager : int
{static} + RecyclerView_reverseLayout : int
{static} + RecyclerView_spanCount : int
{static} + RecyclerView_stackFromEnd : int
{static} + ScrimInsetsFrameLayout : int[]
{static} + ScrimInsetsFrameLayout_insetForeground : int
{static} + ScrollingViewBehavior_Layout : int[]
{static} + ScrollingViewBehavior_Layout_behavior_overlapTop : int
{static} + SearchView : int[]
{static} + SearchView_android_focusable : int
{static} + SearchView_android_maxWidth : int
{static} + SearchView_android_inputType : int
{static} + SearchView_android_imeOptions : int
{static} + SearchView_closeIcon : int
{static} + SearchView_commitIcon : int
{static} + SearchView_defaultQueryHint : int
{static} + SearchView_goIcon : int
{static} + SearchView_iconifiedByDefault : int
{static} + SearchView_layout : int
{static} + SearchView_queryBackground : int
{static} + SearchView_queryHint : int
{static} + SearchView_searchHintIcon : int
{static} + SearchView_searchIcon : int
{static} + SearchView_submitBackground : int
{static} + SearchView_suggestionRowLayout : int
{static} + SearchView_voiceIcon : int
{static} + SnackbarLayout : int[]
{static} + SnackbarLayout_android_maxWidth : int
{static} + SnackbarLayout_elevation : int
{static} + SnackbarLayout_maxActionInlineWidth : int
{static} + Spinner : int[]
{static} + Spinner_android_entries : int
{static} + Spinner_android_popupBackground : int
{static} + Spinner_android_prompt : int
{static} + Spinner_android_dropDownWidth : int
{static} + Spinner_popupTheme : int
{static} + SwitchCompat : int[]
{static} + SwitchCompat_android_textOn : int
{static} + SwitchCompat_android_textOff : int
{static} + SwitchCompat_android_thumb : int
{static} + SwitchCompat_showText : int
{static} + SwitchCompat_splitTrack : int
{static} + SwitchCompat_switchMinWidth : int
{static} + SwitchCompat_switchPadding : int
{static} + SwitchCompat_switchTextAppearance : int
{static} + SwitchCompat_thumbTextPadding : int
{static} + SwitchCompat_thumbTint : int
{static} + SwitchCompat_thumbTintMode : int
{static} + SwitchCompat_track : int
{static} + SwitchCompat_trackTint : int
{static} + SwitchCompat_trackTintMode : int
{static} + TabItem : int[]
{static} + TabItem_android_icon : int
{static} + TabItem_android_layout : int
{static} + TabItem_android_text : int
{static} + TabLayout : int[]
{static} + TabLayout_tabBackground : int
{static} + TabLayout_tabContentStart : int
{static} + TabLayout_tabGravity : int
{static} + TabLayout_tabIndicatorColor : int
{static} + TabLayout_tabIndicatorHeight : int
{static} + TabLayout_tabMaxWidth : int
{static} + TabLayout_tabMinWidth : int
{static} + TabLayout_tabMode : int
{static} + TabLayout_tabPadding : int
{static} + TabLayout_tabPaddingBottom : int
{static} + TabLayout_tabPaddingEnd : int
{static} + TabLayout_tabPaddingStart : int
{static} + TabLayout_tabPaddingTop : int
{static} + TabLayout_tabSelectedTextColor : int
{static} + TabLayout_tabTextAppearance : int
{static} + TabLayout_tabTextColor : int
{static} + TextAppearance : int[]
{static} + TextAppearance_android_textSize : int
{static} + TextAppearance_android_typeface : int
{static} + TextAppearance_android_textStyle : int
{static} + TextAppearance_android_textColor : int
{static} + TextAppearance_android_textColorHint : int
{static} + TextAppearance_android_textColorLink : int
{static} + TextAppearance_android_shadowColor : int
{static} + TextAppearance_android_shadowDx : int
{static} + TextAppearance_android_shadowDy : int
{static} + TextAppearance_android_shadowRadius : int
{static} + TextAppearance_android_fontFamily : int
{static} + TextAppearance_fontFamily : int
{static} + TextAppearance_textAllCaps : int
{static} + TextInputLayout : int[]
{static} + TextInputLayout_android_textColorHint : int
{static} + TextInputLayout_android_hint : int
{static} + TextInputLayout_counterEnabled : int
{static} + TextInputLayout_counterMaxLength : int
{static} + TextInputLayout_counterOverflowTextAppearance : int
{static} + TextInputLayout_counterTextAppearance : int
{static} + TextInputLayout_errorEnabled : int
{static} + TextInputLayout_errorTextAppearance : int
{static} + TextInputLayout_hintAnimationEnabled : int
{static} + TextInputLayout_hintEnabled : int
{static} + TextInputLayout_hintTextAppearance : int
{static} + TextInputLayout_passwordToggleContentDescription : int
{static} + TextInputLayout_passwordToggleDrawable : int
{static} + TextInputLayout_passwordToggleEnabled : int
{static} + TextInputLayout_passwordToggleTint : int
{static} + TextInputLayout_passwordToggleTintMode : int
{static} + Toolbar : int[]
{static} + Toolbar_android_gravity : int
{static} + Toolbar_android_minHeight : int
{static} + Toolbar_buttonGravity : int
{static} + Toolbar_collapseContentDescription : int
{static} + Toolbar_collapseIcon : int
{static} + Toolbar_contentInsetEnd : int
{static} + Toolbar_contentInsetEndWithActions : int
{static} + Toolbar_contentInsetLeft : int
{static} + Toolbar_contentInsetRight : int
{static} + Toolbar_contentInsetStart : int
{static} + Toolbar_contentInsetStartWithNavigation : int
{static} + Toolbar_logo : int
{static} + Toolbar_logoDescription : int
{static} + Toolbar_maxButtonHeight : int
{static} + Toolbar_navigationContentDescription : int
{static} + Toolbar_navigationIcon : int
{static} + Toolbar_popupTheme : int
{static} + Toolbar_subtitle : int
{static} + Toolbar_subtitleTextAppearance : int
{static} + Toolbar_subtitleTextColor : int
{static} + Toolbar_title : int
{static} + Toolbar_titleMargin : int
{static} + Toolbar_titleMarginBottom : int
{static} + Toolbar_titleMarginEnd : int
{static} + Toolbar_titleMarginStart : int
{static} + Toolbar_titleMarginTop : int
{static} + Toolbar_titleMargins : int
{static} + Toolbar_titleTextAppearance : int
{static} + Toolbar_titleTextColor : int
{static} + View : int[]
{static} + View_android_theme : int
{static} + View_android_focusable : int
{static} + View_paddingEnd : int
{static} + View_paddingStart : int
{static} + View_theme : int
{static} + ViewBackgroundHelper : int[]
{static} + ViewBackgroundHelper_android_background : int
{static} + ViewBackgroundHelper_backgroundTint : int
{static} + ViewBackgroundHelper_backgroundTintMode : int
{static} + ViewStubCompat : int[]
{static} + ViewStubCompat_android_id : int
{static} + ViewStubCompat_android_layout : int
{static} + ViewStubCompat_android_inflatedId : int
- styleable()
}
}
R +-down- anim
R +-down- animator
R +-down- attr
R +-down- bool
R +-down- color
R +-down- dimen
R +-down- drawable
R +-down- id
R +-down- integer
R +-down- layout
R +-down- string
R +-down- style
R +-down- styleable
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 |
902e67f922dcd08fa009c87bb8ce526b978405f4 | f8781f0e74245981db90d630c5ebc8e4407effb7 | /exercise45/docs/Solution45UML.puml | f6e37a8e84eed78e73b4f6efca3a8d833fa3bbda | [] | no_license | Perry-codes/perry-a04 | 3865001ae99bb2d5fe9a905ae6e02ccfd213cd60 | 78bbd778f64916b59b534babac671a528b64ca19 | refs/heads/master | 2023-08-27T18:11:43.650631 | 2021-10-17T23:15:53 | 2021-10-17T23:15:53 | 414,005,740 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 133 | puml | @startuml
class WordFinder{
}
class Solution45{
String fileInput
String newOutput
main()
replaceKeyword()
writeToFile()
}
@enduml | false | true | false | false | class |
e14347a40ef3117fd2f4833d5eebb22588e6966f | f8e357daee592f0c24cd2e5778c643a77b4a6404 | /04usecase/08_usercase_description.puml | b1c47511bb6dd430bbd009eda71d53e303b78951 | [] | no_license | jahmanitheone/plantuml | bd3914c882d79157f387aa84268510edbebb05c2 | dda0a93ca7caabf456c96bd9ef8249c1f3ddf9a1 | refs/heads/main | 2023-01-01T12:40:34.242849 | 2020-10-22T17:01:59 | 2020-10-22T17:01:59 | 306,404,003 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 513 | puml | '
'UseCase: Usecases description
'
'If you want to have description on several lines, you can use quotes.
'You can also use the following separators: -- .. == __. And you can put titles within the separators.
'
'--, ==, __,..
'--------------------------------------
'
@startuml
usecase UC1 as "You can use
several lines to define your usecase.
You can also use separators.
--
Several separators are possible.
==
And you can add titles:
..Conclusion..
This allows large description.
__More description__
"
@enduml | false | true | false | false | usecase |
2e2dcd03fdd4e7caed50a064e7c60324a49db5fb | 2ab8d8842cc6ae8bd0c948a6efe7adceb3646f36 | /docs/proposals/images/async-delete.plantuml | 908dca78c7a2ff3a2cd3f6752a29e0c74b24228f | [
"Apache-2.0"
] | permissive | kubernetes-sigs/cluster-api-provider-azure | 2851918dd79365c42b12c636ef6111de42661f65 | a0502479edcf31759977fbbc4bafa6d8cbf823a7 | refs/heads/main | 2023-08-18T10:59:40.134404 | 2023-08-17T19:06:29 | 2023-08-17T19:06:29 | 137,134,442 | 285 | 370 | Apache-2.0 | 2023-09-14T19:28:53 | 2018-06-12T22:29:45 | Go | UTF-8 | PlantUML | false | false | 1,079 | plantuml | @startuml
title Figure 2. Azure service async delete
state longrunningopinprogress <<choice>>
[*] --> longrunningopinprogress : start Delete
longrunningopinprogress --> GetResultIfDone : long running operation\nalready in progress
GetResultIfDone : fetch the future data from the scope
GetResultIfDone : check if future is done
GetResultIfDone --> [*] : requeue if not done
GetResultIfDone --> UpdateStatus : done
UpdateStatus : update the object conditions
UpdateStatus --> [*]
longrunningopinprogress --> Delete : no long running operation\n in progress
Delete : DELETE the resource from Azure
Delete : wait for the operation to complete
Delete : timeout after x seconds
Delete --> ResetLongRunningState : DELETE operation completes \n before timeout
ResetLongRunningState : set the long running operation state to nil
ResetLongRunningState --> UpdateStatus
Delete --> StoreLongRunningState : DELETE operation does not\n complete before timeout
StoreLongRunningState: store the future in long running operation state
StoreLongRunningState --> UpdateStatus
@enduml
| false | true | false | false | sequence |
3a8b5ca4be29a9e45ad23ca2899c146f62b1c237 | dd587efaf969f78bd5cd305647e058c758e14c5d | /rest/Steps2.puml | 8e26d7a729376a5cd7ea0ad524efbe4639a581a1 | [] | no_license | jovemfelix/poc-establish-sso-without-user-interaction-keycloak | 92bb27f2c01f37c72ba046efac36167bdb626927 | 0d70a1b1c83e9b876190dea955797923ac3a984a | refs/heads/master | 2023-03-21T22:07:45.443050 | 2021-03-09T14:06:28 | 2021-03-09T14:06:28 | 346,024,264 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 810 | puml | @startuml
'https://plantuml.com/sequence-diagram
autonumber
'actor Alice
'box "Legacy System"
' control login as login
' boundary FrontEnd1
'end box
'
'box "New Architecture" #LightBlue
' control "RH-SSO 7.4" as keycloak
' boundary FrontEnd2
'end box
Alice -> login: Authentication Request (username, password)
login --> Alice: Sucessfull Authentication Response
Alice -> FrontEnd1: navigate to a integration page
Alice -> FrontEnd1: click button to Navigate to FrontEnd2
FrontEnd1 -> FrontEnd1: create SSO authentication
FrontEnd1 -> keycloak: call url /protocol/openid-connect/token (grant_type=password, username, password)
FrontEnd1 <-- keycloak: OIDC TOKEN
FrontEnd1 -> FrontEnd2: navigate to main page (TOKEN)
Alice <-- FrontEnd2: show main page authenticated
@enduml
| false | true | false | false | sequence |
5f2b82570accd4d53212780659c21c65e61d0c59 | cae8b9d4419938a0b320012bb9825635cb460897 | /esterni/diagrammi/diagrammi-training-app/src/packagesDiagram.plantuml | 0b332970610f788e40a819fdb3f289619999ac73 | [] | no_license | sofiabononi/project-docs | 5612a4b3b11704b3b684df566b5a1291a55c2062 | 3626071df806c88c722ec0149eb1dc398a0a5185 | refs/heads/master | 2022-11-20T12:19:16.951949 | 2020-07-17T14:00:17 | 2020-07-17T14:00:17 | 248,197,272 | 0 | 2 | null | 2020-07-17T14:00:18 | 2020-03-18T10:11:12 | TeX | UTF-8 | PlantUML | false | false | 548 | plantuml | @startuml
package node_modules <<Frame>> {
class electron
class fs
class papaparse
class jquery
class chart_js
class sweetalert2
class popper
class bootstrap
}
package vendor <<Frame>> {
class regression
class svm
}
package adapter <<Frame>> {
class RLadapter
Class SVMadapter
}
package FileManager <<Frame>> {
class CVSFile
class JSONFile
}
package MVC <<Frame>> {
class Model
class Controller
class View
}
MVC ..> vendor
MVC ..> FileManager
MVC ..> node_modules
MVC ..> adapter
adapter ..> vendor
@enduml | false | true | false | false | class |
52664f9b426edb41370e7ccabed4361560ee0560 | c45ce074df6e9c8bb54ce906f387a4ec1730b2d6 | /diagrams/design/patterns/class/behavior/command.puml | b410e24fe07f591df748a95b1b0bb8d28b577926 | [] | no_license | eromero-kreatech/clean-code | 82a4a62ae6d76985bc77e7a16f5d9890c41b652f | e5a29e0dacead4f25005e67163ffb57fbc4d2d44 | refs/heads/master | 2023-06-26T21:50:19.104747 | 2021-07-24T00:51:11 | 2021-07-24T00:51:11 | 388,963,257 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 598 | puml | @startuml COMMAND
class Client
class Invoker
class Receiver {
+ action()
}
class Command {
+ execute()
}
class ConcreteCommand {
+ execute()
}
hide empty members
Client -> Invoker
Client --> Receiver
Invoker *-- Command
Client ..> ConcreteCommand
Receiver -> ConcreteCommand
ConcreteCommand -|> Command
note as N1
<b><color:royalBlue>Command</color></b>
<b>Type:</b> Behavioral
Encapsulate a request as an object,
thereby letting you parameterize clients
with different requests, queue or log
requests, and support undoable operations.
end note
@enduml
| false | true | false | false | class |
859552fce239395b9074742e4b672dd95d764a4e | 76c809d6eae97f4ac9a863156092f31b9006aebf | /pic/state_diagram.puml | 8045db94875a0c7d9be66610713e02071946cade | [] | no_license | vernor1/carnd_path_planning | 7d01e5cda351c4fc2f665703f8f92f3c6317c208 | 0ab649e55e6d6f46cccb938c2f9b4a32a0e49844 | refs/heads/master | 2021-01-01T19:21:36.640571 | 2017-08-17T17:12:02 | 2017-08-17T17:12:02 | 98,569,659 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,016 | puml | @startuml
skinparam dpi 300
[*] --> KeepingLane
KeepingLane : ON ENTRY
KeepingLane : Target lane : current lane
KeepingLane : Target vehicle Id : unknown
KeepingLane :
KeepingLane : CONTINUOUSLY
KeepingLane : Check current speed
KeepingLane : Check other vehicles
KeepingLane : Update target vehicle Id
KeepingLane --> ChangingLaneLeft : Lower lane cost,\nsafe to change lane
KeepingLane --> ChangingLaneRight : Lower lane cost,\nsafe to change lane
KeepingLane --> KeepingLane : Current lane is the best
ChangingLaneLeft : CONTINUOUSLY
ChangingLaneLeft : Check current d-coord
ChangingLaneLeft : Check current d-speed
ChangingLaneLeft --> ChangingLaneLeft : d-coord != target lane,\nd-speed > 0.3
ChangingLaneLeft --> KeepingLane : Maneuver complete
ChangingLaneRight : CONTINUOUSLY
ChangingLaneRight : Check current d-coord
ChangingLaneRight : Check current d-speed
ChangingLaneRight --> ChangingLaneRight : d-coord != target lane,\nd-speed > 0.3
ChangingLaneRight --> KeepingLane : Maneuver complete
@enduml
| false | true | false | false | sequence |
45c7a34b0efb9cf889fa433b09eca4c2c92a3b8d | 267fe75081ce277d725d572bca42e60d1df3847a | /res/factory.puml | 8af66e5746fb0d44535bdb5dfe426afb9d084050 | [] | no_license | l-vo/slideshow-form | 1d607f45f6745e68f036486f7d3a765efb73e0cc | 04669e06d979acd2a733135159758eb83bcd48ab | refs/heads/master | 2023-04-03T18:53:16.892718 | 2021-04-11T13:45:42 | 2021-04-11T13:45:42 | 346,828,186 | 1 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 440 | puml | @startuml
'https://plantuml.com/use-case-diagram
package FormInterface {
(create)
(createNamed)
(createForProperty)
}
package FormBuilderInterface {
(createNamedBuilder)
(createBuilderForProperty)
(createBuilder)
}
create --> createBuilder
createForProperty -> createBuilderForProperty
createNamed -> createNamedBuilder
createBuilder --> createNamedBuilder
createBuilderForProperty --> createNamedBuilder
@enduml | false | true | false | false | uml-unknown |
7faf5cd6b3849a4d5fa0887e59ff9347e19518bc | 0cac157b94936ed5271a90b8c02c5ca483eb81ea | /Isotope/bin/com/alestrio/isotope/materials/materials.plantuml | 8d2f39a9146e5caf9562d8c2c78393261a2ac0af | [
"MIT"
] | permissive | Isotope-Software/Isotope-StockManager | d6f822c3bf2ac55e121a1c9054b68b40c75578d7 | 2e273e3c45b15e8100f0f08c7ad0f4b75f7d36d0 | refs/heads/master | 2022-09-21T03:41:16.373248 | 2019-11-23T18:12:27 | 2019-11-23T18:12:27 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,960 | plantuml | @startuml
title __MATERIALS's Class Diagram__\n
package com.alestrio.isotope {
package com.alestrio.isotope.materials {
abstract class AbsMaterial {
# id : SimpleIntegerProperty
# head : SimpleStringProperty
# diameter : SimpleDoubleProperty
# length : SimpleDoubleProperty
# remainingLength : SimpleDoubleProperty
# width : SimpleDoubleProperty
# remainingWidth : SimpleDoubleProperty
# thickness : SimpleDoubleProperty
# remainingThickness : SimpleDoubleProperty
# type : SimpleStringProperty
# initialWeight : SimpleDoubleProperty
# remainingWeight : SimpleDoubleProperty
# color : SimpleStringProperty
# qty : SimpleIntegerProperty
# price : SimpleDoubleProperty
# priceCm : SimpleDoubleProperty
# totalPrice : SimpleDoubleProperty
# piecePrice : SimpleDoubleProperty
~ AbsMaterial()
+ getHead()
+ setHead()
+ getHeadProperty()
+ getDiameter()
+ setDiameter()
+ getDiameterProperty()
+ getLength()
+ setLength()
+ getLengthProperty()
+ getRemainingLength()
+ setRemainingLength()
+ getRemainingLengthProperty()
+ getWidth()
+ setWidth()
+ getWidthProperty()
+ getRemainingWidth()
+ setRemainingWidth()
+ getRemainingWidthProperty()
+ getThickness()
+ setThickness()
+ getThicknessProperty()
+ getRemainingThickness()
+ setRemainingThickness()
+ getRemainingThicknessProperty()
+ getType()
+ setType()
+ getTypeProperty()
+ getRemainingWeight()
+ setRemainingWeight()
+ getRemainingWeightProperty()
+ getInitialWeight()
+ setInitialWeight()
+ getInitialWeightProperty()
+ getColor()
+ setColor()
+ getColorProperty()
+ getQty()
+ setQty()
+ getQtyProperty()
+ getPrice()
+ setPrice()
+ getPriceProperty()
+ getTotalPrice()
+ setTotalPrice()
+ getTotalPriceProperty()
{abstract} + delete()
{abstract} + add()
{abstract} + isSimilar()
+ getPriceCm()
+ setPriceCm()
+ priceCmProperty()
+ getDb()
}
}
}
package com.alestrio.isotope {
package com.alestrio.isotope.materials {
class Cylinder {
+ Cylinder()
+ Cylinder()
+ delete()
+ add()
+ isSimilar()
+ modify()
}
}
}
package com.alestrio.isotope {
package com.alestrio.isotope.materials {
class FilamentSpool {
+ FilamentSpool()
+ FilamentSpool()
+ delete()
+ add()
+ isSimilar()
+ modify()
}
}
}
package com.alestrio.isotope {
package com.alestrio.isotope.materials {
class RectangularPiece {
+ RectangularPiece()
+ RectangularPiece()
+ delete()
+ add()
+ isSimilar()
+ modify()
}
}
}
package com.alestrio.isotope {
package com.alestrio.isotope.materials {
class Screw {
+ Screw()
+ Screw()
+ delete()
+ add()
+ modify()
+ modify()
+ isSimilar()
}
}
}
AbsMaterial o-- DB : db
Cylinder -up-|> AbsMaterial
FilamentSpool -up-|> AbsMaterial
RectangularPiece -up-|> AbsMaterial
Screw -up-|> AbsMaterial
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 |
947ccbc3cf210e4e9a41f69f42d641e28e67305d | c2ef7c48e236c3d1780fdcac75abce25c672c652 | /src/main/resources/uml/MementoUml.puml | 49a5b82f4ed46fc4e94098131a9006ab760a4c5d | [] | no_license | ToryZhou/design-pattern | 8d63b720ef54c9633eb10122c4cbeae45ae7ea1c | c9bcd6ae5cfb398e86d3af9a6a704e70a604b5cd | refs/heads/master | 2022-09-10T09:57:10.616533 | 2022-08-22T02:48:42 | 2022-08-22T02:48:42 | 132,232,311 | 62 | 31 | null | 2022-08-22T02:48:43 | 2018-05-05T09:11:57 | Java | UTF-8 | PlantUML | false | false | 394 | puml | @startuml
title Memento
class GameRole{
-vitality: int
-attack: int
-defense: int
+fight()
+saveState(): RoleStateMemento
+recoveryState()
}
class RoleStateCaretaker{
-roleStateMemento: RoleStateMemento
}
class RoleStateMemento{
-vitality: int
-attack: int
-defense: int
}
GameRole .> RoleStateMemento
RoleStateMemento <-o RoleStateCaretaker
@enduml | false | true | false | false | class |
f38959a170859a482844f3124d2d6d6b11206337 | b270ffc3409efa9c1cae1067942c48c14d3eb51e | /Puzzle-BIQ/src/main/java/course/puzzle/puzzleClassDiagram.puml | aaf988ee4c563a9e62e39b12387d9ac053650ee0 | [] | no_license | BiqTransformation/Puzzle-BIQ | 4d96aca597214a8e1446114c4c986c9a92b689b8 | ff9d43e86d91e6aa8c520dfa663b4f23cf88868c | refs/heads/master | 2020-03-06T19:35:18.927413 | 2018-05-27T20:00:26 | 2018-05-27T20:00:26 | 127,031,949 | 0 | 0 | null | 2018-06-10T16:03:58 | 2018-03-27T18:50:58 | Java | UTF-8 | PlantUML | false | false | 2,272 | puml | @startuml
client.MainClient -- client.Client
client.Client -- file.PuzzleInputDataValidation
client.Client -- file.FileReader
client.Client -- file.FileOutput
client.Client -- model.Model
puzzleManager.Server "1" *-- "many" client.Client : contains
puzzleManager.Server "1" *-- "many" puzzleManager.PuzzleManager : contains
puzzleManager.PuzzleManager "1" *-- "many" puzzle.PuzzleSolver
puzzle.PuzzleSolver "1" *-- "many" puzzle.RunSolution
class client.MainClient {
String ip
int port
String inputFilePath
String outputFilePath
boolean rotate
MainClient: createNewClient(ip, port, inputFilePath, outputFilePath,rotate)
MainClient: startClient()
MainClient: stopClient()
}
class client.Client {
String ip
int port
String inputFilePath
String outputFilePath
boolean rotate
String inputJson
Client: Client(ip,port,inputFilePath,outputFilePath,rotate)
Client: startClient()
Client: validateInputFile()
Client: openSocketChannel()
Client: sendJsonToServer()
Client: getOutputFromServer()
Client: printOutput()
Client: validateSolution()
Client: disconnect()
}
class puzzleManager.Server{
int port
int threads
Server: main()
Server: registerClient()
Server: start()
Server: currentClientInput readInputJsonFromCurrentClient()
Server: openThreadPool()
Server: currentClientOutput runNewPuzzleManager(currentClientInput)
}
class model.Model{
String inputFileTxt
String inputFileJson
String outputFileTxt
String ourputFileJson
Puzzle puzzle
PuzzlePiece[][] solution
Model: convertInputFileToJson()
Model: Puzzle convertJsonToPuzzle()
Model: convertSolutionToJson()
Model: convertSolutionJsonToTxt()
}
class puzzleManager.PuzzleManager{
String inputJson
String outputJson
Puzzle puzzle
PuzzleManager: puzzle convertInputJsonToPuzzle()
PuzzleManager: outputJson runNewPuzzleSolver(puzzle)
}
class puzzle.PuzzleSolver{
String outputJson
Puzzle puzzle
Map<Integer,Integer> possibleSolutions
PuzzleSolver: PuzzleSolver(puzzle,outputJson)
PuzzleSolver: openThreadPool()
PuzzleSolver: outputJson runNewSolution(puzzle,nt rows, int cols)
}
class puzzle.RunSolution{
int rows
int cols
String outputJson
Puzzle puzzle
PuzzlePieces[][] solvedPuzzle
RunSolution: RunSolution(puzzle,rows,cols)
RunSolution: puzzleSolution()
RunSolution: outputJson convertToJson()
}
@enduml | false | true | false | false | class |
5690e79151ca537fb907f00731581e40d8ed5715 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/TaxPortion.puml | f7316297fa27dcbb384464df294f1ff02d312d46 | [] | 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 | 698 | 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 TaxPortion [[TaxPortion.svg]] {
name: String
rate: Double
amount: [[CentPrecisionMoney.svg CentPrecisionMoney]]
}
interface TaxedPrice [[TaxedPrice.svg]] {
totalNet: [[CentPrecisionMoney.svg CentPrecisionMoney]]
totalGross: [[CentPrecisionMoney.svg CentPrecisionMoney]]
taxPortions: [[TaxPortion.svg List<TaxPortion>]]
totalTax: [[CentPrecisionMoney.svg CentPrecisionMoney]]
}
TaxPortion --> TaxedPrice #green;text:green : "taxPortions"
@enduml
| false | true | false | false | sequence |
55d340e696078d23844862a394bbe877f3cb9512 | b67c98b4013d00c77c0a045bc38afbb62938c4d6 | /Module 1/4 JWT/OAuthflow.plantuml | 17546ea7aadd129601360f4c7fd6ba070ae6ca79 | [] | no_license | dawidchar/Multiverse-Modules | 038d87ce4cb437052fcc13af9cceb71aa071fb29 | fffc8efb1a190fab2ba4cfd442c18449ca8d623e | refs/heads/master | 2023-03-02T06:17:56.458553 | 2021-02-10T15:43:41 | 2021-02-10T15:43:41 | 335,354,338 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,173 | plantuml | @startuml "OAuth flow"
skinparam defaultTextAlignment center
skinparam backgroundColor #EEEBDC
skinparam handwritten true
skinparam sequence {
ArrowColor DeepSkyBlue
ActorBorderColor DeepSkyBlue
ArrowFontName Engravers MT
LifeLineBorderColor blue
LifeLineBackgroundColor #A9DCDF
ParticipantBorderColor DeepSkyBlue
ParticipantBackgroundColor DodgerBlue
ParticipantFontName Impact
ParticipantFontSize 17
ParticipantFontColor #A9DCDF
ActorBackgroundColor aqua
ActorFontColor DeepSkyBlue
ActorFontSize 17
ActorFontName Aapex
}
title Client Credentials Flow\n
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.2.0
!includeurl ICONURL/font-awesome/lock.puml
!includeurl ICONURL/devicons/chrome.puml
!includeurl ICONURL/font-awesome/database.puml
Participant "App\n<$chrome>" as App
Participant "Identity Provider\n<$lock>" as IdP
Participant "Resource\n<$database>" as Resource
autonumber
App -> IdP : /oauth/token (clientId & secret)
IdP --> IdP : Validate ClientId & Secret
IdP --> App : accessToken
App -> Resource : request (accessToken)
Resource --> Resource : Validate accessToken
Resource --> App : Response
@enduml | false | true | false | false | sequence |
fafa4760fdb32eea61ff370f3a9e9dd62031afc2 | 6650bf4f06a5ee3add785c8e8567f48eac5bd4bd | /sequence_diagram.plantuml | 711785b316a037ed38bbf813aef16b4ebd5e8f68 | [] | no_license | vyomshm/CDO_ETH | ee5fba08b24ffaf79f11d97f5635f5be22f29116 | e16a5ba9827396ba90859329f7d16ac0c4336dcb | refs/heads/master | 2020-03-26T01:57:12.906814 | 2018-08-18T01:14:17 | 2018-08-18T01:14:17 | 144,389,982 | 0 | 3 | null | null | null | null | UTF-8 | PlantUML | false | false | 749 | plantuml | @startuml
actor Lenders
Lenders -> DharmaProtocol : fill DebtOrders
actor LoanAggregator
DharmaProtocol -> Lenders : receive DebtTokens(ERC721)
Lenders -> LoanAggregator : sell DebtTokens
LoanAggregator -> CDOFactory : initializes a CDO contract
CDOFactory -> CDO : CDO initialized
LoanAggregator -> CDO : collateralizes the CDO - sending CDO DebtTokens
LoanAggregator -> CDO : finalizes the CDO when all DebtTokens have been sent
actor Investors
Investors -> CDO : Buy shares of CDO tranches(ETH/ERC20)
CDO -> Investors : receive TrancheTokens(ERC721)
actor Debtors
Debtors -> CDO : make repayment of loans(principle+interest)
CDO -> Investors : pay seniors first
CDO -> Investors : pay mezzanines second
CDO -> Investors : pay juniors last
@enduml | false | true | false | false | usecase |
442a53240e41e26a76676c2621e1a15cab525086 | ea92b794f64577cf3f9895848ed841a2482a6d1e | /docs/assets/images/AudioTask-umlClassDiagram-144.puml | 7d6ff2371a68a667046da991386645865404801a | [
"MIT"
] | permissive | dreambo8563/todo-core | a1cdd6e14ec6445dd1dae84d0ba03bf80b1b09da | 96b2af2b5b5c0ba1d1aaa15eba7061c52cafc611 | refs/heads/master | 2022-11-21T11:51:16.649734 | 2020-07-18T17:57:03 | 2020-07-18T17:57:03 | 274,677,442 | 0 | 0 | MIT | 2020-06-28T10:36:09 | 2020-06-24T13:36:10 | TypeScript | UTF-8 | PlantUML | false | false | 594 | puml | @startuml
hide empty methods
hide empty fields
class "AudioTask" {
+content : MediaTaskType
+finishDate : FinishDate
+id : string
+owner : ITaskOwner | null
+status : ETaskStatus
+pause() : void
+play() : void
+stop() : void
+toggle() : void
}
class "PeriodTask" {
+content : T
+finishDate : FinishDate
+id : string
+owner : ITaskOwner | null
+status : ETaskStatus
+toggle() : void
}
"PeriodTask" <|-- "AudioTask"
interface "IPlayable" {
+pause() : void
+play() : void
+stop() : void
}
"IPlayable" <|.. "AudioTask"
@enduml | false | true | false | false | class |
a6be474939e5d178c755f158722c35e6fceeec35 | 8ce0a997f44a42d2c8c9ff4dad14885e3a25df6d | /_report/2020-10-16-report/sequence_inv.puml | 1e1ddb30cda75ee6055dee66a849395a703bc7d6 | [
"MIT"
] | permissive | hyeonjang/class_schedule_maker | b3b98624223ab87d2d4a63ae5122e7f8a8e925f9 | f04214fbc82774a9a8645cd2e2ee31e2b2d28df5 | refs/heads/master | 2023-08-19T04:30:17.053716 | 2020-11-18T15:47:42 | 2020-11-18T15:47:42 | 281,585,056 | 0 | 0 | MIT | 2021-09-22T19:31:21 | 2020-07-22T05:37:54 | JavaScript | UTF-8 | PlantUML | false | false | 1,118 | puml | @startuml
'style'
skinparam SequenceBoxBorderColor #ffffff
'struct'
actor InvitedTeacher
box timetable
participant Views
participant Forms
end box
box school
participant Model
end box
database InvitedTables
database HomeTables
database SubjectTables
'graph'
== Create ==
InvitedTeacher -> Views : create
Views -> Model : query 'Semester'
note right: already exists
Model -> Views : return 'Semester'
loop InvitedTeacher.start to InvitedTeacher.end
loop 40 times
Views -> Views : instantiate
end
end
Views -> InvitedTables : bulk create
== Update ==
Forms -> InvitedTables : query
ref over InvitedTables, HomeTables, SubjectTables
filter 'HomeTables' which has not 'sub_', 'inv_'
end ref
HomeTables -> Forms : return value 'Classroom'
Forms -> Views : restrict views
InvitedTeacher -> Views : update
Views -> InvitedTables : query
InvitedTables -> Views : return objects
Views -> InvitedTables : bulk update
== Reset ==
InvitedTeacher -> Views : reset
Views -> InvitedTables : query
InvitedTables -> Views : return objects
Views -> InvitedTables : reset
@enduml | false | true | false | false | sequence |
6b46378b894cf4df0e906d970a42aeea2016cb85 | 9022c3e345dfbb67dd1e449489e14612f5aa89ff | /Actividades/A00569929_Osbert_Clase.puml | bc9dec2b891a12d3a3c1e524d255ff4bf6b84c45 | [] | no_license | JoanAndoni/AyMMS | c6c937a55bbf7d12176100d69244ca93066f8ae4 | 9b72fb0eadbcec776c5593d3862e68fa3294cdf1 | refs/heads/master | 2021-08-23T18:00:32.843161 | 2017-12-06T00:40:15 | 2017-12-06T00:40:15 | 113,249,145 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,322 | puml | @startuml
Class Artwork<<Template>>{
string name
float price
string artist
int year
Artwork(Master_Artwork);
Artwork(Repre_Artwork);
Artwork(Other_Artwork);
}
Class Master_Artwork{
string name
float price
string artist
int year
Master_Artwork();
}
Class Repre_Artwork{
string name
float price
string artist
int year
Repre_Artwork();
}
Class Other_Artwork{
string name
float price
string artist
int year
Other_Artwork();
}
Class Searching{
Artwork to_Check
Searching(Artwork);
Artwork compare(to_Check);
}
Class Inventory{
Array Artwork[];
void create();
void delete();
}
Class Purchase{
Artwork nuevo
nuevo.price = nuevo.price * 1.082
}
Class Sell{
Artwork to_sell
String vendedor
float price
}
Class Client{
string Name
}
Master_Artwork-->Artwork
Repre_Artwork-->Artwork
Other_Artwork-->Artwork
Purchase -- Inventory : use
Searching -- Artwork
Inventory *-- Searching
Inventory -- Sell : use >
Sell -- Client : use >
@enduml | false | true | false | false | class |
16fe0099a0e867b0d3b91422bf80ac116493c11e | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Runtime/Playables/BasicScriptPlayable.puml | d144a84817b807c30cff4cf4b70dc2b8ebc7a613 | [] | 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 | 997 | puml | @startuml
class BasicPlayableBehaviour {
+ BasicPlayableBehaviour()
+ <<virtual>> duration : double <<get>>
+ <<virtual>> OnGraphStart(playable:Playable) : void
+ <<virtual>> OnGraphStop(playable:Playable) : void
+ <<virtual>> OnPlayableCreate(playable:Playable) : void
+ <<virtual>> OnPlayableDestroy(playable:Playable) : void
+ <<virtual>> OnBehaviourPlay(playable:Playable, info:FrameData) : void
+ <<virtual>> OnBehaviourPause(playable:Playable, info:FrameData) : void
+ <<virtual>> PrepareFrame(playable:Playable, info:FrameData) : void
+ <<virtual>> ProcessFrame(playable:Playable, info:FrameData, playerData:object) : void
+ <<virtual>> CreatePlayable(graph:PlayableGraph, owner:GameObject) : Playable
}
class "IEnumerable`1"<T> {
}
ScriptableObject <|-- BasicPlayableBehaviour
IPlayableAsset <|-- BasicPlayableBehaviour
IPlayableBehaviour <|-- BasicPlayableBehaviour
BasicPlayableBehaviour --> "outputs<PlayableBinding>" "IEnumerable`1"
@enduml
| false | true | false | false | class |
781ef600e23df5a4744548c2ab6963d609c7477a | 51f5c0398b46f6712e44b34f3dd93a70f56c3551 | /docs/capcalculatordiagrams/AddCommand.puml | b4eb65a89b218a24073e7168c89425bbc6be71b9 | [] | no_license | AY2021S2-CS2113T-T09-3/tp | 27f7266901c5956ad32363ef328c083c97315f6a | 174234bb59eeb735d270f82871ef7971b608c8d0 | refs/heads/master | 2023-04-08T08:58:34.476604 | 2021-04-12T17:06:24 | 2021-04-12T17:06:24 | 344,310,640 | 0 | 4 | null | 2021-04-12T16:47:01 | 2021-03-04T01:14:10 | Java | UTF-8 | PlantUML | false | false | 2,120 | puml | @startuml
hide footbox
title AddNewModuleCommand
-> ":AddNewModuleCommand" :
activate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":ModuleStorage" : getSem
activate ":ModuleStorage"
":ModuleStorage" --> ":AddNewModuleCommand"
deactivate ":ModuleStorage"
":AddNewModuleCommand" -> ":AddNewModuleCommand" : checkGradeFormat
activate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":ModuleList" : gradesToPoints
activate ":ModuleList"
":ModuleList" --> ":AddNewModuleCommand"
deactivate ":ModuleList"
deactivate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":AddNewModuleCommand" : checkMcFormat
activate ":AddNewModuleCommand"
":AddNewModuleCommand" --> ":AddNewModuleCommand"
activate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":ModuleList" : size
activate ":ModuleList"
":ModuleList" --> ":AddNewModuleCommand"
deactivate ":ModuleList"
":AddNewModuleCommand" --> ":AddNewModuleCommand"
deactivate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":ModuleList" : add
activate ":ModuleList"
":ModuleList" --> ":AddNewModuleCommand"
deactivate ":ModuleList"
":AddNewModuleCommand" -> ":UiText" : confirmModuleUpdate
activate ":UiText"
":UiText" --> ":AddNewModuleCommand"
deactivate ":UiText"
":AddNewModuleCommand" -> ":AddNewModuleCommand" : saveToStorage
activate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":ModuleStorage" : writeToFile
activate ":ModuleStorage"
":ModuleStorage" -> ":ModuleList" : printString
activate ":ModuleList"
":ModuleList" --> ":ModuleStorage"
deactivate ":ModuleList"
":ModuleStorage" --> ":AddNewModuleCommand"
deactivate ":ModuleStorage"
":AddNewModuleCommand" -> ":ModuleStorage" : fileDoesntExist
activate ":ModuleStorage"
":ModuleStorage" --> ":AddNewModuleCommand"
deactivate ":ModuleStorage"
":AddNewModuleCommand" --> ":AddNewModuleCommand"
deactivate ":AddNewModuleCommand"
":AddNewModuleCommand" -> ":UiText" : moduleAlreadyExists
activate ":UiText"
":UiText" --> ":AddNewModuleCommand"
deactivate ":UiText"
":AddNewModuleCommand" -> ":UiText" : separationLine
activate ":UiText"
":UiText" --> ":AddNewModuleCommand"
deactivate ":UiText"
return
@enduml | false | true | false | false | sequence |
601f6555918d4c596a29e7a565218edea753c5b4 | b8c409912c930baf8050f8c85da0cf2e97966b27 | /src/main/resources/uml/seq/1_14其他的注释.puml | 7589d132c1f57c63817b0484c56706c95f116b00 | [] | no_license | tom1120/BaseStudy | 8cd1b735a119e022d54738c7ba3d8a9cd16aa8d5 | 35d1c19a6ebaabbb52870af8b61604d8f0290a5e | refs/heads/master | 2023-07-24T13:22:00.656180 | 2023-07-08T15:53:45 | 2023-07-08T15:53:45 | 135,059,686 | 0 | 0 | null | 2023-07-08T15:54:31 | 2018-05-27T15:40:27 | Java | UTF-8 | PlantUML | false | false | 402 | puml | @startuml
'https://plantuml.com/sequence-diagram
participant Alice
participant Bob
note left of Alice #aqua
This is displayed
left of Alice
end note
note right of Alice: this is displayed right of Alice
note over Alice: This is displayed over Alice
note over Alice,Bob #FFAAAA: This is displayed\nover Bob and Alice.
note over Bob,Alice
This is yet another
example of
a long note.
end note
@enduml | false | true | false | false | sequence |
c5bdd789b3cb362b56dc4c3223bc382567238994 | b2377dbb97354ebb11f18337fae7a5deb10e9fd1 | /docs/UseCases/Manage-Workload/Manage-Hybrid-Workload.puml | 9f52192975b57f1163a361b7833c1f75f9c0fd8c | [] | no_license | CAADE/H2C | 634e94afdd5302232d234aa7abefcfc61a24ea8e | 91227f94a60c8e3285c24333da340c06a51afa9d | refs/heads/master | 2021-03-27T18:25:35.652782 | 2018-06-01T21:58:49 | 2018-06-01T21:58:49 | 83,159,772 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 160 | puml | @startuml
Actor "actorName" as A
box "Manage-Workload" #lightblue
participant "Heterogenous_Hyper_Cloud" as S
A -> S : Manage-Hybrid-Workload
end box
@enduml
| false | true | false | false | sequence |
7efbe92ce2b8d091d8dc7aeecdaf4cf1e5324b69 | 4f6a75f49733d615ebc8ba9ab733b39337fe4650 | /class-source/class1.puml | a2405820abf09fcda21c707b10e4245c7ba598db | [] | no_license | 03376814-computer-laboratory-1/Week-07 | fb5397976c42b0d70286ec5c5b41e25a1c82e6a6 | c6174f13f36b3c5dda11c9e4e45a89d2b86558f9 | refs/heads/master | 2020-06-23T20:02:40.365457 | 2019-12-19T09:19:12 | 2019-12-19T09:19:12 | 198,738,892 | 0 | 28 | null | 2019-12-19T09:19:14 | 2019-07-25T02:05:32 | C# | UTF-8 | PlantUML | false | false | 220 | puml | @startuml
class Person
{
- name
- lastname
- NationalID
- birth date
- favorite food
- favorite color
+ TellName()
+ TellAge()
+ Singing()
+ Driving()
+ Swimming()
}
@enduml | false | true | false | false | class |
1a1716570f7dec60babd34ca0dd74f550aa35647 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/UnityTestProtocol/TestPlanMessage.puml | d02d54886b817a8f58c6b597b368c3afde0bc8c9 | [] | 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 | 164 | puml | @startuml
class TestPlanMessage {
+ TestPlanMessage()
}
class "List`1"<T> {
}
Message <|-- TestPlanMessage
TestPlanMessage --> "tests<string>" "List`1"
@enduml
| false | true | false | false | class |
6884ecdb0caa2fc2e9da683454fea84d7832bb92 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.textmeshpro@2.1.1/Scripts/Editor/TMP_InputFieldEditor.puml | c6ed60950ae3a51a2d3fc346a2085dad2e661ab0 | [] | 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 | 2,498 | puml | @startuml
class TMP_InputFieldEditor {
+ <<override>> OnInspectorGUI() : void
}
class m_foldout <<struct>> {
+ {static} textInput : bool = true
+ {static} fontSettings : bool = true
+ {static} extraSettings : bool = true
}
SelectableEditor <|-- TMP_InputFieldEditor
TMP_InputFieldEditor --> "m_TextViewport" SerializedProperty
TMP_InputFieldEditor --> "m_TextComponent" SerializedProperty
TMP_InputFieldEditor --> "m_Text" SerializedProperty
TMP_InputFieldEditor --> "m_ContentType" SerializedProperty
TMP_InputFieldEditor --> "m_LineType" SerializedProperty
TMP_InputFieldEditor --> "m_LineLimit" SerializedProperty
TMP_InputFieldEditor --> "m_InputType" SerializedProperty
TMP_InputFieldEditor --> "m_CharacterValidation" SerializedProperty
TMP_InputFieldEditor --> "m_InputValidator" SerializedProperty
TMP_InputFieldEditor --> "m_RegexValue" SerializedProperty
TMP_InputFieldEditor --> "m_KeyboardType" SerializedProperty
TMP_InputFieldEditor --> "m_CharacterLimit" SerializedProperty
TMP_InputFieldEditor --> "m_CaretBlinkRate" SerializedProperty
TMP_InputFieldEditor --> "m_CaretWidth" SerializedProperty
TMP_InputFieldEditor --> "m_CaretColor" SerializedProperty
TMP_InputFieldEditor --> "m_CustomCaretColor" SerializedProperty
TMP_InputFieldEditor --> "m_SelectionColor" SerializedProperty
TMP_InputFieldEditor --> "m_HideMobileKeyboard" SerializedProperty
TMP_InputFieldEditor --> "m_HideMobileInput" SerializedProperty
TMP_InputFieldEditor --> "m_Placeholder" SerializedProperty
TMP_InputFieldEditor --> "m_VerticalScrollbar" SerializedProperty
TMP_InputFieldEditor --> "m_ScrollbarScrollSensitivity" SerializedProperty
TMP_InputFieldEditor --> "m_OnValueChanged" SerializedProperty
TMP_InputFieldEditor --> "m_OnEndEdit" SerializedProperty
TMP_InputFieldEditor --> "m_OnSelect" SerializedProperty
TMP_InputFieldEditor --> "m_OnDeselect" SerializedProperty
TMP_InputFieldEditor --> "m_ReadOnly" SerializedProperty
TMP_InputFieldEditor --> "m_RichText" SerializedProperty
TMP_InputFieldEditor --> "m_RichTextEditingAllowed" SerializedProperty
TMP_InputFieldEditor --> "m_ResetOnDeActivation" SerializedProperty
TMP_InputFieldEditor --> "m_RestoreOriginalTextOnEscape" SerializedProperty
TMP_InputFieldEditor --> "m_OnFocusSelectAll" SerializedProperty
TMP_InputFieldEditor --> "m_GlobalPointSize" SerializedProperty
TMP_InputFieldEditor --> "m_GlobalFontAsset" SerializedProperty
TMP_InputFieldEditor --> "m_CustomColor" AnimBool
TMP_InputFieldEditor +-- m_foldout
@enduml
| false | true | false | false | class |
f5a1f34c66051e2320d844bf1cc1d82ce588f0a8 | ec4ab8a3c9fb2750294261a93939ce679a63303e | /AirportManager-api/src/main/java/pl/edu/uj/ii/ionb/airportmanager/transferobjects/transferobjects.plantuml | 59d5c3448d5a4ececee2832631e83bd8ebad618d | [] | no_license | winostworzylbog/IONB | 3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0 | 30dbd315bf1357e419f285d28bf32d4f2cfb4af3 | refs/heads/origin/master | 2022-12-21T00:15:30.682166 | 2020-01-24T16:37:05 | 2020-01-24T16:37:05 | 236,040,144 | 0 | 0 | null | 2022-12-16T00:40:51 | 2020-01-24T16:32:28 | Java | UTF-8 | PlantUML | false | false | 2,944 | plantuml | @startuml
title __TRANSFEROBJECTS's Class Diagram__\n
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO {
- capacity : int
- flights : List<FlightTO>
- id : Long
- name : String
- type : String
+ equals()
+ getCapacity()
+ getFlights()
+ getId()
+ getName()
+ getType()
+ hashCode()
+ setCapacity()
+ setFlights()
+ setId()
+ setName()
+ setType()
+ toString()
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO {
- city : String
- code : String
- country : String
- id : Long
- incoming : List<FlightTO>
- outcoming : List<FlightTO>
+ equals()
+ getCity()
+ getCode()
+ getCountry()
+ getId()
+ getIncoming()
+ getOutcoming()
+ hashCode()
+ setCity()
+ setCode()
+ setCountry()
+ setId()
+ setIncoming()
+ setOutcoming()
+ toString()
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO {
- arrivalTime : Timestamp
- departureTime : Timestamp
- id : Long
- stewList : List<StewardTO>
+ equals()
+ getAirplaneTO()
+ getArrivalTime()
+ getDepartureTime()
+ getId()
+ getOrigin()
+ getStewList()
+ getTarget()
+ hashCode()
+ setAirplaneTO()
+ setArrivalTime()
+ setDepartureTime()
+ setId()
+ setOrigin()
+ setStewList()
+ setTarget()
+ toString()
}
}
namespace pl.edu.uj.ii.ionb.airportmanager.transferobjects {
class pl.edu.uj.ii.ionb.airportmanager.transferobjects.StewardTO {
- firstName : String
- id : Long
- lastName : String
+ equals()
+ getFirstName()
+ getId()
+ getLastName()
+ hashCode()
+ setFirstName()
+ setId()
+ setLastName()
+ toString()
}
}
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO : airplaneTO
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : origin
pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : target
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 |
0e92c52d348d3e1a71554bb3fec7ab3d78f283a1 | 067da28279c40f4a0a9cc5749b7826bda044a772 | /misc/files/monty-hall/monty-hall-unaware-host.plantuml | 833fa358b9c173cd778e0938d8c90298564baa84 | [] | no_license | gzuliani/gzuliani.github.io | 0fcaf30034530a5e73ccd47c2b4970a061d9bb8a | f6a0b9f333298f539a436a7bf3cdb198bcc34e23 | refs/heads/master | 2023-04-17T00:14:57.503185 | 2023-04-05T18:49:47 | 2023-04-05T18:49:47 | 203,596,069 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 798 | plantuml | @startuml
skinparam handwritten true
skinparam monochrome true
participant Game
participant Host
participant Contestant
participant Doors
Game -> Doors: hide_car
activate Doors
deactivate Doors
Game -> Host: start_game
activate Host
Host -> Contestant: make_initial_choice
activate Contestant
Contestant --> Host
deactivate Contestant
Host -> Host: choose_a_door
activate Host
deactivate Host
Host -> Doors: open_door
activate Doors
Doors --> Host
deactivate Doors
alt car behind door
Host --> Game: loss
else goat behind door
Host -> Contestant: make_final_choice
activate Contestant
Contestant --> Host
deactivate Contestant
Host -> Doors: open_door
activate Doors
Doors --> Host
deactivate Doors
end
Host --> Game: response
deactivate Host
@enduml | false | true | false | false | sequence |
566cc0af14c46e76efbd7a599ca706f3d3fcec37 | 0823b999b6c9168dd6f9139af4b4d24e90043021 | /UMl/DatosCirculacion.puml | d7171a8a5d40425212fc584be9286c5faddbb0a5 | [] | no_license | mpata2000/Algo3-TP1-Algovid | f1ee58b088c459cfc956e014da5ecc61cc1cfe79 | ca03f8860131ba69ac3a88f0ceac398e0eddb19e | refs/heads/master | 2023-06-01T19:45:48.306965 | 2021-06-17T17:02:03 | 2021-06-17T17:02:03 | 377,239,752 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,086 | puml | @startuml DatosCirculacion
class DatosCirculacion{
- contactoEstrecho: Lista
+contactoEstrechoCon(unaPersona: Persona)
+contactosEstrechosPuedeCircular(): Boolean
+esPersonaDeRiesgo()
esPersonalEsencial()
+puedeCircular(): Boolean
+vacunar()
}
interface EstadoPersonaDeRiesgo <<interface>>{
+esDeRiesgo(): Boolean
}
class PersonaNoDeRiesgo{}
class PersonaDeRiesgo{}
interface EstadoVacuna <<interface>>{
+estaVacunadx(): Boolean
}
class Vacunadx{}
class NoVacunadx{}
interface EstadoPersonalEsencial <<interface>>{
+esEsencial(): Boolean
}
class PersonalEsencial{}
class PersonalNoEsencial{}
DatosCirculacion "1" --> "1" EstadoPersonaDeRiesgo
DatosCirculacion "1" --> "1" EstadoPersonalEsencial
DatosCirculacion "1" --> "1" EstadoVacuna
EstadoPersonaDeRiesgo <|.. PersonaDeRiesgo
EstadoPersonaDeRiesgo <|.. PersonaNoDeRiesgo
EstadoVacuna <|.. Vacunadx
EstadoVacuna <|.. NoVacunadx
EstadoPersonalEsencial <|.. PersonalEsencial
EstadoPersonalEsencial <|.. PersonalNoEsencial
@enduml | false | true | false | false | class |
eab5259b106560ca88481acda53d9f9f85b3a5a8 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/ScanPointResampler/ScanPointResampler_Activity_resamplePoints.puml | 8ff9e8d1abd1bb0c928447e2c674873ab2d9a4ad | [] | 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 | 675 | puml | @startuml
/'
input: Scan2D *scan
'/
(*) --> "vector<LPoint2D> &lps = scan->lps"
--> if "lps.size() == 0" then
--> [Yes] "return"
--> (*)
else
--> [No] "vector<LPoint2D> newLps"
--> "dis = 0
LPoint2D lp = lps[0]
LPoint2D prevLp = lp
LPoint2D np(lp.sid, lp.x, lp.y)
newLps.emplace_back(np)"
--> if "1 <= size_t i < lps.size()" as for_i then
for_i --> [No] "scan->setLps(newLps)"
--> (*)
else
for_i -> [Yes] "lp = lps[i] \n bool inserted = false"
--> "bool exist = findInterpolatePoint(lp, prevLp, np, inserted)"
--> if "exist" then
--> [No] "prevLp = lp"
--> for_i
else
-> [Yes] "newLps.emplace_back(np)
prevLp = np
dis = 0"
--> if "inserted"
--> "i--"
--> for_i
@enduml | false | true | false | false | activity |
511771e4b27da8b20b12033bee659dee23e33007 | 0cc492a562e79dde5c9e00be9e6c3501edf484eb | /docs/module-graph-loading-add-all-module-path.puml | 0b5a68135de5714597964761eedb1d245f63e607 | [] | no_license | mthmulders/jpms-hexagonal-architecture | 69e6f2bf1111048cf36be830605b2fb4908d5148 | 50b4c4bd76e435f79280fa6e5852f6a0c6893cdb | refs/heads/master | 2022-04-29T04:26:26.100393 | 2020-04-22T10:37:07 | 2020-04-22T10:37:07 | 258,156,876 | 0 | 0 | null | 2020-04-23T09:36:45 | 2020-04-23T09:36:44 | null | UTF-8 | PlantUML | false | false | 560 | puml | @startuml
title: Module Graph with --add-modules=ALL-MODULE-PATH
package "Module Path" {
[my.starter.module] as starter #lime
[another.module] as unused #lime
[my.core.module] as core #lime
[my.infra.module] as infra #lime
[java.base] as base #lime
starter --> base: requires
starter --> core: requires
core --> base: requires
infra --> base: requires
core--> infra: uses
}
note top of unused: root module
note top of starter: root module
note top of core: root module
note top of infra: root module
note right of base: root module
@enduml | false | true | false | false | sequence |
a6e4a3b5b69efd0b008ebf711ca985722570f11c | 00aea531c06e59d3b5d046e594649ef264d2912b | /docker/tutorial/images/uml/unauthenticated-request.plantuml | 054da32a1331ee9b73248ca0389f74260405d149 | [
"BSD-3-Clause"
] | permissive | ebu/cpa-tutorial | 3ca0769a6056bf5da5e19d1020b9381dab9cec58 | ec2dd779cf45a8e583dab1ae6be4a535d1ccf9bf | refs/heads/master | 2021-01-18T22:04:49.367375 | 2016-04-15T14:21:08 | 2016-04-15T14:21:08 | 40,175,085 | 0 | 2 | null | null | null | null | UTF-8 | PlantUML | false | false | 245 | plantuml | @startuml
participant "Client"
participant "Service Provider" as SP
participant "Authorization Provider" as AP
Client -> SP: POST /radiodns/tag/1/tag
SP -> AP: POST /authorized
SP <-- AP: 404 Not Found
Client <-- SP: 401 Unauthorized
@enduml
| false | true | false | false | sequence |
edd76577833beea95125a83c1f4c96df924af1f8 | 564e8c1810c4c7cae58332e369289129185a1bb4 | /Entwurf/PlantUML/SequenceDiagrams/FrostSeq.puml | 6c86273868420e9f3665d902887a49c7d192eeb8 | [] | no_license | JonaEnz/pse-airquality-1 | e1e23bce8330949fabb822dcf4ac3ab70aac5ca7 | b7d69bd0f4c9a749e9755196c77a92335949c2b0 | refs/heads/master | 2022-12-14T03:04:53.259309 | 2020-09-06T18:54:30 | 2020-09-06T18:54:30 | 262,756,089 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,528 | puml | @startuml FrostSeq
title DataProvider request
actor StationConfiguration
participant DataProvider
participant FrostQuery
participant FrostServer
participant Adapter
participant Position
participant ObservationStation
participant Observation
StationConfiguration -> DataProvider ++ : getLatestObservations(center, radius, feature)
DataProvider --> FrostQuery ++ : <<create>>
DataProvider -> FrostQuery ++ : setType("Locations")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setExpand("Things")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : send()
FrostQuery -> FrostServer ++ : getUrl()
FrostServer ->> FrostQuery -- : url
FrostQuery ->> DataProvider -- : result
deactivate FrostQuery
DataProvider -> Adapter ++ : convertToSta(result)
loop as required
Adapter --> Position ++ : <<create>>
Adapter --> ObservationStation ++ : <<create>>
end
Adapter ->> DataProvider -- : stations
loop for every station
DataProvider --> FrostQuery ++ : <<create>>
DataProvider -> FrostQuery ++ : setType("Things")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setId(id)
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setSubType("Datastreams")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setExpand("ObservedProperty")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : send()
FrostQuery -> FrostServer ++ : getUrl()
FrostServer ->> FrostQuery -- : url
FrostQuery ->> DataProvider -- : result
deactivate FrostQuery
DataProvider -> Adapter ++ : getAvaiableFeatures(result)
Adapter ->> DataProvider -- : features
deactivate FrostQuery
DataProvider -> ObservationStation ++ : setFeatures(features)
ObservationStation ->> DataProvider --
end
loop for every station with desired feature
DataProvider --> FrostQuery ++ : <<create>>
DataProvider -> FrostQuery ++ : setType("Datastream")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setId(id)
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setSubType("Observations")
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : setTop(1)
FrostQuery ->> DataProvider --
DataProvider -> FrostQuery ++ : send()
FrostQuery -> FrostServer ++ : getUrl()
FrostServer ->> FrostQuery -- : url
FrostQuery ->> DataProvider -- : result
deactivate FrostQuery
DataProvider -> Adapter ++ : convertToObs(result, station)
Adapter -> Observation ++ : <<create>>
Adapter ->> DataProvider -- : latestObservation
end
DataProvider ->> StationConfiguration -- : observations
@enduml | false | true | false | false | usecase |
df9224fb179b4c6ae16499ea2045d385580daa44 | d97b774fd95a8e98e37c46ee1771f6e6e407a148 | /uml/api/AttributeGroupPagedQueryResponse.puml | e1b5b309747ff3a3f951d8c67f0b1e5c268ac3fb | [] | 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 | 434 | 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 AttributeGroupPagedQueryResponse [[AttributeGroupPagedQueryResponse.svg]] {
limit: Long
offset: Long
count: Long
total: Long
results: [[AttributeGroup.svg List<AttributeGroup>]]
}
@enduml
| false | true | false | false | class |
e3f11bdedbd6c1c64346f445e3675987dc11632a | 22c062df90adff61becb66216348f35b57920adb | /DesignPatern/src/Creational/diagrams/computer_factory_method.puml | 8edfc1f38cc745fc11fa019935347f95488a17bc | [
"BSD-3-Clause"
] | permissive | zainmehdi/software_engineering | 0ca30f6daf526434fbec9ae0240da0685dc5977a | 9b655590d05246d6e859673161de05ecde788b14 | refs/heads/master | 2022-12-29T14:33:41.798904 | 2020-10-12T13:57:20 | 2020-10-12T13:57:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 600 | puml | @startuml
skinparam classAttributeIconSize 0
interface "<<interface>> \n Computer" as Computer
{
}
class Laptop{}
class Desktop{}
class ComputerFactory
{
+ NewComputer(string description):Computer *
}
note "if(description == 'laptop')\n return new Laptop \n if(description == 'desktop')\n return new Desktop \n return nullptr" as NewComputerFactory
Laptop -up..|> Computer
Desktop -up..|> Computer
NewComputerFactory -right..ComputerFactory
class Client
{
+main():int
}
Client -down--Computer
Client -up--ComputerFactory
ComputerFactory -down-- Laptop
ComputerFactory -down-- Desktop
@enduml
| false | true | false | false | class |
6fd2b4e1c66b22981e6cfe673740a42142c577a5 | ec4ab8a3c9fb2750294261a93939ce679a63303e | /AirportManager-web/src/main/java/pl/edu/uj/ii/ionb/airportmanager/web/beans/beans.plantuml | c36e0d5b6c0978ffc2d00a7a8733dd7a1eaa430b | [] | no_license | winostworzylbog/IONB | 3ed0dbe064866d7d0a3c90eb4d186a4f7ef627d0 | 30dbd315bf1357e419f285d28bf32d4f2cfb4af3 | refs/heads/origin/master | 2022-12-21T00:15:30.682166 | 2020-01-24T16:37:05 | 2020-01-24T16:37:05 | 236,040,144 | 0 | 0 | null | 2022-12-16T00:40:51 | 2020-01-24T16:32:28 | Java | UTF-8 | PlantUML | false | false | 6,746 | plantuml | @startuml
title __BEANS's Class Diagram__\n
namespace l.edu.uj.ii.ionb.airportmanager.web.beans {
class pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean {
{static} ~ log : Logger
- airplanes : List<AirplaneTO>
- err : LocalizableError
- flights : List<FlightTO>
+ add()
+ delete()
+ edit()
+ getAirplane()
+ getAirplanes()
+ getFlights()
+ handleValidationErrors()
+ list()
+ listFlights()
+ loadAirplaneFromDatabase()
+ save()
+ setAirplane()
+ setFlights()
}
}
namespace l.edu.uj.ii.ionb.airportmanager.web.beans {
abstract class pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean {
- context : ActionBeanContext
{static} + escapeHTML()
+ getContext()
+ setContext()
}
}
namespace l.edu.uj.ii.ionb.airportmanager.web.beans {
class pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean {
{static} ~ log : Logger
- destinations : List<DestinationTO>
- flights : List<FlightTO>
+ cancel()
+ createDestination()
+ deleteDestination()
+ edit()
+ getAllIncomingFlights()
+ getAllOutcomingFlights()
+ getDestination()
+ getDestinations()
+ getFlights()
+ handleValidationErrors()
+ list()
+ loadDestinationFromDatabase()
+ setDestination()
+ updateDestination()
}
}
namespace l.edu.uj.ii.ionb.airportmanager.web.beans {
class pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean {
- airList : List<AirplaneTO>
- airplane : String
- arrdate : String
- arrtime : String
- depdate : String
- deptime : String
- desList : List<DestinationTO>
- flights : List<FlightTO>
- notexecute : boolean
- origin : String
- stewList : List<StewardTO>
- target : String
+ addNewFlight()
+ createFlightFormular()
+ doNothing()
+ edit()
+ getAirList()
+ getAirplane()
+ getArrdate()
+ getArrtime()
+ getDepdate()
+ getDeptime()
+ getDesList()
+ getFlight()
+ getFlights()
+ getOrigin()
+ getStewList()
+ getTarget()
+ listFlights()
+ loadFlight()
+ removeFlight()
+ setAirList()
+ setAirplane()
+ setArrdate()
+ setArrtime()
+ setDepdate()
+ setDeptime()
+ setDesList()
+ setFlight()
+ setFlights()
+ setOrigin()
+ setStewList()
+ setTarget()
+ stringToTimestampEN()
+ stringToTimestampSK()
+ updateFlight()
+ valid()
- formatDateStamp()
- formatTimeStamp()
- getIdOfEntity()
- prepareFlight()
}
}
namespace l.edu.uj.ii.ionb.airportmanager.web.beans {
class pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean {
- flights : List<FlightTO>
- stewards : List<StewardTO>
+ addNewSteward()
+ addStewardsFlight()
+ createFormular()
+ doNothing()
+ editFormular()
+ getFlights()
+ getSteward()
+ getStewards()
+ loadFlight()
+ loadSteward()
+ removeSteward()
+ removeStewardsFlight()
+ saveStewardsEdit()
+ setSteward()
+ showAllStewardsFlights()
+ showStewardsFlightToAdd()
+ showStewardsList()
- getRemainingFights()
}
}
pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean .up.|> net.sourceforge.stripes.validation.ValidationErrorHandler
pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean
pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService : airplaneService
pl.edu.uj.ii.ionb.airportmanager.web.beans.AirplaneActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.AirplaneTO : airplane
pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean .up.|> net.sourceforge.stripes.action.ActionBean
pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean .up.|> net.sourceforge.stripes.validation.ValidationErrorHandler
pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean
pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.DestinationService : destinationService
pl.edu.uj.ii.ionb.airportmanager.web.beans.DestinationsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.DestinationTO : destination
pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean
pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.AirplaneService : airService
pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.DestinationService : desService
pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.FlightTO : flight
pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.FlightService : flightService
pl.edu.uj.ii.ionb.airportmanager.web.beans.FlightsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.StewardService : stewService
pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean -up-|> pl.edu.uj.ii.ionb.airportmanager.web.beans.BaseActionBean
pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.FlightService : flightService
pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.services.StewardService : stewService
pl.edu.uj.ii.ionb.airportmanager.web.beans.StewardsActionBean o-- pl.edu.uj.ii.ionb.airportmanager.transferobjects.StewardTO : steward
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 |
9a4290d830b58883c4389628010b3d3af5aacf91 | a88c11df2c1189b6e651d85cf3dc2388f9fcfc95 | /diagrams/sequence_cue_detector.plantuml | 26e19dde7b8547b12848246d71bb2e1a39a31b7e | [] | no_license | TomSievers/EVD_Proj | cf6fcb6bfb3cca23a45fb434f8f5097d5aa56f4b | 19abc059668d86b1c4c0d4e93bd8acb38223a36e | refs/heads/develop | 2023-02-20T12:32:11.254938 | 2021-01-21T08:16:31 | 2021-01-21T08:16:31 | 293,806,246 | 0 | 0 | null | 2021-01-21T08:16:32 | 2020-09-08T12:39:05 | C++ | UTF-8 | PlantUML | false | false | 1,921 | plantuml | @startuml
participant main as "main"
participant detect as "CueDetector : detect"
participant acq as "Acquisition : acquisition"
participant enh as "CueEnhancement : enhance"
participant seg as "CueSegmentation : segment"
participant fea as "CueFeatureExtraction : feature"
participant cla as "CueClassification : classifiy"
activate main
create acq
main -> acq : <<construct>>
create detect
main -> detect : <<construct>>
activate detect
create enh
detect -> enh : <<construct>>
create seg
detect -> seg : <<construct>>
create fea
detect -> fea : <<construct>>
create cla
detect -> cla : <<construct>>
deactivate detect
main -> detect : objects = getObjects() : std::vector<std::shared_ptr<Object>>
activate detect
detect -> acq : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate acq
deactivate acq
detect -> enh : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate enh
enh -> enh : blurImage(img : cv::Mat&) : void
enh -[hidden]> enh
deactivate enh
detect -> seg : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate seg
seg -> seg : thresholdImage(image : cv::Mat&) : void
seg -> seg : openImage(image : cv::Mat&) : void
seg -> seg : findCueContours(image : const cv::Mat&) : std::vector<std::vector<cv::Point>>
seg -[hidden]> seg
deactivate seg
detect -> fea : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate fea
fea -> fea : findCornerPoints(contours : const std::vector<std::vector<cv::Point>>&) : std::vector<cv::Point>
fea -[hidden]> fea
deactivate fea
detect -> cla : data = process(img : cv::Mat, data : std::shared_ptr<void>) : std::shared_ptr<void>
activate cla
cla -> cla : classifyCue(cornerPoints : const std::vector<cv::Point>&) : cv::Point
cla -[hidden]> cla
deactivate cla
deactivate detect
deactivate main
@enduml | false | true | false | false | sequence |
6f315958606b03c9731e9950d0b0f2e5aed3d94e | 01cf293a1b781ae355c4c8eb8409a6e1c85428e9 | /1.Basica/docs/diagrams/src/Diseño/first.plantuml | 371e08ff6f5cb361829510a3736edc89e99ac504 | [] | no_license | EnriqueCF/requirements | fe59445d677f9bae4262950cbd9ab61688e90013 | 8afdff6df115f97585ff980abe253d4da387de90 | refs/heads/master | 2023-06-13T23:42:22.698560 | 2021-07-11T18:59:59 | 2021-07-11T18:59:59 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 149 | plantuml | @startuml diseño_la_arquitectura
node node #DDDDDD [
<b>Personal Computer</b>
----
]
[ tictactoe.jar ] as component
node *--> component
@enduml | false | true | true | false | class |
6e1f4221c838cd7410035ffde2c07c8b22bc95c0 | 227c32f7a5991c0ce2de069dd1f0448c1e6949fb | /PlantUML/PointCloudMap/PointCloudMapLP/PointCloudMapLP_Class.puml | 84fbc5119ae230074f5c86e7ee88ea646c869fe3 | [] | no_license | ShisatoYano/SLAMDesignUML | 2b3af745ecf8ff1b88845e248a72c589fe9aa1ba | bb8678908952205d1fdc2ea5e49c9ca752e123b9 | refs/heads/master | 2022-11-25T17:49:03.514885 | 2020-08-02T00:27:38 | 2020-08-02T00:27:38 | 261,206,484 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,118 | puml | @startuml
skinparam classAttributeIconSize 0
class Submap <<struct>> {
double atdS
size_t cntS
size_t cntE
std::vector<LPoint2D> mps
Submap() : atdS(0), cntS(0), cntE(-1){}
Submap(double a, size_t s) : cntE(-1){atdS = a; cntS = s}
void addPoints(const std::vector<LPoint2D> &lps)
std::vector<LPoint2D> subsamplePoints(int nthre)
}
class PointCloudMapLP{
+ {static} double atdThre = 10
+ double atd
+ std::vector<Submap> submaps
+ PointCloudMapLP(){Submap submap; submap.emplace_back(submap)}
+ ~PointCloudMapLP()
+ Pose2D getLastPose() const {return(lastPose)}
+ void setLastPose(Pose2D &p){lastPose = p}
+ std::vector<Submap> &getSubmaps(){return(submaps)}
+ virtual void addPose(const Pose2D &p)
+ virtual void addPoints(const std::vector<LPoint2D> &lps)
+ virtual void makeGlobalMap()
+ virtual void makeLocalMap()
+ virtual void remakeMaps(const std::vector<Pose2D> &newPoses)
}
PointCloudMapLP --|> PointCloudMap
PointCloudMapLP o-- Submap
PointCloudMap o-- Pose2D
PointCloudMap o-- Scan2D
PointCloudMap o-- LPoint2D
@enduml | false | true | false | false | class |
334361550f3f596b6e358e06cc346c26857ec8d1 | 2099ea9bcbc7ae9c8c28d59f9e0fffbf478c1f03 | /UML/vendor/yiisoft/yii2-gii.puml | ffeb95cd69d6956714c135edf3370580c82cf42e | [] | no_license | adipriyantobpn/UML-diagram-for-some-PHP-packages | b3e3ed8e8898e4a5d56f0647cfbedaaa9d2dbdd5 | 0a9308fbd2d544c8f64a37cf9f11011edfc40ace | refs/heads/master | 2021-08-19T19:24:34.948176 | 2017-11-27T07:48:10 | 2017-11-27T07:48:10 | 112,164,778 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 9,443 | puml | @startuml
skinparam handwritten true
class yii.gii.CodeFile {
+{static}OP_CREATE = "create"
+{static}OP_OVERWRITE = "overwrite"
+{static}OP_SKIP = "skip"
+content : string
+id : string
+operation : string
+path : string
+diff() : boolean|string
+getRelativePath() : string
+getType() : string
+preview() : boolean|string
-renderDiff(lines1 : mixed, lines2 : mixed) : string
+save() : string|boolean
+__construct(path : string, content : string)
}
class yii.gii.CodeFile extends yii.base.Object
abstract class yii.gii.Generator {
+enableI18N : boolean = false
+messageCategory : string = "app"
+template : string = "default"
+templates : array = []
+attributeLabels()
+autoCompleteData() : array
+defaultTemplate() : string
+formView() : string
+generate() : CodeFile[]
+generateString(string : string = "", placeholders : array = []) : string
+getDescription() : string
+getName() : string
+getStickyDataFile() : string
+getTemplatePath() : string
+hints() : array
+init()
+isReservedKeyword(value : string) : boolean
+loadStickyAttributes()
+render(template : string, params : array = []) : string
+requiredTemplates() : array
+rules()
+save(files : CodeFile[], answers : array, results : string) : boolean
+saveStickyAttributes()
+stickyAttributes() : array
+successMessage() : string
+validateClass(attribute : string, params : array)
+validateMessageCategory()
+validateNewClass(attribute : string, params : array)
+validateTemplate()
}
class yii.gii.Generator extends yii.base.Model
class yii.gii.GiiAsset {
+css = [
\t0 => "main.css"
]
+depends = [
\t0 => "yii\web\YiiAsset",
\t1 => "yii\bootstrap\BootstrapAsset",
\t2 => "yii\bootstrap\BootstrapPluginAsset",
\t3 => "yii\gii\TypeAheadAsset"
]
+js = [
\t0 => "gii.js"
]
+sourcePath = "@yii/gii/assets"
}
class yii.gii.GiiAsset extends yii.web.AssetBundle
class yii.gii.Module {
+allowedIPs : array = [
\t0 => "127.0.0.1",
\t1 => "::1"
]
+controllerNamespace = "yii\gii\controllers"
+generators : array|Generator[] = []
+newDirMode : integer = 511
+newFileMode : integer = 438
+beforeAction(action)
+bootstrap(app)
#checkAccess() : boolean
#coreGenerators() : array
#resetGlobalSettings()
}
class yii.gii.Module extends yii.base.Module
class yii.gii.Module implements yii.base.BootstrapInterface
class yii.gii.TypeAheadAsset {
+depends = [
\t0 => "yii\bootstrap\BootstrapAsset",
\t1 => "yii\bootstrap\BootstrapPluginAsset"
]
+js = [
\t0 => "typeahead.bundle.js"
]
+sourcePath = "@bower/typeahead.js/dist"
}
class yii.gii.TypeAheadAsset extends yii.web.AssetBundle
class yii.gii.components.ActiveField {
+model : yii.gii.Generator
+autoComplete(data : array) : $this
+init()
+sticky() : $this
}
class yii.gii.components.ActiveField extends yii.widgets.ActiveField
class yii.gii.components.DiffRendererHtmlInline {
+render() : string
}
class yii.gii.components.DiffRendererHtmlInline extends Diff_Renderer_Html_Array
class yii.gii.console.GenerateAction {
+controller : GenerateController
+generator : yii.gii.Generator
#displayValidationErrors()
#generateCode()
+run()
}
class yii.gii.console.GenerateAction extends yii.base.Action
class yii.gii.console.GenerateController {
+generators : array = []
+module : yii.gii.Module
+overwrite : boolean = false
-_options : array = []
+actionIndex()
+actions()
+createAction(id)
#formatHint(hint)
+getActionArgsHelp(action)
+getActionHelp(action)
+getActionHelpSummary(action)
+getActionOptionsHelp(action)
+getUniqueID()
+init()
+options(id)
+__get(name)
+__set(name, value)
}
class yii.gii.console.GenerateController extends yii.console.Controller
class yii.gii.controllers.DefaultController {
+generator : yii.gii.Generator
+layout = "generator"
+module : yii.gii.Module
+actionAction(id : string, name : string) : mixed
+actionDiff(id, file)
+actionIndex()
+actionPreview(id, file)
+actionView(id)
#loadGenerator(id : string) : yii.gii.Generator
}
class yii.gii.controllers.DefaultController extends yii.web.Controller
class yii.gii.generators.controller.Generator {
+actions : string = "index"
+baseClass : string = "yii\web\Controller"
+controllerClass : string
+viewPath : string
+attributeLabels()
+generate()
+getActionIDs() : array
+getControllerFile() : string
+getControllerID() : string
+getControllerNamespace() : string
+getDescription()
+getName()
+getViewFile(action : string) : string
+hints()
+requiredTemplates()
+rules()
+stickyAttributes()
+successMessage()
}
class yii.gii.generators.controller.Generator extends yii.gii.Generator
class yii.gii.generators.crud.Generator {
+baseControllerClass = "yii\web\Controller"
+controllerClass
+enablePjax : boolean = false
+indexWidgetType = "grid"
+modelClass
+searchModelClass = ""
+viewPath
+attributeLabels()
+generate()
+generateActionParamComments() : array
+generateActionParams() : string
+generateActiveField(attribute : string) : string
+generateActiveSearchField(attribute : string) : string
+generateColumnFormat(column : yii.db.ColumnSchema) : string
+generateSearchConditions() : array
+generateSearchLabels() : array
+generateSearchRules() : array
+generateUrlParams() : string
+getColumnNames() : array
+getControllerID() : string
+getDescription()
+getName()
+getNameAttribute()
+getSearchAttributes() : array
+getTableSchema() : boolean|.yii.db.TableSchema
+getViewPath() : string
+hints()
+requiredTemplates()
+rules()
+stickyAttributes()
+validateModelClass()
}
class yii.gii.generators.crud.Generator extends yii.gii.Generator
class yii.gii.generators.extension.Generator {
+authorEmail
+authorName
+description
+keywords = "yii2,extension"
+license
+namespace
+outputPath = "@app/runtime/tmp-extensions"
+packageName = "yii2-"
+title
+type = "yii2-extension"
+vendorName
+attributeLabels()
+generate()
+getDescription()
+getKeywordsArrayJson() : string
+getName()
+getOutputPath() : boolean
+hints()
+optsLicense() : array
+optsType() : array
+requiredTemplates()
+rules()
+stickyAttributes()
+successMessage()
}
class yii.gii.generators.extension.Generator extends yii.gii.Generator
class yii.gii.generators.form.Generator {
+modelClass
+scenarioName
+viewName
+viewPath = "@app/views"
+attributeLabels()
+generate()
+getDescription()
+getModelAttributes() : array
+getName()
+hints()
+requiredTemplates()
+rules()
+stickyAttributes()
+successMessage()
+validateViewPath()
}
class yii.gii.generators.form.Generator extends yii.gii.Generator
class yii.gii.generators.model.Generator {
+{static}RELATIONS_ALL = "all"
+{static}RELATIONS_ALL_INVERSE = "all-inverse"
+{static}RELATIONS_NONE = "none"
+baseClass = "yii\db\ActiveRecord"
#classNames
+db = "db"
+generateLabelsFromComments = false
+generateQuery = false
+generateRelations = "all"
+modelClass
+ns = "app\models"
+queryBaseClass = "yii\db\ActiveQuery"
+queryClass
+queryNs = "app\models"
+tableName
#tableNames
+useSchemaName = true
+useTablePrefix = false
#addInverseRelations(relations : array) : array
+attributeLabels()
+autoCompleteData()
#checkJunctionTable(table) : array|boolean
+generate()
#generateClassName(tableName : string, useSchemaName : boolean = null) : string
+generateLabels(table : yii.db.TableSchema) : array
-generateManyManyRelations(table, fks : array, relations : array) : array
#generateQueryClassName(modelClassName : string) : string
#generateRelationLink(refs : array) : string
#generateRelationName(relations : array, table : yii.db.TableSchema, key : string, multiple : boolean) : string
#generateRelations() : array
+generateRules(table : yii.db.TableSchema) : array
+generateTableName(tableName : string) : string
#getDbConnection() : yii.db.Connection
+getDescription()
+getName()
#getSchemaNames() : string[]
#getTableNames() : array
+getTablePrefix() : string
+hints()
#isColumnAutoIncremental(table : yii.db.TableSchema, columns : array) : boolean
#isHasManyRelation(table : TableSchema, fks : array) : boolean
+requiredTemplates()
+rules()
+stickyAttributes()
+validateDb()
+validateModelClass()
+validateNamespace(attribute : string)
+validateTableName()
}
class yii.gii.generators.model.Generator extends yii.gii.Generator
class yii.gii.generators.module.Generator {
+moduleClass
+moduleID
+attributeLabels()
+generate()
+getControllerNamespace() : string
+getDescription()
+getModulePath() : boolean
+getName()
+hints()
+requiredTemplates()
+rules()
+successMessage()
+validateModuleClass()
}
class yii.gii.generators.module.Generator extends yii.gii.Generator
@enduml
| false | true | false | false | class |
d83a4cc0ad0012134c5571e065688958055329d0 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.timeline@1.2.17/Editor/treeview/Drawers/ClipDrawer.puml | dd24fa479bd2c5555cc878b7d955fb99eff317c4 | [] | 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 | 4,674 | puml | @startuml
enum BlendKind {
None,
Ease,
Mix,
}
enum BlendAngle {
Descending,
Ascending,
}
class IconData <<struct>> {
+ width : float <<get>>
+ height : float <<get>>
+ IconData(icon:Texture2D)
}
class ClipBorder {
+ <<readonly>> thickness : float
ClipBorder(color:Color, thickness:float)
<<const>> k_ClipSelectionBorder : float = 1.0f
<<const>> k_ClipRecordingBorder : float = 2.0f
+ {static} Recording() : ClipBorder
+ {static} Selection() : ClipBorder
+ {static} Default() : ClipBorder
}
class ClipBlends <<struct>> {
+ ClipBlends(inKind:BlendKind, inRect:Rect, outKind:BlendKind, outRect:Rect)
}
class ClipDrawData <<struct>> {
+ title : string
+ selected : bool
+ inlineCurvesSelected : bool
+ localVisibleStartTime : double
+ localVisibleEndTime : double
+ previousClipSelected : bool
+ supportsLooping : bool
+ minLoopIndex : int
}
class ClipDrawer <<static>> {
<<const>> k_ClipSwatchLineThickness : float = 4.0f
<<const>> k_MinClipWidth : float = 7.0f
<<const>> k_ClipInOutMinWidth : float = 15.0f
<<const>> k_ClipLoopsMinWidth : float = 20.0f
<<const>> k_ClipLabelPadding : float = 6.0f
<<const>> k_ClipLabelMinWidth : float = 10.0f
<<const>> k_IconsPadding : float = 1.0f
<<const>> k_ClipInlineWidth : float = 1.0f
{static} GetLoopString(loopIndex:int) : string
{static} DrawLoops(drawData:ClipDrawData) : void
{static} DrawClipBorder(drawData:ClipDrawData) : void
+ {static} DrawClipSelectionBorder(clipRect:Rect, border:ClipBorder, blends:ClipBlends) : void
{static} DrawBlendLine(rect:Rect, blendAngle:BlendAngle, width:float, color:Color) : void
{static} DrawClipBlendSelectionBorder(clipRect:Rect, border:ClipBorder, blends:ClipBlends) : void
{static} DrawClipDefaultBorder(clipRect:Rect, border:ClipBorder, blends:ClipBlends) : void
{static} DrawClipTimescale(targetRect:Rect, clippedRect:Rect, timeScale:double) : void
{static} DrawClipInOut(targetRect:Rect, clip:TimelineClip) : void
{static} DrawClipLabel(data:ClipDrawData, availableRect:Rect, color:Color) : void
{static} DrawClipLabel(title:string, availableRect:Rect, color:Color, errorText:string) : void
{static} DrawClipLabel(title:string, availableRect:Rect, textColor:Color, leftIcons:IconData[], rightIcons:IconData[], tooltipMessage:string) : void
{static} DrawClipIcons(icons:IconData[], side:IconData.Side, labelWidth:float, availableRect:Rect) : void
{static} DrawClipName(rect:Rect, content:GUIContent, textColor:Color) : void
{static} DrawIcon(imageRect:Rect, color:Color, icon:Texture2D) : void
{static} DrawClipBackground(clipCenterSection:Rect, selected:bool) : void
{static} DrawClipBlends(blends:ClipBlends, inColor:Color, outColor:Color, backgroundColor:Color) : void
{static} DrawClipSwatch(targetRect:Rect, swatchColor:Color) : void
+ {static} DrawSimpleClip(clip:TimelineClip, targetRect:Rect, border:ClipBorder, overlay:Color, drawOptions:ClipDrawOptions) : void
+ {static} DrawDefaultClip(drawData:ClipDrawData) : void
{static} DrawClipEditorBackground(drawData:ClipDrawData) : void
+ {static} DrawAnimationRecordBorder(drawData:ClipDrawData) : void
+ {static} DrawRecordProhibited(drawData:ClipDrawData) : void
+ {static} DrawRecordOnBlend(drawData:ClipDrawData) : void
+ {static} DrawRecordInvalidClip(drawData:ClipDrawData) : void
+ {static} DrawInvalidRecordIcon(rect:Rect, helpText:GUIContent) : void
}
enum Side {
Left= -1,
Right= 1,
}
class "List`1"<T> {
}
class Styles <<static>> {
+ {static} <<readonly>> HoldText : string
}
class "Dictionary`2"<T1,T2> {
}
IconData --> "icon" Texture2D
IconData --> "tint" Color
ClipBorder --> "color" Color
ClipBlends --> "inKind" BlendKind
ClipBlends --> "inRect" Rect
ClipBlends --> "outKind" BlendKind
ClipBlends --> "outRect" Rect
ClipBlends o-> "kNone" ClipBlends
ClipDrawData --> "clip" TimelineClip
ClipDrawData --> "targetRect" Rect
ClipDrawData --> "unclippedRect" Rect
ClipDrawData --> "clippedRect" Rect
ClipDrawData --> "clipCenterSection" Rect
ClipDrawData --> "previousClip" TimelineClip
ClipDrawData --> "loopRects<Rect>" "List`1"
ClipDrawData --> "clipBlends" ClipBlends
ClipDrawData --> "ClipDrawOptions" ClipDrawOptions
ClipDrawData --> "clipEditor" ClipEditor
ClipDrawer o-> "s_TitleContent" GUIContent
ClipDrawer o-> "s_LoopStringCache<int,string>" "Dictionary`2"
IconData +-- Side
ClipDrawer +-- Styles
Styles o-> "iconWarn" Texture2D
Styles o-> "s_IconNoRecord" Texture2D
Styles o-> "s_ClipNotRecorable" GUIContent
Styles o-> "s_ClipNoRecordInBlend" GUIContent
@enduml
| false | true | false | false | class |
8c467a49c6cb6ceff52d8677d43ba8d2a63549da | 6d52d8dbfa9e58a82ce873b9b9412af98b151874 | /docs/diagrams/TemplateSequenceDiagram.puml | 97a5027df017c015207a78510d333aa6040f15e9 | [] | no_license | PraveenElango/tp | 59072e694da65abf1fb5b88a783f0a957af9ed66 | 58778e0f0e7c6648d758a6f41abcd47391d2ccd1 | refs/heads/master | 2023-01-06T16:21:12.970855 | 2020-10-26T17:28:42 | 2020-10-26T17:28:42 | 299,291,890 | 0 | 0 | null | 2020-10-11T03:05:42 | 2020-09-28T11:49:57 | Java | UTF-8 | PlantUML | false | false | 839 | puml | @startuml
box logic
participant ":Parser" as Parser
participant ":CircuitParser" as Circuit
participant ":TemplateCircuitCommand" as Template
end box
box template
participant ":LrTemplate" as LrTemplate
end box
[-> Parser : parse("template rl")
activate Parser
Parser -> Circuit : prepareTemplate("template rl")
activate Circuit
Circuit -> Circuit : getCircuitTemplate("rl")
activate Circuit
Circuit -> LrTemplate : LrTemplate()
activate LrTemplate
Circuit <-- LrTemplate : lr
deactivate LrTemplate
Circuit <-- Circuit : lr
deactivate Circuit
Circuit -> Template : TemplateCommand(lr)
activate Template
Circuit <-- Template : command
deactivate Template
Parser <-- Circuit : command
deactivate Parser
[<-- Parser : command
deactivate Parser
[-> Template : execute()
activate Template
[<-- Template
deactivate Template
@enduml | false | true | false | false | sequence |
59ddee502ccb4742ecc2fccb702fb087866b1c1d | 8a63b0892998da88f779e8a105831b644232540c | /DesignPatternlib/src/main/java/com/lhf/designpatternlib/observer/example/WeatherStation.puml | 6c0a56405975bbe6572609b76b597ab2abcd59dd | [] | no_license | Joshua-Lu/MyStudyApp | b57311677135f3f5e0c98236afbbb14bdae8cbf1 | 6ca03dfd1bcbcb72bf53459949ee34a1879535b7 | refs/heads/master | 2023-08-09T19:00:38.909776 | 2023-07-30T16:15:28 | 2023-07-30T16:15:28 | 225,662,424 | 5 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 907 | puml | @startuml
class java.util.Observable {
# List<IObserver> observers
+ void add(Observer observer)
+ void remove(Observer observer)
+ void notifyObservers()
}
interface java.util.Observer {
void update(Observable o, Object arg)
}
class WeatherData extends java.util.Observable {
- int temperature
- int humidity
- int pressure
+ int getTemperature()
+ int getHumidity()
+ int getPressure()
+ void measurementsChanged()
+ void setMeasurements(int temperature, int humidity, int pressure)
}
interface DisplayElement {
void display()
}
class CurrentConditionsDisplay implements java.util.Observer, DisplayElement {
- int temperature
- int humidity
- Observable weatherData
+ CurrentConditionsDisplay(Observable weatherData)
+ void update(Observable o, Object arg)
+ void display()
}
CurrentConditionsDisplay *- WeatherData
@enduml | false | true | false | false | class |
25de5cba7a0e2ce37e784002cee2b31d1213ef6c | ee96a70918e886f49a11a2646742ecd0615cd83d | /src/diagrams/util/action/packages/WrapperActions.puml | e78e6f7a7e487764cebdddb980cfcdfdd2521d75 | [
"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 | 1,100 | puml | @startuml
interface Action <T,U>
class QueueManager
package Errors #e0e0d1 {
class ActionDecorationError
}
package Parsers #e0e0d1 {
class XmlDataParser
class XmlParseError
}
package Firestore #e0e0d1 {
package Models #e0e0d1 {
class Model
}
}
package WrapperActions #e0e0d1 {
class ParserWrapperAction <T extends XmlDataParser, U extends Model>{
- Create: Function
- wrapped: String
- params: Object
+ ParserWrapperAction(xmlParserType : T, params: Object) : ParserWrapperAction
+ perform(xml : String) : Promise<Array<U>>
}
Action <|-- ParserWrapperAction
ParserWrapperAction --> Parsers
ParserWrapperAction --> Model
class QueueManagerWrapperAction<T extends QueueManager> {
- Create: Function
- wrapped: String
- params: Object
+ ParserWrapperAction(QueueManagerType : T, params: Object) : ParserWrapperAction
+ perform(params : Object) : Promise<Array<Array<Object>>>
}
QueueManagerWrapperAction --> QueueManager
}
WrapperActions <-- Errors
@enduml | false | true | false | false | class |
75b11c4d927289103d382976969735f744d883ad | a08307073b81a594154a842f5ef87508df391d1c | /class diagrams/ColtExpress.plantuml | 72d28995ee88f291866f8e8e127fd54c11f25987 | [] | no_license | AlexisDel/Colt-Express | c99050ae00feefcb62faee50faa1ba124a5de380 | 96402eddae52b181f01575492eda6e497b1a0979 | refs/heads/master | 2023-05-25T04:27:02.337566 | 2021-06-14T14:28:04 | 2021-06-14T14:28:04 | 376,847,116 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,310 | plantuml | @startuml
title __COLTEXPRESS's Class Diagram__\n
namespace main {
class main.Game {
}
}
namespace main {
namespace controller {
class main.controller.GameController {
}
}
}
namespace main {
namespace engine {
class main.engine.GameEngine {
}
}
}
namespace main {
namespace engine {
namespace gameElements {
class main.engine.gameElements.Bandit {
}
}
}
}
namespace main {
namespace engine {
namespace gameElements {
class main.engine.gameElements.Bounty {
}
}
}
}
namespace main {
namespace engine {
namespace gameElements {
class main.engine.gameElements.Character {
}
}
}
}
namespace main {
namespace engine {
namespace gameElements {
class main.engine.gameElements.Entity {
}
}
}
}
namespace main {
namespace engine {
namespace gameElements {
class main.engine.gameElements.Marshall {
}
}
}
}
namespace main {
namespace engine {
namespace gameElements {
class main.engine.gameElements.Train {
}
}
}
}
namespace main {
namespace engine {
namespace utils {
enum Action {
}
}
}
}
namespace main {
namespace engine {
namespace utils {
enum Direction {
}
}
}
}
namespace main {
namespace engine {
namespace utils {
enum GameState {
}
}
}
}
namespace main {
namespace graphics {
class main.graphics.GameDisplay {
}
}
}
namespace main {
namespace graphics {
namespace graphicElements {
class main.graphics.graphicElements.Board {
}
}
}
}
namespace main {
namespace graphics {
namespace graphicElements {
class main.graphics.graphicElements.BoardG {
}
}
}
}
namespace main {
namespace graphics {
namespace graphicElements {
class main.graphics.graphicElements.Buttons {
}
}
}
}
namespace main {
namespace graphics {
namespace utils {
class main.graphics.utils.Positions {
}
}
}
}
namespace main {
namespace graphics {
namespace utils {
class main.graphics.utils.TextDisplay {
}
}
}
}
namespace test {
class test.BanditTest {
}
}
main.engine.gameElements.Bandit -up-|> main.engine.gameElements.Character
main.engine.gameElements.Bounty -up-|> main.engine.gameElements.Entity
main.engine.gameElements.Character -up-|> main.engine.gameElements.Entity
main.engine.gameElements.Marshall -up-|> main.engine.gameElements.Character
main.graphics.GameDisplay -up-|> javax.swing.JFrame
main.graphics.graphicElements.Board -up-|> javax.swing.JPanel
main.graphics.graphicElements.BoardG -up-|> javax.swing.JPanel
main.graphics.graphicElements.Buttons -up-|> javax.swing.JPanel
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 |
41b77abdcfa1ac9ec7d61d26fce61f0ff44f5a63 | 2a55a33e90779c96152b00d9a8b49421334bd57f | /doc/class.puml | 6c36a7a543c5bc17da2a52e186adaafec2d4bdb4 | [] | no_license | dstodev/lua-testing | b88aeda03202ea09f0804c17b5b3f32fdc9be005 | c17ce80adb6e82d7ca84e8b327b5cb2db369de06 | refs/heads/master | 2023-06-15T19:32:27.274380 | 2021-07-15T23:32:55 | 2021-07-15T23:32:55 | 351,264,653 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 441 | puml | @startuml Lua heirarchy class
class base
class "derived 1" as d1
class "derived 2" as d2
object "instance" as b_i
object "instance" as d1_i
object "instance" as d2_i
' Base
base : __index = this
base : value()
b_i .right.> base : mt
b_i : _value
' D1
d1 -up-> base
d1 : __index = this
d1 : value2()
d1_i .right.> d1 : mt
d1_i : _value2
' D2
d2 -up-> d1
d2 : __index = this
d2 : value3()
d2_i .right.> d2 : mt
d2_i : _value3
@enduml
| false | true | false | false | class |
41cae0bb506807daf0c9a5c4744dd307683da4fb | 6df209763ebc8e47c1390ca8ff00f453543b3d7e | /docs/img/diagram/groepkeuze.puml | f20b6d6aebdfc22ee28d1c6a9d60f28279feeac3 | [] | no_license | csrdelft/csrdelft.nl | 89dc3c8067a33082780c7ce43799fb4101bcacb2 | db9da8acb148d96bff6b66b02d330c3bf60c5e0e | refs/heads/master | 2023-08-21T16:50:58.232871 | 2023-08-18T08:27:43 | 2023-08-18T08:27:43 | 61,622,229 | 23 | 16 | null | 2023-09-03T16:43:43 | 2016-06-21T09:48:59 | PHP | UTF-8 | PlantUML | false | false | 1,226 | puml | @startuml
!theme cerulean
abstract class AbstractGroep {
GroepKeuze[] keuzelijst2
GroepVersie versie
}
abstract class AbstractGroepLid {
string|GroepKeuzeSelectie[] opmerking
}
AbstractGroepLid <- AbstractGroep
class GroepKeuze {
string type
string default
string keuzes
}
class GroepKeuzeSelectie {
string type
string selectie
}
enum GroepKeuzeType {
CHECKBOXES
RADIOS
DROPDOWN
TEXT
SLIDER
NUMBER
}
GroepKeuze --> GroepKeuzeType
GroepKeuzeSelectie --> GroepKeuzeType
AbstractGroepLid --> GroepKeuzeSelectie
GroepKeuzeSelectie .> GroepKeuze
AbstractGroep --> GroepKeuze
note right of GroepKeuze {
Opties is afhankelijk van type, kan zijn: een
lijst van keuzes voor dropdown/radios/checkboxes
of min/max voor number/slider.
Default is ook afhankelijk van type, kan een
standaard string zijn of aageven welke opties
default zijn/is gemarkeerd.
}
note left of GroepKeuzeSelectie {
Selectie is de daadwerkelijke selectie
van een lid deze moet overeenkomen
met een GroepKeuze, maar als dit niet
het geval is, wordt de waarde alsnog weergegeven
}
note right of AbstractGroep {
Een groep heeft een versie veld dat aangeeft
of deze groep dit systeem gebruikt.
}
@enduml
| false | true | false | false | class |
29cd3a7e44d0729013d5301df8beb14b69ee1d14 | 166731f8c1d25286a263538efbe0cc0423420b1b | /DevOps4NonDevs/diagrams/complexarchitecture.plantuml | 382af3f07303021eac6026b70f0e2f13706a31ae | [
"CC-BY-4.0"
] | permissive | brightcoast/DevOpsFor | 288c7c5354fc00d96a0a31e738de9b2bb1314227 | 9ea23b9630069ecb5962833f9a77391bba4cf555 | refs/heads/master | 2020-05-23T07:36:25.423246 | 2019-05-16T00:09:36 | 2019-05-16T00:09:36 | 186,680,088 | 0 | 0 | null | 2019-05-14T18:41:48 | 2019-05-14T18:41:48 | null | UTF-8 | PlantUML | false | false | 634 | plantuml | @startuml
package "Front End Pod" as feserver {
component "Load Balancer" as client
component "Front End 1" as client1
component "Front End 2" as client2
client --> client1
client --> client2
}
package "Application Pod" as appserver {
component "Load Balancer" as app
component "App 1" as app1
component "App 2" as app2
app --> app1
app --> app2
}
client1 --> app
client2 --> app
package "Database Pod" {
database "Application\nDatabase" as db
database "Replication\nDatabase" as rep1
database "Replication\nDatabase" as rep2
}
User -up-> client
app1 --> db
app2 --> db
db --> rep1
db --> rep2
@enduml
| false | true | false | false | sequence |
5c88f8d3fc3803c4ba22d9746670399689dbe470 | 244cd662102f098d8b9e985f72f24150acb7c214 | /uml/appDiagram.puml | f5f1e6b3be553e08a8cdfdca918e208bed336b5f | [] | no_license | Melisac105/cabrera-2589-a5 | a98d62a793fe4628e1c5c6eb006fe892319971c4 | dbf7a827f4bb12adb4cbd1c13eac90f090968801 | refs/heads/master | 2023-06-25T19:25:06.099186 | 2021-07-26T00:31:56 | 2021-07-26T00:31:56 | 386,680,319 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,228 | puml | @startuml
'https://plantuml.com/sequence-diagram
class InventoryTrackerApp {
start()
main()
stop()
}
class MainWindowControllers {
- myInventory: InventoryList
- itemEdited: Item
tableView: TableView<Item>
serialNumber: TableColumn<Item, String>
name: TableColumn<Item, String>
price: TableColumn<Item, String>
removeButton: ImageView
addButton: ImageView
remainingCapacity: Label
searchField: TextField
+ removeButtonClicked()
+ addButtonClicked()
+ editButtonClicked()
+ sortLowToHigh()
+ saveAsTSV()
+ saveAsHTML()
+ saveAsJSON()
+ openInventory()
+ initialize()
+ getItems()
}
class AddItemWindowController {
LETTERS: char[]
SPECIAL_CHARACTERS: char[]
submit: Button
itemName: TextField
serialNum: TextField
itemPrice: TextField
+ submitButtonClicked()
}
class EditItemWindowController {
LETTERS: char[]
SPECIAL_CHARACTERS: char[]
submit: Button
itemName: TextField
serialNum: TextField
itemPrice: TextField
+ saveChangesClicked()
+ backButtonClicked()
}
class Item {
- serialNumber: String
- price: String
- name: String
+ Item()
+ getSerialNumber()
+ setSerialNumber()
+ getPrice()()
+ setPrice()
+ getName()
+ setName()()
+ toString()
+ toTSV()
}
class InventoryList {
- name: String
- capacity: int
+ count: int
+ items: ArrayList<Item>
+ InventoryList()
+ getName()
+ setName()
+ getRemainingCapacity()
+ setCapacity()
+ updateName()
+ addItem()
+ removeItem()
+ editName()
+ editSerialNumber()
+ editPrice()
+ contains()
+ getItems()
}
class Html {
+ generateHeaderHtml()
+ generateBodyHtml()
}
class DataLoading {
+loadData
}
javafx.Application <|-- InventoryTrackerApp
InventoryTrackerApp -- MainWindowControllers
MainWindowControllers -- AddItemWindowController
MainWindowControllers -- EditItemWindowController
MainWindowControllers - Item
MainWindowControllers - DataLoading
AddItemWindowController - Item
Item -- InventoryList
Html - MainWindowControllers
@enduml | false | true | false | false | class |
717d6d7fa8fa114883e51dcdaab711f38ba6cb8e | 9655943d1f1de106247934f0b4045ab682c17ca7 | /src/Portal/UI/UI.plantuml | 665491edff50c1d61dcbb0f68e06082de1c6b398 | [] | no_license | MartinEmilEshack/PortalOld | de97437fb0c7904a1338922fc847ca60a117c478 | c0290d993205b95a5a766632ab1a75d439d37ee9 | refs/heads/master | 2022-01-10T19:23:01.254495 | 2019-05-10T23:43:10 | 2019-05-10T23:43:10 | 176,746,376 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 746 | plantuml | @startuml
title __UI's Class Diagram__\n
package Portal.UI {
class Main {
+ start()
{static} + main()
- setPosition()
}
}
package Portal.UI {
class MainWindowController {
+ address : TextField
+ raws : VBox
~ folders : GridPane
+ onComputer1Pressed()
- onFolderPressed()
+ onBackPressed()
+ onForwardPressed()
- setExplorerData()
}
}
package Portal.UI {
class SplashController {
}
}
Main -up-|> Application
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 |
0a0a0e6bc23d9df9234acf71fbd1d04ee5c410bb | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/red/1161140/sp1/analysis3.puml | f40541b8b38b90688ea0e44234b26aae3a5ff651 | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 301 | puml | @startuml analysis3
skinparam monochrome true
skinparam shadowing false
hide footbox
actor User
database Database order 100
User -> Browser : Edits an event
Browser ->> Server : updateCalendarEvent()
Server -> Database : update()
Server -->> Browser : return
Browser -> Browser : display
@enduml | false | true | false | false | sequence |
52679d6ec9b8000589fb53f91ee3506c47edae74 | d99806bb17e4a22325f775539981c6b7799b9d16 | /docs/blue/1150478/sp1/US1.puml | d3f374273ccaec62dba7dd24754fd52c1acf2bdb | [] | no_license | Fuel4us/GWTFinalProject | 3d0e1194f142cfcbdfc3d24f37a7537ff3a30dfb | b6c2f6add1687ca7800a9ec243edbe067ca6090c | refs/heads/master | 2020-03-21T19:47:13.534718 | 2018-06-28T05:33:43 | 2018-06-28T05:33:43 | 138,969,901 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 296 | puml | @startuml analysis.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : navigate to page
Browser -> Server : window.open()
Browser -> Server : windowEdit.open()
@enduml | false | true | false | false | sequence |
85e3557ba6aa2ec7ccaccaf945279437281048c9 | 2127e304807d8aab8fc3196839b5afa1937b2299 | /python_servers/Server.puml | 6b1d717bc321d6803d66d36a502fe15b1c4156b0 | [] | no_license | preemek/StudyProjects | 686e6ca23f31d7866fd3a609d2f175dd6ac822a0 | e43f265490b0ff67ddbeeba2ed1ef758327a5a16 | refs/heads/master | 2022-09-23T13:26:42.430717 | 2020-06-04T07:16:10 | 2020-06-04T07:16:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,298 | puml | @startuml
hide empty members
class Exception{
}
class ServerError{
}
class TooManyProductsFoundError{
}
abstract class Server{
+ __init__(self, *args, **kwargs)
+ {abstract} get_entries(self, n_letters)
+ {abstract} add (product: Product)
+ {abstract} remove_product (name: str)
- {abstract} _n_max_returned_entries
- {abstract} _catalog
}
class MapServer{
+ __init__(self, dct, *args, **kwargs)
+ get_entries (self, n_letters) \n throws TooManyProductsFoundError
+ add(product: Product)
+ remove_product (name: str)
- _n_max_returned_entries
- _catalog: Dict [Product.id : Product]
}
class ListServer{
+ __init__(self, lst, *args, **kwargs)
+ get_entries(self, n_letters) \n throws TooManyProductsFoundError
+ add(product: Product)
+ remove_position(index: int)
+ remove_product (name: str)
- _n_max_returned_entries
- _catalog: List[Product]
}
class Product{
+ __init__ (self, _name: str, _price: float)
- _name: str ^[A-za-z]+[0-9]+$
- _price: float
}
class Client{
+__init__ (self, server: Server)
+ {classmethod} get_total_price(cls, n_letters: Optional[int]) -> \nOptional[float]
}
Server <|.. MapServer
Server <|.. ListServer
MapServer o--down- Product
ListServer o--down- Product
Exception <|-- ServerError
ServerError <|-- TooManyProductsFoundError
Client -left...> Server
@enduml | false | true | false | false | class |
36dc91731f9b8e157a0fab673ca090c535804229 | 92bd726aefd2d9c42c362c1328a673320b340867 | /PCAM.puml | c414cf5459e7d0c6d4621e15e6f4f9cd5ed07186 | [] | no_license | griloHBG/jacobi-concurrent-programming | 50d211d41e33f3890cacfafb37bb470f3089d036 | 39f7a7462d2fb110b70b4eccd15cc901d074c8c9 | refs/heads/master | 2020-08-06T23:29:37.276518 | 2019-10-30T17:46:42 | 2019-10-30T17:46:42 | 213,198,787 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,770 | puml | @startuml
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
hide circles
hide methods
title **Particionamento**
class início
{
Lê N
--
**1** tarefa
}
class "bloco 1"
{
cria A
--
**N*N** tarefas
}
class "bloco 2"
{
cria B
--
**N** tarefas
}
class "bloco 3"
{
altera A
--
**N** tarefas
}
class "bloco 4"
{
cria A*
--
**N*N** tarefas
}
class "bloco 5"
{
cria B*
--
**N** tarefas
}
class "bloco 6"
{
cria x (inicial)
--
**N** tarefas
}
class "bloco 7"
{
calcula A* * x
--
**N*N** tarefas
}
class "bloco 8"
{
calcula x_new
cria Dif
cria max_x_new
cria max_Dif
--
**N** tarefas
}
class "bloco 9"
{
cria mr
--
**1** tarefa
}
@enduml
@startuml
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
hide circles
hide methods
title **Comunicação**
class início
{
Lê N
--
**1** tarefa
}
class "bloco 1"
{
cria A
--
**N*N** tarefas
}
class "bloco 2"
{
cria B
--
**N** tarefas
}
class "bloco 3"
{
altera A
--
**N** tarefas
}
class "bloco 4"
{
cria A*
--
**N*N** tarefas
}
class "bloco 5"
{
cria B*
--
**N** tarefas
}
class "bloco 6"
{
cria x (inicial)
--
**N** tarefas
}
class "bloco 7"
{
inicia x_new (a parte do A* * x)
--
**N*N** tarefas
}
class "bloco 8"
{
finaliza x_new (a parte do B*)
cria Dif
cria max_x_new
cria max_Dif
--
**N** tarefas
}
class "bloco 9"
{
cria mr
--
**1** tarefa
}
início --> "bloco 1" : N
início --> "bloco 2" : N
início --> "bloco 3" : N
início --> "bloco 4" : N
início --> "bloco 5" : N
início --> "bloco 6" : N
início --> "bloco 7" : N
início --> "bloco 8" : N
"bloco 1" --> "bloco 3" : A
"bloco 2" --> "bloco 5" : B
"bloco 3" --> "bloco 4" : A
"bloco 3" --> "bloco 5" : A
"bloco 4" --> "bloco 7" : A*
"bloco 5" --> "bloco 6" : B*
"bloco 5" --> "bloco 8" : B*
"bloco 6" --> "bloco 7" : x
"bloco 6" --> "bloco 8" : x
"bloco 7" --> "bloco 8" : quase x_new
"bloco 8" --> "bloco 7" : x_new como x
"bloco 8" --> "bloco 9" : max_Dif, max_x_new
"bloco 9" ----> "bloco 7" : continua?
@enduml
@startuml
!define LIGHTBLUE
!includeurl https://raw.githubusercontent.com/Drakemor/RedDress-PlantUML/master/style.puml
hide circles
hide methods
title **Comunicação**
class início
{
Lê N
--
**1** tarefa
}
class "bloco 1"
{
cria A
altera A
cria A*
--
**N** tarefas
}
class "bloco 2"
{
cria B
--
**N** tarefas
}
class "bloco 5"
{
cria B*
--
**N** tarefas
}
class "bloco 6"
{
cria x (inicial)
--
**N** tarefas
}
class "bloco 7"
{
calcula A* * x
--
**N*N** tarefas
}
class "bloco 8"
{
calcula x_new
cria Dif
cria max_x_new
cria max_Dif
--
**N** tarefas
}
class "bloco 9"
{
cria mr
--
**1** tarefa
}
início --> "bloco 1" : N
início --> "bloco 2" : N
início --> "bloco 3" : N
início --> "bloco 4" : N
início --> "bloco 5" : N
início --> "bloco 6" : N
início --> "bloco 7" : N
início --> "bloco 8" : N
"bloco 1" --> "bloco 3" : A
"bloco 2" --> "bloco 5" : B
"bloco 3" --> "bloco 4" : A
"bloco 3" --> "bloco 5" : A
"bloco 4" --> "bloco 7" : A*
"bloco 5" --> "bloco 6" : B*
"bloco 5" --> "bloco 8" : B*
"bloco 6" --> "bloco 7" : x
"bloco 6" --> "bloco 8" : x
"bloco 7" --> "bloco 8" : quase x_new
"bloco 8" --> "bloco 7" : x_new
"bloco 8" --> "bloco 9" : max_Dif, max_x_new
"bloco 9" ----> "bloco 7" : continua?
@enduml | false | true | true | false | sequence |
9a48b0ce0efdcedc640678a93537162c8d8231d0 | 63114b37530419cbb3ff0a69fd12d62f75ba7a74 | /plantuml/Library/PackageCache/com.unity.test-framework@1.1.16/UnityEditor.TestRunner/Api/Filter.puml | 4ce739b2d90a00702359b24e3797e02fbbbb0552 | [] | 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 | 102 | puml | @startuml
class Filter {
+ targetPlatform : BuildTarget?
}
Filter --> "testMode" TestMode
@enduml
| false | true | false | false | class |
132a849260b41cde60efe787d9d95e2939437857 | bc3ee85b8af520051034abe0842fee994b65e9cc | /diagrams/uc.puml | d027daca9406c0abb462eea431c9dbd92e6663da | [
"MIT"
] | permissive | OmarAlghamdi/clingojs | e0bb30237509ffb4678b8790c9a7984ca50d0c5d | 0b0d64130c165b2344b9fa3c3777b95a33dbfec6 | refs/heads/master | 2022-11-22T23:45:36.445488 | 2020-07-23T02:06:43 | 2020-07-23T02:06:43 | 281,547,001 | 0 | 0 | null | 2020-07-22T01:48:52 | 2020-07-22T01:48:51 | null | UTF-8 | PlantUML | false | false | 243 | puml | @startuml
skinparam PackageStyle rectangle
actor client
usecase Solve as solve
usecase "Change Configurations" as config
usecase "Pass Input" as input
client -right-> solve
config .up.> solve : extends
input .down.> solve : extends
@enduml | false | true | false | false | usecase |
2d98939dfa0da917c8a472e96f689d6d0edf643b | 6216290d8976100c7c962d33a1e2ec7ab31394ff | /doc/requirements/clustering.puml | 8a90b60af5da3716ac541ad72749d08f1b524c1f | [
"MIT"
] | permissive | adorsys/notification-service | 53b3ee2695570164a069c1043b9d32196bc2bea0 | e5de64b1a0f0d29f83f454f9a90f96e3b0125796 | refs/heads/master | 2022-12-22T12:03:20.309112 | 2019-12-03T15:07:26 | 2019-12-03T15:07:26 | 138,309,061 | 4 | 2 | MIT | 2022-12-11T14:00:01 | 2018-06-22T13:59:15 | JavaScript | UTF-8 | PlantUML | false | false | 781 | puml | @startuml
component UserDevice1
component UserDevice2
cloud "enterprise dc" {
component entpriseLoadBalancer
component ApplicationServer1
component ApplicationServer2
}
cloud "e.g. amazon" {
component cloudLoadBalancer
component notificationServer1
component notificationServer2
component redis
}
cloudLoadBalancer --> notificationServer1
cloudLoadBalancer --> notificationServer2
notificationServer1 <--> redis
notificationServer2 <--> redis
entpriseLoadBalancer --> ApplicationServer1
entpriseLoadBalancer --> ApplicationServer2
UserDevice1 --> cloudLoadBalancer
UserDevice2 --> cloudLoadBalancer
UserDevice1 --> entpriseLoadBalancer
UserDevice2 --> entpriseLoadBalancer
ApplicationServer1 -left-> cloudLoadBalancer #Green: notify user
@enduml | false | true | false | false | sequence |
0b6ea434b9cbc748f511e82adf0517b8192fe00f | e5e844b5b17dd136c8c2fe216e8a8972e80a31f5 | /src/uml/uml_demo1.puml | 42406b7d461062627607e2d12d81e181e31726b0 | [] | no_license | hujiujie/SeleniumDemo_8 | 70dd340716baca907026dcd8aa8b5d7ff0da16f3 | f83990bb71030c2c84ecc94f8fe1cb5adceef9cd | refs/heads/master | 2020-04-29T16:03:28.438878 | 2019-03-22T15:48:23 | 2019-03-22T15:48:23 | 176,246,344 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 201 | puml | @startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: another authentication Response
a -> b:test1
@enduml | false | true | false | false | sequence |
05fd5214e7149ccd5d9688709a351dc243573112 | 9bcd4da5e5454922139d0afefc782a997988ad1f | /docs/SprintC/US/US12/US12_SD_AddTestParameterResult.puml | 209a36e1fe6a925b8b9e74045783772372010706 | [
"MIT"
] | permissive | wjacoud/DynaByte | 13f042b210f17830aa3eb31558d3f83d587ab436 | 3ac6b5e2d2e7559ec3e230db7848a1b43d3b40e3 | refs/heads/main | 2023-08-27T09:20:01.825322 | 2021-11-11T17:15:05 | 2021-11-11T17:15:05 | 427,082,047 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 936 | puml | @startuml
'httTP://plantuml.com/sequence-diagram
autonumber
participant ":Test" as Test
participant ":TestParameter" as TP
participant ":TestType" as TestTy
participant ":ExternalModule" as ExMod
participant "refValue:\nReferenceValue" as RefVal
participant "testResult:\nTestParameterResult" as TestParamRes
[o-> Test: addTestParameterResult(parameterCode, result)
activate Test
Test -> TP: getParameterList()
activate TP
deactivate TP
Test -> Test : parameter = getParameter(parameterCode)
activate Test
deactivate Test
Test -> TestTy: getExternalModule()
activate TestTy
deactivate
|||
Test -> ExMod: getReferenceValue(parameter)
activate ExMod
rnote over ExMod : somehow it creates the below object
ExMod -> RefVal**: create()
ExMod --> Test: refValue
deactivate
|||
Test -> TP : addResult(parameterCode, result, refValue)
activate TP
TP -> TestParamRes**: create(parameterCode, result,refValue)
return ok
return ok
@enduml | false | true | false | false | sequence |
f8f76213a9c742d33de4be1892657e706c7cf8ea | 35524a300e469cc67f5d652a07103230b264d077 | /src/main/java/ex45/ex45.puml | ff07d15731d8ea1013ab094b3c11f456725c8346 | [] | no_license | tsehaiB/boucaud-cop3330-assignment3 | f216416bb28d346bf10d3974b62546a4886446c6 | ec9362b8cfd2d347d12cd3d134cb02e1c514c4d9 | refs/heads/master | 2023-05-27T00:45:39.837812 | 2021-06-21T03:53:49 | 2021-06-21T03:53:49 | 378,795,737 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 833 | puml | @startuml
'https://plantuml.com/sequence-diagram
class Application{
- reader : input
- writer : output
- process : processor
+ main()
- readString(String prompt, Scanner userIn)
- readFile(input reader)
- processAll(ArrayList<String> unprocessed, processor process)
- writeFile(String processedString, String path, output writer)
}
class input{
- input : File
+ constructReader()
+ storeInStringArray(Scanner reader)
}
class output{
- output : File
+ constructWriter(String path)
+ printToFile(FileWriter writer, String processedPassage)
}
class processor{
+ splitString(String passageLine)
+ makeString(String[] line)
+ public String processAll(ArrayList<String> unprocessed)
}
Application o--> input
Application o--> output
Application o--> processor
@enduml | false | true | false | false | class |
5af7b72967df62d326212bcb3ce262406c8d6f76 | 9b67d717ce2ffb4dc546ae76f80f4968ab175af1 | /content/courses/url-shortener/design3.puml | 138a562f64eb6bf30221bcf5c083d813019730fd | [] | no_license | lastlee/lastlee.com | 50448415ef47692e6035f21e9912aa5d650d45fb | 8e9764ee20351021942f8d3d40e7dd67d17f7733 | refs/heads/master | 2021-07-09T16:20:29.753579 | 2021-02-24T17:53:49 | 2021-02-24T17:53:49 | 228,204,619 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,233 | puml | @startuml
skinparam RoundCorner 20
skinparam MaxMessageSize 300
skinparam NoteBackgroundColor LightGreen
skinparam NoteBorderColor SteelBlue
skinparam DefaultFontName Fira Code
skinparam sequence {
BackgroundColor AliceBlue
BorderColor SteelBlue
lifeline {
BackgroundColor OldLace
BorderColor SteelBlue
}
actor {
BackgroundColor LightYellow
BorderColor SteelBlue
}
participant {
BackgroundColor AliceBlue
BorderColor SteelBlue
}
box {
BackgroundColor LightYellow
BorderColor SteelBlue
}
arrow {
Color RoyalBlue
Thickness 2
}
}
title = **URL Shortener Design 3**
actor User
participant App
participant DB
User -> App: Request long url to be made short
note right User
http://longurl.com/
endnote
App -> DB: Insert record
note right App
{
url: http://longurl.com/
}
end note
DB -> DB: Generate primary key: 64-bit int
DB -> DB: Automatically map to storable id
note right DB #LightBlue
| id | url |
| 123456 | http://longurl.com/ |
end note
DB --> App: return id = 123456
App -> App: Hash key to storable id
note right App
hashid(123456) = xkNDJ
end note
App -> User: Return short url
note left App
http://sho.rt/xkNDJ
end note
@enduml
| false | true | false | false | usecase |
558cde656a93f6bcf7ad91b5474f6923d4d8bdab | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/Core/MORR/Data/Transcoding/IEncoder.puml | e9d0cf124946b1378daf5f74671097f4ab4ff449 | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 235 | puml | @startuml
skinparam monochrome true
skinparam classAttributeIconSize 0
!startsub default
interface IEncoder {
+ EncodeFinished : ManualResetEvent <<get>>
+ Encode(recordingDirectoryPath: DirectoryPath) : void
}
!endsub
@enduml
| false | true | false | false | class |
5f0caa8567e740fff6034724a71cee888c21fde3 | eba43405b26b797ec0258973990d0265135ca16f | /docs/source/nodes_and_carriages_comp.puml | 0b1730fb47bab1ef57e91c8076f091d5d2f552c7 | [
"BSD-3-Clause"
] | permissive | ebu/ebu-tt-live-toolkit | d1092c1af234f2cc8a249b09601be381c9071b7b | 8c67f83010d9fc0af5d3e270c70dce87674ad289 | refs/heads/master | 2022-12-10T19:17:57.560636 | 2021-12-21T17:39:35 | 2021-12-21T17:39:35 | 49,490,064 | 25 | 8 | BSD-3-Clause | 2022-11-04T19:46:42 | 2016-01-12T09:41:21 | Python | UTF-8 | PlantUML | false | false | 881 | puml | @startuml
package "Processing Nodes" {
[Consumer Nodes]
[Synthesizer Nodes]
[Producer Nodes]
[Producer Nodes] -- IProducerNode
[Synthesizer Nodes] -- IProducerNode
[Synthesizer Nodes] -- IConsumerNode
[Consumer Nodes] -- IConsumerNode
IProducerNode -- INode
IConsumerNode -- INode
}
package "Carriage Mechanisms" {
[Producer Nodes] -> IProducerCarriage : emit_data
[Websocket] - IProducerCarriage
[Websocket] ..> HTTP :use
IConsumerCarriage - [Websocket]
[Websocket] -up-> INode : process_document
[Synthesizer Nodes] -> IProducerCarriage : emit_data
note bottom of [Websocket]
Carriage mechanisms may
or may not work
both directions.
end note
}
note top of [Producer Nodes]
Producers produce only
end note
note top of [Synthesizer Nodes]
Synthesizers produce
and consume as well.
end note
note top of [Consumer Nodes]
Consumers consume only
end note
@enduml
| false | true | false | false | sequence |
aa034dc87c089e63b54def7d79ca8f40e9e4192b | 0b804c1d414e26f966df1b2b38cd6668030edb80 | /grooveshark.puml | 2926d9bc3fc77fff7d85f904ffec059a33039ec2 | [] | no_license | krcalcn/recreating-grooveshark | 1b9db7d557d8137d453711ccd6a1db0dc63e1552 | 115846c978809cb17f2ba39f6d37729f530fef85 | refs/heads/master | 2023-03-09T18:02:11.590858 | 2021-02-27T10:24:18 | 2021-02-27T10:24:18 | 295,148,963 | 2 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,875 | puml | @startuml grooveshark
class User <<Entity>> {
+ id: String
+ name: String
+ userName: String
+ email: String
+ password: String
+ queue: Array
+ savedSongs: Array
+ savedLists: Array
+ favSongs: Array
+ favLists: Array
+ createdAt: Date
+ deletedAt: Date
+ createPlaylist()
+ deletePlaylist()
+ addPlaylistToFavs()
+ savePlaylist()
+ addToQueue()
+ removeFromQueue()
+ saveSong()
+ addSongToFavs()
+ startBroadcast()
+ joinBroadcast()
+ addSong()
+ followUser()
+ freezeUserAccount()
}
class Follow <<Entity>> {
+ id: String
+ follower: String
+ following: String
}
class List <<Entity>> {
+ id: String
+ ownerId: Number
+ name: String
+ songs: Array
+ isPublic: Boolean
+ whoCanSee: Array
+ whoCanAdd: Array
+ genres: Array
+ createdAt: Date
+ deletedAt: Date
+ addToList()
}
class Artist <<Entity>> {
+ id: String
+ name: String
+ albums: Array
+ singles: Array
+ genres: Array
+ createdAt: Date
+ deletedAt: Date
}
class Album <<Entity>> {
+ id: String
+ name: String
+ songs: Array
+ releaseDate: Date
+ recordCompany: String
+ genres: Array
+ createdAt: Date
+ deletedAt: Date
}
class Song <<Entity>> {
+ id: String
+ name: String
+ duration: Time
+ url: String
+ releaseDate: Date
+ genres: Array
+ recordCompany: String
+ artists: Array
+ whoAdded: String
+ createdAt: Date
+ deletedAt: Date
}
class Broadcast <<Entity>> {
+ id: String
+ streamerId: String
+ name: String
+ queue: Array
+ isActive: Boolean
+ isPublic: Boolean
+ whoCanJoin: Array
+ chat: String
+ createdAt: Date
+ deletedAt: Date
}
class Genre <<ValueObject>> {
+ id: Integer
+ name: String
}
Artist "1" *--> "0..*" Album
Artist "1" *--> "1..*" Song
User "1" *--> "0..*" List
User "1" *--> "0..*" Broadcast
Album o--> Song
@enduml | false | true | false | false | class |
92feb53560619ef7b4b98e0a11f94fd031665a88 | a7db7f381f681f7b863a0d8fafab1c7be61f07ff | /reponses/cloud.api.puml | d9cff74e514bdc1fee0e47b104b34d6fa0e485a6 | [] | no_license | Ramin-Erwyn/mapc-cc1 | 03b0af4fc06a629c3362bfe0ebf5084c626d514b | 04c434f122c324775ca2225a1f0d791147a3b298 | refs/heads/master | 2023-01-03T02:30:50.606721 | 2020-11-03T16:35:35 | 2020-11-03T16:35:35 | 309,746,429 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,519 | puml | @startuml
package Cloud.api {
interface Cloud.api.Cloud extends NamedElement {
+ getPlans(DeploymentPlan plan) Set<DeploymentPlan>
+ deployPlan(DeploymentPlan plan) :boolean
+ startPlan(DeploymentPlan plan) :boolean
+ stopPlan(DeploymentPlan plan) :boolean
+ removePlan(DeploymentPlan plan) :boolean
}
interface Cloud.api.Component extends Resource, RunnableElement {
+ getComponentType() :ComponentType
}
interface Cloud.api.ComponentType extends Resource{
+ componentTypeKey() :String
+ createComponent(String name) :Component
}
interface Cloud.api.ComputeNode extends Resource, RunnableElement{
+ addVMachine(VirtualMachine machin) :boolean
+ removeVMachine(VirtualMachine machin) :boolean
+ getVMachines() Set<VirtualMachine>
+ shutDownVMachine(VirtualMachine machin) :boolean
+ startVirtualMachine(VirtualMachine machin) :boolean
}
interface Cloud.api.DeploymentPlan extends NamedElement, RunnableElement{
+ newStandardComputeNode(StandardComputeNodeSize size, String name)
+ newPersonalizedComputeNode(int nbCPU, int memory, String name)
+ newVirtualMachine(String name)
+ newService(String key, String name)
+ newComponent(String key, String name)
+ getNodes() Set<ComputeNode>
+ getNode(String: name)
+ deployVMonNode(VirtualMachine vm, ComputeNode node)
+ deployServiceOnVm(Service service, VirtualMachine vm)
+ attachComponentToService(Component component, Service service)
+ isValid() :boolean
+ getReport() :DeploymentPlanReport
}
interface Cloud.api.DeploymentPlanReport {
+ addException(Exception e) :boolean
+ exceptions() List<Exception>
+ messages() List<String>
}
interface Cloud.api.DeploymentPlanShutdown {
+ setNext(DeploymentPlanShutdown handler) :void
+ stop(DeploymentPlan plan) :boolean
}
interface Cloud.api.DeploymentPlanStartup {
+ setNext(DeploymentPlanStartup handler) :void
+ start(DeploymentPlan plan, boolean bestEffort) :boolean
}
interface Cloud.api.NamedElement extends Visitable{
+ name() :String
}
interface Cloud.api.Resource extends NamedElement{
+ setNbCPU() :int
+ getMemory() :int
+ getNbCPU(int nbCPU) :void
+ setMemory(int memory) :void
}
interface Cloud.api.RunnableElement {
+ start() :boolean
+ stop() :boolean
+ isRunning() :boolean
+ restart()
}
interface Cloud.api.Service extends Resource, RunnableElement{
+ getComponent() :Component
+ setComponent(Component component) :void
+ getServiceType()
}
interface Cloud.api.ServiceType extends NamedElement {
+ createService(String name) :String
+ serviceTypeKey() :Service
}
enum Cloud.api.StandardComputeNodeSize {
- int :nbCPU
- int :memory
XSMALL
SMALL
MEDIUM
MEDIUM_LARGE
LARGE
XLARGE
+getNbCPU() :int
+getMemory() :int
}
interface Cloud.api.VirtualMachine extends Resource, RunnableElement {
+ setOS(VmOSName os) :void
+ getOS() :VmOSName
+ addService(Service service) :boolean
+ getServices(Service service):boolean
+ removeService() Set<Service>
}
}
@enduml | false | true | false | false | class |
51c51b068fe9713658b4e56a58545ad7c7abcb4a | 6d94943a2849a4d586064d274b393e36e7026733 | /rsocket-rpc-core-extension/src/main/resources/Sequence.puml | 4a4452f6da67b118c3eb2e3c1443cd59fc81868d | [] | no_license | ilterpehlivan/rsocket-rpc | 7f0c8a4f2a27eba4b8c6fb3aabe2db920170e893 | 8a2d191927717673a937afa869104b4aed84f8f9 | refs/heads/master | 2022-11-13T12:59:52.516106 | 2020-06-22T15:25:48 | 2020-06-22T15:25:48 | 262,499,954 | 6 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 450 | puml | @startuml
actor client
participant RoutingServerRsocket as routing
participant RsocketServerCall as call
participant ServerCallHandler as handler
participant ReactiveListener as listener
client ->routing:requestResponse(payload)
routing -> routing:findHandler(payload)
routing ->call:invokeMethod(payload,handler)
call ->call:proto.Message parsePayload2Proto(payload)
call ->handler:handler.startCall(this,null)
return ReactiveListener(
@enduml | false | true | false | false | usecase |
972c1c6a84fbb9f0e065d4166d38a46c36e81eca | 443c67bae69a637a808de05e749efa75522297b8 | /UF2/plantUML/prova.puml | fbb8946e5ae632a96ee61dd2501f4e26a17ac365 | [] | no_license | PolBarcia/DAW-M07 | 4b204026c20f267162497bbe762eb0148b75d069 | cd11ad01cfd3f5896ba959e27ad43cf8fed8786a | refs/heads/main | 2023-04-16T23:36:14.390102 | 2021-04-20T17:46:24 | 2021-04-20T17:46:24 | 351,815,728 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 121 | puml | @startuml
:User: --> (Use)
"Main Admin" as Admin
"Use the application" as (Use)
Admin --> (Admin the application)
@enduml | false | true | false | false | uml-unknown |
b83a8cc21e258af1cc97233753b299f339e6e6c6 | 87b13699a92fe26bd2974254727e6859f3ae32f3 | /src/csheets/userstories/macros07_01/editor_de_formularios/i120810/macros07_01_analysis.puml | 6ae715c2bee67739257c79b46a7f2b1bce0b343e | [] | 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 | 618 | puml | @startuml doc-files/macros07_01_analysis.png
actor User
participant "<<analysis>>\nFormsExtension" as FE
participant "<<analysis>>\nUIFormsExtension" as UIFE
participant "<<analysis>>\nFormEditorWindow" as NFW
participant "<<analysis>>\nForm" as MB
participant "<<analysis>>\nFormDisplay" as FD
User -> FE: Create Form
FE -> UIFE: Create Form
activate UIFE
UIFE -> NFW: create()
UIFE -> NFW: run()
activate NFW
MB<- NFW: createForm()
activate MB
loop
MB <- NFW: addLine()
deactivate MB
end
NFW -> FD: Preview()
activate FD
deactivate FD
deactivate NFW
deactivate UIFE
deactivate FE
@enduml | false | true | false | false | sequence |
90d32219bf963da9ecf010892b1912157e3ff852 | c3287e91ce0ebce396cd3966de3d2f7d90131c20 | /Plantuml/UI/ValidationRules/NoNegativeDistancesRule.puml | 08dafe57715844176c5cb6055da3155d116634eb | [] | no_license | kretmatt/SWE2-Tourplanner | 497ec2e888112bd3d67a0f2b97e7c1e8e0348371 | f064500ae5b913b00671f358a586011affcdaf00 | refs/heads/main | 2023-05-12T11:48:29.605417 | 2021-06-06T21:53:11 | 2021-06-06T21:53:11 | 341,115,114 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 182 | puml | @startuml
class NoNegativeDistancesRule {
+ <<override>> Validate(value:object, cultureInfo:CultureInfo) : ValidationResult
}
ValidationRule <|-- NoNegativeDistancesRule
@enduml
| false | true | false | false | class |
3f3f00ee313134838ff63b619614fa34f8d6c239 | 5bda871fceb094fb9925872cf46794a7bb523678 | /src/main/java/builder/exercice/exercice.plantuml | 565bcb2b80fc918e00818d9802ba4fce0fa64435 | [] | no_license | jestin-g/java-design-pattern | 9ec3526091fd4a5b795b035e3d6ae54a064e9ed2 | da908b77cced2e25640f68f22d4bccda88e1321e | refs/heads/master | 2023-02-11T14:12:52.417590 | 2021-01-06T16:48:53 | 2021-01-06T16:48:53 | 307,839,152 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 832 | plantuml | @startuml
title __EXERCICE's Class Diagram__\n
namespace builder.exercice {
class builder.exercice.CodeBuilder {
- className : String
- elements : ArrayList<CodeElement>
+ CodeBuilder()
+ addField()
+ toString()
}
}
namespace builder.exercice {
class builder.exercice.CodeBuilderDemo {
{static} + main()
}
}
namespace builder.exercice {
class builder.exercice.CodeElement {
- name : String
- type : String
+ CodeElement()
+ CodeElement()
+ getName()
+ getType()
+ toString()
}
}
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 |
090a4bf15b503a78de562fc222ed87f9a8225ca5 | 2674d2bfed6d4a96db1f1d40d19b237642d01ca7 | /docs/blue/s1150585/sp2/analysis2.puml | 7c86b94ae07073256f0df902d6ffd3890d6cba6e | [] | no_license | HugoFernandes2343/LAPR4_2017-2018 | 9c827075d64c92d89c05bb772f7e7c3192416803 | e1d4724d9995676ac1f25bed0e9c2884929c12bb | refs/heads/master | 2023-02-26T22:39:42.292967 | 2018-06-20T12:37:30 | 2018-06-20T12:37:30 | 336,568,975 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 416 | puml | @startuml analysis.png
skinparam handwritten true
skinparam monochrome true
skinparam packageStyle rect
skinparam defaultFontName FG Virgil
skinparam shadowing false
actor User
User -> Browser : navigate to page
Browser ->> Server : getAllTasks()
Browser ->> Server : deleteTask(TaskDTO)
database Database
Server -> Database : delete
Server -->> Browser : return
Browser -> Browser : display success
@enduml
| false | true | false | false | usecase |
49dd9930fc51f902511d1cbd24b991215f0ece04 | 394a56ac07462a7305e934de37c3ed3a5363f56a | /Sprint 3/Análise/UC9_Efetuar_Candidatura/UC9_SSD/UC9_SSD.plantuml | 0e039d3ab92963d980794058c5fcba98716bbe9e | [] | no_license | pedro-miguez/upskill_java1_labprg_grupo3 | 69ab871772f2a2faba901ee894aea2f8fe7392bb | 99bed16b491e8f0fbceb86e621cb9164e7722586 | refs/heads/main | 2023-03-24T02:26:43.964110 | 2021-03-22T10:50:54 | 2021-03-22T10:50:54 | 331,625,464 | 1 | 0 | null | 2021-03-19T18:00:07 | 2021-01-21T12:45:29 | Java | UTF-8 | PlantUML | false | false | 700 | plantuml | @startuml
actor Freelancer
activate Freelancer
Freelancer -> ":Sistema" : 1 Inicia a candidatura a um anuncio
activate ":Sistema"
":Sistema" --> Freelancer : 2 solicita a escolha de um anuncio elegivel
deactivate ":Sistema"
Freelancer -> ":Sistema" : 3 seleciona anuncio para para registar candidatura
activate ":Sistema"
":Sistema" --> Freelancer : 4 solicita dados para a candidatura (i.e.\nvalor pretendido, dr dias, texto apresentacao\n (opcional), texto motivacao (opcional)
deactivate ":Sistema"
Freelancer -> ":Sistema" : 5 introduz os dados solicitados
activate ":Sistema"
":Sistema" --> Freelancer : 6 regista a nova candidatura e informa sucesso da\n operacao
deactivate ":Sistema"
@enduml | false | true | false | false | usecase |
12c6e26d7b2af302873b5dfff2a0df9a81cbd511 | a58f448d617ac460cf8f3541d137287e489ef0f7 | /docs/design/storm-decouple/poc/src/main/java/org/openkilda/seq.puml | 97c74edf02bdaf43fae9a28156f3d407412098e2 | [
"Apache-2.0"
] | permissive | gauravchug/open-kilda | c1fc2de126fa09e67e21f12be47b0892b0d19c18 | 696f87ddc0d37bd64024ca80f17a942b4f196f10 | refs/heads/master | 2023-08-30T21:42:27.346545 | 2021-02-04T14:53:54 | 2021-02-04T14:53:54 | 131,945,988 | 2 | 0 | Apache-2.0 | 2023-08-24T19:52:00 | 2018-05-03T05:30:29 | Java | UTF-8 | PlantUML | false | false | 1,658 | puml | @startuml
== Add Port Watch ==
PortHandler -> WatchListBolt: watch request switch_id+port\nrouting by switch_id
WatchListBolt -> WatchListBolt: add switch_id+port to watch list
== Del Port Watch ==
PortHandler -> WatchListBolt: del watch request switch_id+port\nrouting by switch_id
WatchListBolt -> WatchListBolt: remove switch_id+port from watch list
WatchListBolt -> WatcherBolt: remove switch_id+port
WatcherBolt -> WatcherBolt: remove from await list
== Discovery process ==
TickSpout -> WatchListBolt: tick
WatchListBolt -> WatcherBolt: emit list of switch_id+port_list\nrouting by switch_id
WatcherBolt -> WatcherBolt: add switch_id+port to await response list
WatcherBolt -> FL: sent message with switch_id+port_list
...
alt success
FL --> WatcherBolt: discovery send confirmation\nrouting by switch_id
WatcherBolt -> WatcherBolt: mark port with send confirmation
alt success
FL --> WatcherBolt: discovery packet\nrouting by switch_id
WatcherBolt -> WatcherBolt: remove from await list
WatcherBolt -> DecisionMakerBolt: discovery information\nrouting by switch_id+port_id
DecisionMakerBolt -> UniIslHandler
else timeout
...
TickSpout -> WatcherBolt: tick
WatcherBolt -> WatcherBolt: find timeout ports
WatcherBolt -> WatcherBolt: remove from await list
WatcherBolt -> DecisionMakerBolt: discovery failed message\nrouting by switch_id+port_id
DecisionMakerBolt -> UniIslHandler
end
else timeout
TickSpout -> WatcherBolt: tick
WatcherBolt -> WatcherBolt: find timeout ports
WatcherBolt -> WatcherBolt: remove from await list
note over WatcherBolt
FL is offline so do nothing
end note
end
@enduml | false | true | false | false | sequence |
d7097e9fc33c85134bad810b0cb411061eb62cce | f12cda9a8bd887e1ac151257ac672f6b26e2dfc6 | /src/com/jambit/onboarding2020/tbrpg/games/quizGame/quizGame.plantuml | f17a64a4235c5efabadae1fbf6ce6cae96e465db | [
"Apache-2.0"
] | permissive | jambit/onboardingphase2020_TextbasedRPG | 04f81709ae0b03cd39d0da8b17b578b1d5f9d0b0 | 116c8db39f34ea28b05fbddde8cd133d83928811 | refs/heads/Development | 2022-12-28T13:36:26.169235 | 2020-09-25T11:28:01 | 2020-09-25T11:28:01 | 294,055,805 | 2 | 0 | Apache-2.0 | 2020-09-25T11:29:12 | 2020-09-09T08:49:20 | Java | UTF-8 | PlantUML | false | false | 1,347 | plantuml | @startuml
title __QUIZGAME's Class Diagram__\n
namespace com.jambit.onboarding2020.tbrpg {
namespace games {
namespace quizGame {
class com.jambit.onboarding2020.tbrpg.games.quizGame.Quiz {
# correctAnswer : int
# question : String
# wrongAnswer1 : int
# wrongAnswer2 : int
+ checkAnswer()
+ checkWrongs()
+ getAnswers()
+ getQuizQuestion()
}
}
}
}
namespace com.jambit.onboarding2020.tbrpg {
namespace games {
namespace quizGame {
class com.jambit.onboarding2020.tbrpg.games.quizGame.QuizMaster {
~ random : Random
- possibleQuizzes : ArrayList<Quiz>
+ play()
{static} - getNextIntegerInput()
- getQuizList()
- initialzePossibleQuizzList()
}
}
}
}
com.jambit.onboarding2020.tbrpg.games.quizGame.Quiz .up.|> com.jambit.onboarding2020.tbrpg.games.quizGame.quizzes.Quizzzable
com.jambit.onboarding2020.tbrpg.games.quizGame.QuizMaster .up.|> com.jambit.onboarding2020.tbrpg.games.Playable
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 |
aa3e03f3ea89439fb19971a7653b9102c5f92981 | 51a49c4ad834a09ed614ee5fd0c8c581077f162c | /ProcessEngine/src/de/gravitex/processing/testing/charts/Haftungssumme.puml | baaeb6576df7ba60796018389d766911b1eec0dd | [] | no_license | gheddie/processing | 724968cd1628a46fbfc4e1b9edaec27647ce807b | df977e058a242ee095f60e065ed36ffa5ce129f3 | refs/heads/master | 2020-12-24T17:17:30.587544 | 2013-11-18T16:02:10 | 2013-11-18T16:02:10 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,106 | puml | @startuml
skinparam backgroundColor #FFFFFF
skinparam activity {
BackgroundColor<<Action>> #00FF00
BackgroundColor<<Task>> #FF0000
BackgroundColor<<TimerTask>> #FFFF00
BackgroundColor<<Join>> #00FFFF
BackgroundColor<<End>> #CCCCCC
}
(*)--> "Dokumenten-Share vorbereiten" <<Action>>
--> "Haftungssumme kalkulieren und in SAP einpflegen" <<Task>>
--> if "" then
--> ["Haftung < 50K Euro"] join_1 <<Join>>
else
-->["Haftung >= 50K Euro"] "Rechtefreigabe per\nMail beantragen" <<Action>>
--> "Rechtefreigabe erfassen" <<Task>>
--> join_1
endif
--> "Mitteilung generieren und an Beschuldigten senden" <<Action>>
--> "Stellungnahme des Beschuldigten in SAP erfassen" as Erfassung_Daten <<TimerTask>>
--> if "" then
--> [Daten der Stellung-\nnahme vollständig] "Bestätigung an Beschuldigten senden" <<Action>>
--> "end_1" <<End>>
else
--> [Daten der Stellung-\nnahme nicht vollständig] "Erinnerung an Stellungnahme mit\nHilfestellungen an Beschuldigten senden" <<Action>>
--> Erfassung_Daten
else
..> [Timer Fired] "Inkasso benachrichtigen" <<Action>>
--> "end_2" <<End>>
@enduml | false | true | true | false | activity |
a2c03f4dfa45ecdf7eaafa05049c2a7b42a33d97 | 1e992cebb323e6f1bbddd1e23b6214f8806b7834 | /sip/EndToEnd/sip_flow_invite_sending_with_timer.puml | 8fe3d0567c7a259e54a07e143ef788b284c1da85 | [] | no_license | gongpengjun/code_diagrams | 006c66441ae26331d19a408912af01c84e1bd5f4 | 686a830f47e407ddc58e7f8003331ee4fca5975c | refs/heads/master | 2021-06-26T00:52:25.079556 | 2020-10-27T13:45:34 | 2020-10-27T13:45:34 | 166,416,838 | 0 | 1 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,078 | puml | @startuml
title SIP INVITE Sending Flow
skinparam monochrome true
autonumber "F00 "
hide footbox
skinparam BoxPadding 40
skinparam headerFontSize 14
'skinparam headerFontColor red
header SIP-0
box "caller"
participant "Invite Transaction Client" as UAC_ITC << UAC >>
end box
box "proxy"
participant "Invite Transaction Server" as Proxy_ITS << Server >>
participant "Invite Transaction Client" as Proxy_ITC << Server >>
end box
box "callee"
participant "Invite Transaction Server" as UAS_ITS << UAS >>
end box
'hnote over UAC_ITC: None
UAC_ITC ->x Proxy_ITS: INVITE
activate UAC_ITC
hnote over UAC_ITC: Calling
UAC_ITC -> UAC_ITC: start timer A (INVITE request retransmit)\n0.5s, 1s, 2s...32s
UAC_ITC -> UAC_ITC: start timer B (INVITE transaction timeout)\n32s
'hnote over Proxy_ITS: None
UAC_ITC -> Proxy_ITS: INVITE (timer A fired)
activate Proxy_ITS
hnote over Proxy_ITS: Proceeding
UAC_ITC <- Proxy_ITS: 100 Trying
hnote over UAC_ITC: Proceeding
note right of UAC_ITC: stop timer A
note right of UAC_ITC: stop timer B
UAC_ITC -> UAC_ITC: restart timer C (Caller call timeout)\n3mins(iOS)/1mins(Android)
'hnote over Proxy_ITC: None
Proxy_ITS -> Proxy_ITC: INVITE
activate Proxy_ITC
Proxy_ITC ->x UAS_ITS: INVITE
hnote over Proxy_ITC: Calling
Proxy_ITC -> Proxy_ITC: start timer A (INVITE request retransmit)\n0.5s, 1s, 2s...32s
Proxy_ITC -> Proxy_ITC: start timer B (INVITE transaction timeout)\n27.5s
'hnote over UAS_ITS: None
Proxy_ITC -> UAS_ITS: INVITE (timer A fired)
activate UAS_ITS
hnote over UAS_ITS: Proceeding
Proxy_ITC <- UAS_ITS: 180 Ringing
note right of Proxy_ITC: stop timer A
note right of Proxy_ITC: stop timer B
Proxy_ITC -> Proxy_ITC: restart timer C (proxy call timeout)\n5mins
note right of UAS_ITS: Ringing
hnote over Proxy_ITC: Proceeding
Proxy_ITS <- Proxy_ITC: 180 Ringing
UAC_ITC <- Proxy_ITS: 180 Ringing
note left of UAC_ITC: Ringing
== wait for HUMAN input ==
skinparam footerFontSize 14
'skinparam footerFontColor red
footer INVITE request is delivered hop-by-hop and stop retransmit after receiving provisional response(100/180)
@enduml | false | true | false | false | sequence |
8ced1f0446ac263472b9ba2bdacfdf3ffb565819 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/packages_single/MODULES_WEBBROWSER.puml | 5b2b8615381ee9cb31b54ebb93bb0eb30ef13b2d | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 3,207 | puml | @startuml MODULES_WEBBROWSER
skinparam monochrome true
'skinparam linetype ortho
skinparam classAttributeIconSize 0
left to right direction
hide empty fields
!startsub default
package "WEBBROWSER" #BFBFBF {
class WebBrowserModule
class WebBrowserModuleConfiguration
package "EVENTS" {
class ButtonClickEvent {
+ Button : string <<get>> <<set>>
+ URL: System.Uri
}
class CloseTabEvent
class FileDownloadEvent {
+ MIMEType : string <<get>> <<set>>
+ FileURL: System.Uri
}
class HoverEvent {
+ HoveredElement : string <<get>> <<set>>
}
class NavigationEvent
class OpenTabEvent
class SwitchTabEvent {
+ NewTabID: int <<get>> <<set>>
}
class TextInputEvent {
+ InputtedText : string <<get>> <<set>>
+ Textbox : string <<get>> <<set>>
}
class TextSelectionEvent {
+ SelectedText : string <<get>> <<set>>
}
abstract class WebBrowserEvent {
+ TabID: int <<get>> <<set>>
+ CurrentURL: System.Uri <<get>> <<set>>
}
}
package "PRODUCERS" {
class ButtonClickEventProducer
class CloseTabEventProducer
class FileDownloadEventProducer
class HoverEventProducer
class NavigationEventProducer
class OpenTabEventProducer
class SwitchTabEventProducer
class TextInputEventProducer
class TextSelectionEventProducer
abstract class WebBrowserEventProducer
}
}
' WebBrowser
abstract class Event
interface IModule
interface IConfiguration
IConfiguration <|-- WebBrowserModuleConfiguration
Event <|-- WebBrowserEvent
IModule <|.. WebBrowserModule
WebBrowserEventProducer <|- ButtonClickEventProducer
WebBrowserEventProducer <|- CloseTabEventProducer
WebBrowserEventProducer <|--- FileDownloadEventProducer
WebBrowserEventProducer <|-- HoverEventProducer
WebBrowserEventProducer <|--- NavigationEventProducer
WebBrowserEventProducer <|-- OpenTabEventProducer
WebBrowserEventProducer <|--- SwitchTabEventProducer
WebBrowserEventProducer <|--- TextInputEventProducer
WebBrowserEventProducer <|--- TextSelectionEventProducer
WebBrowserEvent <|---- ButtonClickEvent
WebBrowserEvent <|-- CloseTabEvent
WebBrowserEvent <|---- FileDownloadEvent
WebBrowserEvent <|-- HoverEvent
WebBrowserEvent <|---- NavigationEvent
WebBrowserEvent <|-- OpenTabEvent
WebBrowserEvent <|---- SwitchTabEvent
WebBrowserEvent <|-- TextInputEvent
WebBrowserEvent <|---- TextSelectionEvent
WebBrowserModule ..> WebBrowserModuleConfiguration : "uses"
WebBrowserModule ..> ButtonClickEventProducer : "uses"
WebBrowserModule ..> CloseTabEventProducer : "uses"
WebBrowserModule ..> FileDownloadEventProducer : "uses"
WebBrowserModule ..> HoverEventProducer : "uses"
WebBrowserModule ..> NavigationEventProducer : "uses"
WebBrowserModule ..> OpenTabEventProducer : "uses"
WebBrowserModule ..> SwitchTabEventProducer : "uses"
WebBrowserModule ..> TextInputEventProducer : "uses"
WebBrowserModule ..> TextSelectionEventProducer : "uses"
!endsub
@enduml
| false | true | false | false | class |
753d050ad5df1f484afc7bc46373d3f7ca9c3e07 | e8eb337a2b2cbe18456b321804020572e9315e71 | /docs/dcu.puml | 94f8f7f91493dc106a84e39a279eaa98dfd8977a | [] | no_license | AndreNguyen15/log210-systeme-gestion-bordereau-node-express-ts | a5f350f3b2b148bf126568f096d1b70fdc3c91db | f1ffe8aeb2dee99f55c6244596254497993a6651 | refs/heads/master | 2022-12-18T19:16:18.801218 | 2020-09-15T21:00:20 | 2020-09-15T21:00:20 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 758 | puml | @startuml
left to right direction
skinparam style strictuml
skinparam packageStyle rect
skinparam backgroundcolor transparent
skinparam defaultfontname Verdana
actor "Enseignant" as T
actor "Étudiant" as S
rectangle "Système" {
(Sauvegarder un résultat de devoir) as SRD #powderblue
(Sauvegarder un résultat de questionnaire) as SRQ #powderblue
(Récupérer les résultats d'un étudiant) as RRE #powderblue
(Récupérer les résultats d'un cour) as RRC #powderblue
(Effacer toute les notes) as EN #powderblue
(Récupérer la liste des cours) as RLC #powderblue
(Récupérer la liste des étudiants) as RLE #powderblue
(Login) as L
T -- L
S -- L
S -- SRD
S -- SRQ
T -- RRE
T -- RRC
T -- EN
T -- RLC
T -- RLE
}
@enduml
| false | true | true | false | usecase |
bccd79a4c2c7711db5dec0d668fa5a116b31efc5 | 973dcef38fb285cf4f14a2e937af23e26a05564b | /docs/Solution/Hybrid-Cloud/Storage/UserInteraction.puml | df7e32440ad8262ca5e1b061169af8790ec80a37 | [] | 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 | 140 | puml | @startuml
actor User
User -> "Hybrid Cloud/Storage": UseCase
"Hybrid Cloud/Storage" -> bin: bin-name()
bin -> sailsjs: bin/name()
@enduml
| false | true | false | false | sequence |
9aa80ba061b32110dc774a075439af884c2aeb84 | a49e5f0e798a935e41536bda9522096305c5e277 | /diagrams/dc_ambito_II.plantuml | 592fe3f78f91c4b1cfed6335b14b7b05839e3514 | [] | no_license | fiuba/algo3_uml_si_o_si | 8f9514df2f97d29312a9ecede611d379d884c28e | 90a137a51efcabc3b678b335ef498f0d3b710357 | refs/heads/master | 2023-04-13T10:24:55.552593 | 2021-04-29T21:41:54 | 2021-04-29T21:44:15 | 362,944,660 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 222 | plantuml | @startuml
skinparam classAttributeIconSize 0
class Nombre {
- {static} atributoUno : ClaseX
- atributoDos : ClaseY
+ metodoA() : ClaseY
+ {static} metodoB(param : ClaseZ) : void
}
@enduml
| false | true | false | false | class |
552c9f655e206b311c5f2bb12fbd8918884502e3 | 740ec837551b09f09677854163ecd30ba6ea3cb7 | /documents/sd/plantuml/application/BrowserExtension/BackGround/ListenerManager.puml | 0476fc18ada45129a2a33730a5f3de40c69e880e | [
"MIT"
] | permissive | insightmind/MORR | 913c0c16d14745cbde40af07322ca339a0373f32 | 0830f2155fb3b32dc127587e07cbd780deb0e118 | refs/heads/develop | 2020-12-08T00:23:17.488431 | 2020-04-05T20:50:44 | 2020-04-05T20:50:44 | 232,827,908 | 5 | 1 | MIT | 2020-04-05T20:55:27 | 2020-01-09T14:28:48 | HTML | UTF-8 | PlantUML | false | false | 423 | puml | @startuml
skinparam linetype ortho
skinparam monochrome true
skinparam classAttributeIconSize 0
class ListenerManager {
+ ListenerManager(callback : (Shared.BrowserEvent) => void, configurationString? : string)
+ startAll()
+ stopAll()
}
ListenerManager "1" *-- "0..*" IListener
interface IListener {
+ IListener(callback : function(BrowserEvent) : void)
+ start() : void
+ stop() : void
}
@enduml
| false | true | false | false | class |
2db2983fce8dbe9c7ddcccb36f2d156311eb2e0a | d2c96f969cd4a57d2fef25280205e11be26a64b4 | /de.gematik.ti.utils/doc/plantuml/TIUTILS/primitives.plantuml | 990ee6ffc699ac06d53eb9cda970d5a5e167b2a2 | [
"Apache-2.0"
] | permissive | gematik/ref-Ti-Utils | cfe9a03769e801529bf652528828083f0cc767b1 | be995beba79613c5242be9c5388952c7816782e5 | refs/heads/master | 2022-01-15T08:47:41.366276 | 2022-01-07T07:23:43 | 2022-01-07T07:23:43 | 232,986,325 | 1 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 417 | plantuml | @startuml
namespace de.gematik.ti.utils.primitives {
class de.gematik.ti.utils.primitives.Bytes {
{static} - LOG : Logger
{static} - PAD : byte
{static} + bigIntToByteArray()
{static} + concatNullables()
{static} + copyByteArray()
{static} + padData()
{static} + unPadData()
# Bytes()
}
}
@enduml
| false | true | false | false | class |
257512823a2667eedf44d97b701cacd64fa8603b | ead42582173e22dc958d9ae74cfce6e819be39cb | /src/cleonproject.deliverables.architecture.model.architecture/src/cleon.architecturemethods.arc42.sample/img/cleon_architecturemethods_arc42_sample_arc42/Fachliches_Kontext_Diagramm.puml | a7cd9ae502f177e658dd6dee52f1cd6b74c5406d | [] | no_license | marcozwyssig/cleon | 6c66c6f55625f07a22c7e59b3f4989fa93aad324 | 1318b835dd584f11b51de41ad0ac10a3584bbb47 | refs/heads/master | 2023-08-05T15:14:30.350527 | 2023-07-28T13:45:42 | 2023-07-28T13:45:42 | 17,729,102 | 0 | 4 | null | 2016-03-10T15:57:31 | 2014-03-13T23:09:40 | Java | UTF-8 | PlantUML | false | false | 483 | puml | @startuml
skinparam monochrome true
skinparam componentStyle uml2
actor Player__F_A as "Player A"
actor Player__F_B as "Player B"
component Chess as "Chess" <<SoftwareSystem>>
Chess -up-> Player__F_A : gets
Player__F_A -down-> Chess : interacts
Player__F_B -down-> Chess : interacts
' Begin Protected Region [[layouting]]
' End Protected Region [[layouting]]
@enduml
// Actifsource ID=[dc5bfacd-eaac-11e8-88d3-bfc6b992bdec,73695871-fa3e-11e8-af47-e5bdd8100025,Hash]
| false | true | false | false | sequence |
2e672e12b251f6f1bdec10d1e17951f78fe57614 | 8170950413b0f627360cb16a1712972232558681 | /class-diagram.puml | 6b1434aac581d5188b1a3bf7ebf9cde8f4cd5dce | [
"MIT"
] | permissive | furkan-tan/tryp | 6c8f00ec8f4083c5f0887fe85b265f212922e607 | 740e0382e6157e2a5eedd03010a56c495002cb7c | refs/heads/main | 2023-07-04T19:24:31.921867 | 2021-08-13T11:35:57 | 2021-08-13T11:35:57 | 382,844,424 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,033 | puml | @startuml Tryp
class Passenger <<Entity>>{
+id:String
+name:String
+surname:String
+email:String
+phone:Number
+profilePicture:String
+ratingHistory:Number[]
+rating:Number
+currentTrip:Trip
+upcomingTrips:Trip[]
+tripHistroy:Trip[]
+cards:Card[]
+bookTrip(Trip)
+cancelTrip(Trip)
+updateProfilePicture(String)
+addCard(Card)
+rateDriver(Driver)
+printTripHistory()
+printUpcomingTrips()
+printCurrentTrip()
}
class Driver <<Entity>>{
+id:String
+name:String
+surname:String
+email:String
+phone:Number
+profilePicture:String
+drivingLicense:String
+ratingHistory:Number[]
+rating:Number
+currentTrip:Trip
+upcomingTrips:Trip[]
+tripHistory:Trip[]
+vehicles:Vehicle[]
+addVehicle(Vehicle)
+removeVehicle(Vehicle)
+createTrip(Trip)
+editTrip(Trip)
+cancelTrip(Trip)
+ratePassenger(Passenger)
+startTrip(Trip)
+completeTrip()
+printTripHistory()
+printUpcomingTrips()
+printCurrentTrip()
}
class Vehicle <<Value Object>>{
+id:String
+brand:String
+model:String
+year:Number
+availableSeat:Number
+availableSeat:Number
}
class Car <<Value Object>>{
}
class Motorcycle <<Value Object>>{
}
class Van <<Value Object>>{
}
class Trip <<Entity>>{
+id:String
+driver:Driver
+vehicle:Vehicle
+passengers:Passenger[]
+createdAt:Date
+tripDate:Date
+from:String
+destination:String
+price:Number
+status:TripStatus
+print()
}
enum TripStatus{
+AVAILABLE
+BOOKED
+IN_PROGRESS
+FINISHED
+CANCELLED
}
class Card <<Value Object>>{
+name:String
+cardNumber:Number
+expirationMonth:Number
+expirationYear:Number
+cvv:Number
+type:CardType
}
enum CardType{
+CREDIT_CARD
+DEBIT_CARD
+GIFT_CARD
}
Driver "1" *-- "many" Vehicle
Passenger "1" *-- "many" Card
Car -up-|> Vehicle
Van -up-|> Vehicle
Motorcycle -up-|> Vehicle
@enduml | false | true | false | false | class |
df65706bf0f7d2163d952d81c3dec1a4b3f36b41 | a6ab6749bfc143b592cdbda3c795bfbe2da65d29 | /doc/design/system.plantuml | d28edc34e5200c41bbc9ce58eef180c6cd0c617c | [
"MIT"
] | permissive | mizbit/esp-rgb-led-matrix | 52502dac21044179f12180ffe8228ce733870ea7 | 7ee5cf7d0c3bfc4d4d236a33fda7aa0dca2ab802 | refs/heads/master | 2021-03-02T20:48:13.453460 | 2020-03-08T21:50:57 | 2020-03-08T21:50:57 | 245,904,451 | 1 | 1 | null | 2020-03-08T23:24:58 | 2020-03-08T23:24:58 | null | UTF-8 | PlantUML | false | false | 1,063 | plantuml | @startuml
title ESP-RGB-LED Matrix
component "Ext. Power Supply" as extPowerSupply
interface "Vcc" as iVcc
package "Housing" {
package "PCB" as pcb {
package "Power Supply Protection" {
component "Overcurrent protection" as ocp
component "Inverse connection protection" as icp
component "Overvoltage protection" as ovp
}
package "ESP32 DevKitV1 connector" {
component "ESP32 DevKitV1" as esp32
}
interface "JTAG" as iJtag
esp32 -u- iJtag
}
component "LED matrix" as ledMatrix
component "User Button" as userButton
component "Reset Button" as resetButton
component "Ambilight sensor" as ambilightSensor
}
extPowerSupply --( iVcc
iVcc -- ocp
ocp -- icp
icp -- ovp
ovp -r- esp32: Vcc_protected
ovp -- ledMatrix: Vcc_protected
esp32 -- ledMatrix: data
esp32 -- userButton: input
esp32 -- resetButton: reset
esp32 -- ambilightSensor: control brightness
@enduml | false | true | false | false | class |
c45b076dbefa27803718e606b9f28c463bc3bbce | f83f4b7544b2aa5ad7788cfb5fb310b7e0bf4378 | /AOC/TP1/M3/UpdateAsync2.puml | fed0413117ed9544249df2131310b8e5f5ad9caf | [] | no_license | malahx/ISTIC | dc3d65b75e6bae6b5f9bd1e0740770501eb2ef0f | 98e076592b39b18b3d8d5148a74ff29006f01092 | refs/heads/master | 2021-07-12T20:30:32.247849 | 2019-02-16T09:05:23 | 2019-02-16T09:05:23 | 148,325,439 | 1 | 4 | null | null | null | null | UTF-8 | PlantUML | false | false | 453 | puml | @startuml
box "Scheduler"
participant "s : Scheduler" as s
end box
box "Method Invocation"
participant "mi : UpdateCallable" as mi
end box
box "Servant"
participant "m: Monitor" as m
end box
box "Future"
participant "f : Future" as f
end box
activate m
activate s
s -> mi: call()
activate mi
mi -> m: update(g)
== Go to getValueAsync1 ==
deactivate mi
m --> mi
activate mi
mi --> s
deactivate mi
s -> f: setDone()
activate f
deactivate f
@enduml | false | true | false | false | sequence |
f50f50c9d60bbf3bf0bdd30db5fb6f570c6e73c7 | c11f5643d266acb543cd5e98d688abab0b1a896b | /test/sequence.puml | e5cb46bade39f8852de89be02ffb518bebe1cf7f | [
"MIT"
] | permissive | raccy/language-plantuml | be65551e4446f606135ca622c67227c88ea07d6d | 962a6f2f86be4c0ce53b81b4f7eb3e1d1d50e304 | refs/heads/master | 2021-01-18T23:27:10.643221 | 2017-01-22T05:51:22 | 2017-01-22T05:51:22 | 27,618,594 | 6 | 5 | null | 2017-01-22T05:51:23 | 2014-12-06T02:01:54 | CoffeeScript | UTF-8 | PlantUML | false | false | 1,231 | puml | @startuml
hide footbox
title
Sequence diagram title
on several lines
end title
participant A as "nonono"
participant B as "toto"
A -> B: ok!
A o-[#555]->x "xB": hello
|||
create actor test as "test"
test ->]: nono!
||55||
activate test #ccc
deactivate test
[->x "tust": ""maybe""
tust x<-o]: okk
note left
This is **bold**
end note
@enduml
@startuml
participant Alice
actor Bob
ref over Alice, Bob: init
Alice -> Bob : hello
ref over Bob , Alice
This can be on
several lines
end ref
@enduml
@startuml
participant Alice
participant "The **Famous** Bob" as Bob
Alice -> Bob : hello --there--
... Some ~~long delay~~ ...
Bob -> Alice : ok
note left
This is **bold**
This is //italics//
This is ""monospaced""
This is --stroked--
This is __underlined__
This is ~~waved~~
end note
Alice -> Bob : A //well formatted// message
note right of Alice
This is <back:cadetblue><size:18>displayed</size></back>
__left of__ Alice.
end note
note left of Bob
<u:red>This</u> is <color #118888>displayed</color>
**<color purple>left of</color> <s:red>Alice</strike> Bob**.
end note
note over Alice, Bob
<w:#FF33FF>This is hosted</w> by <img sourceforge.jpg>
end note
@enduml
| false | true | false | false | sequence |
feb476a4db494e4f3d404bd4a1efed7697ab45cc | 304a78f676c311b54190672c51530c87ce067b8d | /HW5/hw5ClassDiagram.puml | 1876da883577f97420f2f7a232086588659fe7d7 | [] | no_license | TurkerTercan/Data-Structures | eb21cd7a323bf1018108d676f589038de812a50d | 18da9c73e2ba4171036c94ee1c9b14723efde95f | refs/heads/main | 2023-06-10T21:54:51.984209 | 2021-07-05T20:49:44 | 2021-07-05T20:49:44 | 383,256,819 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 3,496 | puml | @startuml
interface DataInterface<E> {
+isAlone() : boolean
+increase() :
+decrease() :
+getValue() : int
+getCount() : int
}
class AgeData {
+age : int
+people : int
+isAlone() : boolean
+increase() :
+decrease() :
+getValue() : int
+getCount() : int
+toString() : String
}
class BinaryTree<E>{
#root : Node<E>
+getLeftSubtree() : BinaryTree<E>
+getRightSubtree() : BinaryTree<E>
+getData() : E
+isLeaf() : boolean
+toString() : String
-preOrderTraverse(Node<E>, int, StringBuilder) :
+{static}readBinaryTree(Scanner): BinaryTree<String>
}
class Node<E>{
#data : E
#left : Node<E>
#right : Node<E>
+toString() : String
}
interface SearchTree{
+add(E) : boolean
+contains(E) : boolean
+find(E) : E
+delete(E) : E
+remove(E) : boolean
}
class BinarySearchTree<E extends Comparable<E>> {
#addReturn : boolean
#deleteReturn : E
+add(E) : boolean
-add(Node<E>, E) : Node<E>
+contains(E) : boolean
-contains(Node<E>, E) : boolean
+find(E) : E
-find(Node<E>, E) : E
+delete(E) : E
-delete(Node<E>, E) : Node<E>
#findLargestChild(Node<E>) : E
+remove(E) : boolean
}
class FileSystemTree{
#root : FileNode
#removeScan : Scanner
+addDir(String) :
-addDir(String[], FileNode, int) :
+addFile(String) :
-addFile(String[], FileNode, int) :
+toString() : String
+printFileSystem() :
-print(FileNode, StringBuilder, int) :
+remove(String) :
-remove(String[], FileNode, int) :
-moveElements(FileNode, FileNode) :
-removeElements(FileNode) :
-search(FileNode, FileNode, String) :
-printNode(FileNode, FileNode, ArrayList<String>) :
}
#class FileNode{
#data : String
#nodes : FileNode[]
#capacity : int
#used : int
#isFile : boolean
+isFile() : boolean
+hasCapacity() : boolean
+resize() :
+toString() : String
+removeNode(int) :
}
class ExpressionTree{
-isPostFix : boolean
-{static} OPERATORS : String
+{static} readBinaryTree(Scanner) : BinaryTree<String>
+{static} isOperator(char) : boolean
-reverseString(String) : String
+toString() : String
+toString2() : String
-preOrderTraverse(Node<String>, StringBuilder) :
-postOrderTraverse(Node<String>, StringBuilder) :
+eval() : int
-operate(char, int, int) : int
-evalPrefix(Node<String>) : int
-{static} isNumber(String) : boolean
-evalPostfix(Node<String>) : int
}
class SyntaxErrorException{
}
class AgeSearchTree<E extends DataInterface>{
-isFound : boolean
-size : int
+add(E) : boolean
-add(Node<E>, E) : Node<E>
+delete(E) : E
-delete(Node<E>, E) : Node<E>
+remove(E) : boolean
+youngerThan(int) : int
-youngerThan(Node<E>, int) : int
-countChildren(Node<E>) : int
+olderThan(int) : int
+toString() : String
-preOrderTraverse(Node<E>, StringBuilder) :
}
class MaxHeap<E extends DataInterface>{
-table : ArrayList<E>
-comparator : Comparator<E>
+add(E) :
+remove(int) :
-getIndex(int) : int
-compare(int, int) : int
-swap(int, int) :
+find(E) : E
+youngerThan(int) : int
+olderThan(int) : int
+toString() : String
}
class MyComparator<E extends DataInterface>{
+compare(E, E) : int
}
interface Comparator
MaxHeap <|-- DataInterface
MyComparator <|-- DataInterface
MyComparator <|.. Comparator
MaxHeap *-- MyComparator
AgeSearchTree <|-- BinarySearchTree
ExpressionTree *-- SyntaxErrorException
SyntaxErrorException <|-- Exception
ExpressionTree <|-- BinaryTree
FileSystemTree *-- FileNode
BinarySearchTree <|-- BinaryTree
BinarySearchTree <|.. SearchTree
interface Serializable
BinaryTree *-- Node
BinaryTree <|.. Serializable
Node <|.. Serializable
interface Comparable<E>
DataInterface <|-- Comparable
AgeData <|.. DataInterface
@enduml | false | true | false | false | class |
e227b84dcb24ab2ad2124b41d81489e16dae3eb5 | ae6efa0d4bfea3710ec83daf11b03a45022a3547 | /static/puml/CIS.puml | 87be7d224e85ea238cec5d8dd55e7811bd35f086 | [] | no_license | VirtualReality1/topologieSpringBoot | 4cf4c1f11893ba1fde03334f04cc44d5fee923df | 0a80280f6d98ff23ca27f1fb8f48d372d3b73516 | refs/heads/master | 2023-06-06T22:05:06.346606 | 2021-06-30T15:21:47 | 2021-06-30T15:21:47 | 376,665,774 | 0 | 0 | null | 2021-06-30T15:21:48 | 2021-06-14T00:20:31 | Java | UTF-8 | PlantUML | false | false | 1,846 | puml | @startuml
object CIS
object KommServer
KommServer : ID : 0
KommServer : Name: Mirth
KommServer : Version :2.0
KommServer : OS: Windows Server 2020
KommServer : IP: 172.17.233.138
KommServer : Server: V-BIT-MIR-0001
object CMS
CMS : ID : 2
CMS : Name: Hydmedia
CMS : Version :3.6
CMS : OS: Microsoft Windows Embedded
object communication_5
communication_5 : Name : MDM
communication_5 : ID : 4
communication_5 : Channel : HTTP
communication_5 : Comtype : HL7 v3
object communiction_1
communiction_1 : Name : MDM
communiction_1 : ID : 0
communiction_1 : Channel : FTP
communiction_1 : Comtype : HL7 v2
KommServer --|> communiction_1
communiction_1 --|> CMS
communiction_1 : Segment : MSH
object LIS
LIS : ID : 1
LIS : Name: IXSERV
LIS : Version :1,5
LIS : OS: Windows Server 2020
LIS : IP: 172.17.233.136
LIS : Server: ixserv_cardio
object communication_2
communication_2 : Name : MDM
communication_2 : ID : 1
communication_2 : Channel : HTTP
communication_2 : Comtype : HL7 v3
KommServer --|> communication_2
communication_2 --|> LIS
communication_2 : Segment : MSH
object communication_4
communication_4 : Name : ADT
communication_4 : ID : 3
communication_4 : Channel : HTTP
communication_4 : Comtype : HL7 v3
KommServer --|> communication_4
communication_4 --|> CIS
communication_4 : Segment : EVN
object AIS
AIS : ID : 7
AIS : Name: Maris
AIS : Version :8
AIS : OS: Windows
object communication_9
communication_9 : Name : ADT
communication_9 : ID : 8
communication_9 : Channel : HTTP
communication_9 : Comtype : HL7 v3
KommServer --|> communication_9
communication_9 --|> AIS
communication_9 : Segment : EVN
CIS --|> communication_5
communication_5 --|> KommServer
communication_5 : Segment : MSH
CIS : ID : 3
CIS : Name: Cardiobase
CIS : Version :8
CIS : OS: Windows Server 2020
CIS : IP: 172.17.233.30
CIS : Server: Cardiobase_SERVER
@enduml | false | true | false | false | class |
92af02e0dc8aff7f08230b648bf9301d261dae68 | f12cda9a8bd887e1ac151257ac672f6b26e2dfc6 | /src/com/jambit/onboarding2020/tbrpg/domain/Item/Item.plantuml | 209ff64ccccc9d24d92c22d3a698ffbbdb9c2bab | [
"Apache-2.0"
] | permissive | jambit/onboardingphase2020_TextbasedRPG | 04f81709ae0b03cd39d0da8b17b578b1d5f9d0b0 | 116c8db39f34ea28b05fbddde8cd133d83928811 | refs/heads/Development | 2022-12-28T13:36:26.169235 | 2020-09-25T11:28:01 | 2020-09-25T11:28:01 | 294,055,805 | 2 | 0 | Apache-2.0 | 2020-09-25T11:29:12 | 2020-09-09T08:49:20 | Java | UTF-8 | PlantUML | false | false | 2,601 | plantuml | @startuml
title __ITEM's Class Diagram__\n
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Item {
interface com.jambit.onboarding2020.tbrpg.domain.Item.Consumable {
{abstract} + consume()
}
}
}
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Item {
class com.jambit.onboarding2020.tbrpg.domain.Item.EscapeRope {
+ EscapeRope()
+ consume()
}
}
}
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Item {
class com.jambit.onboarding2020.tbrpg.domain.Item.HealthPotion {
+ HealthPotion()
+ consume()
}
}
}
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Item {
class com.jambit.onboarding2020.tbrpg.domain.Item.Item {
- lore : String
- name : String
- sellValue : int
+ Item()
+ Item()
+ getLore()
+ getName()
+ getSellValue()
+ setLore()
+ setName()
+ setSellValue()
+ toString()
}
}
}
namespace com.jambit.onboarding2020.tbrpg {
namespace domain.Item {
class com.jambit.onboarding2020.tbrpg.domain.Item.Weapon {
- atkDamage : int
- critChance : double
- hitChance : double
+ Weapon()
+ getAtkDamage()
+ getCritChance()
+ getHitChance()
+ setAtkDamage()
+ setCritChance()
+ setHitChance()
+ toString()
}
}
}
com.jambit.onboarding2020.tbrpg.domain.Item.EscapeRope .up.|> com.jambit.onboarding2020.tbrpg.domain.Item.Consumable
com.jambit.onboarding2020.tbrpg.domain.Item.EscapeRope -up-|> com.jambit.onboarding2020.tbrpg.domain.Item.Item
com.jambit.onboarding2020.tbrpg.domain.Item.EscapeRope o-- com.jambit.onboarding2020.tbrpg.domain.Player.Player : player
com.jambit.onboarding2020.tbrpg.domain.Item.HealthPotion .up.|> com.jambit.onboarding2020.tbrpg.domain.Item.Consumable
com.jambit.onboarding2020.tbrpg.domain.Item.HealthPotion -up-|> com.jambit.onboarding2020.tbrpg.domain.Item.Item
com.jambit.onboarding2020.tbrpg.domain.Item.HealthPotion o-- com.jambit.onboarding2020.tbrpg.domain.Player.Player : player
com.jambit.onboarding2020.tbrpg.domain.Item.Weapon -up-|> com.jambit.onboarding2020.tbrpg.domain.Item.Item
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 |
cad3d08ee9dbe914eafd210e9a29275f0177e661 | ec6497ddaac12466826b27045136058aff4875db | /docs/uml/ReactComponents.puml | 307ab1fb614a3d3a5d73f7a9016edf1c11b4cb3a | [] | no_license | zihan9485/pet-social | 43c56415feea05816b1e6539bb29931e782325c7 | 1d320c73e49c2889259bd5f0bbef93467674c7a8 | refs/heads/main | 2023-07-03T07:10:00.595925 | 2021-08-16T11:41:16 | 2021-08-16T11:41:16 | null | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 1,668 | puml | @startuml
hide circle
skinparam classAttributeIconSize 0
class App
class LoggedIn
class LoggedOut
class ProfilePage
class OtherUsersProfilePage
class ProfileTabs
class FriendList
class Pet
class OtherUsersPet
class AddPet
class SettingsPage
class PostsContainer
class Playgroups
class PlaygroupForm
class PlaygroupInfo
class Shop
class Post
class SubmitComment
class SubmitPost
class AccountSettings
class NotificationsSettings
class PrivacySettings
class Chat
class Login
class ResetPassword
class Signup
class TopBar
class SideBar
class RightNotificationBar
class RightChatBar
class Notifications
class Message
App -->"1" LoggedIn
App -->"1" LoggedOut
LoggedOut -->"1" Login
LoggedOut -->"1" Signup
LoggedOut -->"1" ResetPassword
LoggedIn -->"1" PostsContainer
LoggedIn -->"1" ProfilePage
LoggedIn -->"1" OtherUsersProfilePage
LoggedIn -->"1" SettingsPage
LoggedIn -->"1" Playgroups
LoggedIn -->"1" Shop
ProfilePage --> "1" ProfileTabs
ProfilePage --> "1" FriendList
ProfilePage --> "1" Pet
ProfilePage --> "1" AddPet
OtherUsersProfilePage --> "1" OtherUsersPet
ProfileTabs --> "1" Post
Playgroups --> "1" PlaygroupForm
Playgroups --> "1" PlaygroupInfo
SettingsPage --> "1" AccountSettings
SettingsPage --> "1" NotificationsSettings
SettingsPage --> "1" PrivacySettings
PostsContainer --> "1" SubmitPost
PostsContainer --> "0...*" Post
Post --> "0...*" Comment
Post --> "0...1" SubmitComment
TopBar --> "1" SideBar
TopBar --> "1" RightNotificationBar
TopBar --> "1" RightChatBar
TopBar --> "1" Notifications
Notifications --> "0...1" FriendList
Notifications --> "0...1" Post
RightChatBar --> "0...*" Chat
Chat --> "0...*" Message
LoggedIn --> "1" TopBar
@enduml | false | true | false | false | class |
aea40361b57c8a11397e1933c696f2e3ac851894 | 4e1c09ee5238da28a2ef839d5b3db1b411575f77 | /docs/diagram.puml | 2277fee4e6aaca4617d42d8f98c5b5879d2a70a3 | [
"MIT"
] | permissive | nzhulikov/alesis-templater | e6ee7cd6ede4ed906b74331b175e3e3939a3847a | 14b2b9c8ff04ed5838d58cf02bae138086937654 | refs/heads/master | 2023-03-10T18:36:38.389656 | 2021-02-19T23:47:39 | 2021-02-19T23:47:39 | 271,061,553 | 0 | 0 | null | null | null | null | UTF-8 | PlantUML | false | false | 2,370 | puml | @startuml
package Model {
+class Preset {
+ Data: IReadOnlyCollection<byte>
+ <<create>> Preset(data: byte[])
}
+enum DeviceInputType {
Pads
Keys
ModWheel
PitchBend
}
+class PresetSpec {
- deviceInputSpecs: List<DeviceInputSpec>
+ DeviceInputSpecs: IReadOnlyCollection<DeviceInputSpec>
+ AddChannelIndices(type: DeviceInputType, indices: IReadOnlyCollection<int>))
}
+class DeviceInputSpec {
+ Type: DeviceInputType
+ ChannelIndices: IReadOnlyCollection<int>
}
+class TemplatingRules {
+ UseChannels: IReadOnlyCollection<int>
+ InputTypes: IReadOnlyCollection<DeviceInputType>
}
}
package Filesystem {
+class PresetSpecFileManager {
+ LoadPresetSpecAsync(path: string): Task<PresetSpec>
+ SavePresetSpecAsync(path: string, spec: PresetSpec): Task
}
+class PresetFileManager {
+ LoadPresetAsync(path: string): Task<Preset>
+ SavePresetAsync(path: string, template: Preset): Task
}
}
package Specs {
~class PresetDiff {
+ Indices: IReadOnlyCollection<int>
+ <<create>> PresetDiff(indices: IReadOnlyCollection<int>)
}
~class PresetsComparer {
+ ComparePresets(t1: Preset, t2: Preset): PresetDiff
}
interface IPresetSpecBuilder {
+ WithDeviceInputType(type: DeviceInputType): DeviceInputSpecBuilder
+ Build(): PresetSpec
}
-class DeviceInputSpecBuilder implements IPresetSpecBuilder {
- parentInstance: IPresetSpecBuilder
+ SetChannelIndicesDiff(preset: Preset) : DeviceInputSpecBuilder
+ WithDeviceInputType(type: DeviceInputType): DeviceInputSpecBuilder
+ Build(): PresetSpec
}
~class PresetSpecBuilder implements IPresetSpecBuilder {
- draft: PresetSpec
+ CreateFrom(base: Preset)
+ WithDeviceInputType(type: DeviceInputType): DeviceInputSpecBuilder
+ Build(): PresetSpec
}
PresetSpecBuilder <.. DeviceInputSpecBuilder
}
package Templating {
+class PresetsGenerator {
+ Generate(template: Preset, rules: IReadOnlyCollection<TemplatingRules>): List<Preset>
}
~class PresetBuilder {
+ CreateFrom(template: Preset)
+ SetChannel(channel: int, input: DeviceInputType): PresetBuilder
+ Build(): Preset
}
}
@enduml | false | true | false | false | class |
058f0122534105bda18e5ed7c47462eb4cb02101 | 124b894a3ef93319757b58a1fd24ff43d69e7186 | /docs/uml/list object.puml | f492f74dee91d3dd736dd9434ff0b5a45d5cfeb6 | [
"MIT"
] | permissive | 0chain/gosdk | 614cc6079609f0a02aefc37f9ef5d3e2164317ff | acf2724b91db051ea886b20f991cf4a34a48665c | refs/heads/staging | 2023-08-31T22:49:21.221247 | 2023-08-16T15:16:35 | 2023-08-16T15:16:35 | 191,593,548 | 30 | 36 | MIT | 2023-09-14T19:54:49 | 2019-06-12T15:04:03 | Go | UTF-8 | PlantUML | false | false | 1,645 | puml | @startuml
participant "<size:20><&terminal></size> ./zbox list" as cli
collections gosdk
collections blobber
alt not empty remotepath
cli -> gosdk: GetAllocation(allocationID)
cli -> gosdk: ListDir(remotepath)
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: check valid path
gosdk -> gosdk: create a new map of list result
group for each blobber (blobber, bidx)
gosdk -> blobber: call http request to get list info
alt successful status code
blobber --> gosdk: return to map of list result
end
end
group for each element of list result (list result, idx)
gosdk -> gosdk: get result from element
group for each childrend of element(list result, idx)
gosdk -> gosdk: increase consensus
gosdk -> gosdk: check threshold consensus
end
end
alt not empty result
gosdk -> cli: return result
end
else not empty authticket
cli -> gosdk: GetAllocationFromAuthTicket(authticket)
cli -> gosdk: InitAuthTicket(authticket)
cli -> gosdk: ListDirFromAuthTicket(authticket, lookuphash)
gosdk -> gosdk: check initialized allocation
gosdk -> gosdk: get auth ticket from authticket
gosdk -> gosdk: check valid hash
gosdk -> gosdk: create a new map of list result
group for each blobber (blobber, bidx)
gosdk -> blobber: call http request to get list info
alt successful status code
blobber --> gosdk: return to map of list result
end
end
group for each element of list result (list result, idx)
gosdk -> gosdk: get result from element
group for each childrend of element(list result, idx)
gosdk -> gosdk: increase consensus
gosdk -> gosdk: check threshold consensus
end
end
alt not empty result
gosdk -> cli: return result
end
end
@enduml
| false | true | false | false | sequence |
943d611f4525286325c9630849b648e686e8b775 | 6a6e92ffad3161e2fce6fc74ea96ac9354c66637 | /src/uml/base-level-manager-system-component.puml | 1f7b76ba454c1ed8382f19591e7a2e6d7d5f1301 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | search-cloud/spring-boot-cloud-microservices-docker | ac4363b844f217fa80982c94cd1688a912ce4800 | 7e09a4b3ff04548e34b5e04ead054e8de674eb70 | refs/heads/master | 2021-07-08T07:58:34.387474 | 2018-10-29T15:20:14 | 2018-10-29T15:20:14 | 110,517,124 | 0 | 0 | Apache-2.0 | 2018-10-29T15:20:16 | 2017-11-13T07:55:10 | Java | UTF-8 | PlantUML | false | false | 432 | puml | @startuml
package "Email System" {
[Email Web App] --> [Email Service]
}
package "Account System" {
[Account Web App] --> [Account Service]
}
package "Ops System" {
[Config Service]
[Registry Service]
[Monitor Service]
[Config]
}
package "Data System" {
[Data Report] --> [Data Service]
[DataFlow Service]
}
package "Content System" {
[CMS Service]
[Click Web]
[assets]
}
@enduml | false | true | false | false | uml-unknown |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.