visionforge/docs/uml/prototypes.puml

14 lines
250 B
Plaintext
Raw Normal View History

2021-02-16 14:49:15 +03:00
@startuml
package "VisionGroup" {
package "Prototypes"{
[Prototype]
package "Prototype group"{
[Prototype Ref] --> [Prototype]
}
}
package "Child group"{
[Ref] --> [Prototype Ref]
}
}
@enduml