Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option: Representing dependencies of structures within the same package in a UML class diagram #165

Open
GenkiHirano opened this issue Apr 21, 2024 · 0 comments

Comments

@GenkiHirano
Copy link

GenkiHirano commented Apr 21, 2024

I want to express the dependencies of structures within the same package in a URL diagram.
I would be happy if you implement it.

package model

type Address struct {
	postalCode      postalCode
	prefecture      string    
	city            string   
	streetAndNumber string
	buildingAndRoom string
}

type postalCode struct {
	string
}
@GenkiHirano GenkiHirano changed the title Adding options/Representing dependencies of structures within the same package in a UML class diagram Add option: Representing dependencies of structures within the same package in a UML class diagram Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant