mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
19 lines
370 B
Plaintext
19 lines
370 B
Plaintext
@startuml
|
|
|
|
hide empty members
|
|
hide circle
|
|
|
|
interface RunProfile
|
|
interface ConfigurationType
|
|
abstract class ConfigurationFactory
|
|
interface RunConfiguration
|
|
abstract class SettingsEditor
|
|
|
|
|
|
ConfigurationType *-- "*" ConfigurationFactory
|
|
ConfigurationFactory --> RunConfiguration: creates
|
|
RunConfiguration o-- "0..*" SettingsEditor
|
|
RunConfiguration -l|> RunProfile
|
|
|
|
@enduml
|