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 support for independent set/get visibility/access of fields/properties in class diagrams #15

Open
mwhincup opened this issue Mar 17, 2018 · 1 comment
Labels
question Further information is requested

Comments

@mwhincup
Copy link

Matlab allows you to independently define the get access (visibility) and the set access of a property.
Using the example from the plantuml documentation, one could specify, e.g.
public get access and protected set access for field1
and
protected get access and private set access for field2
thus:

@startuml

class Dummy {
 +#field1
 #-field2
 ~method1()
 +method2()
}

@enduml
@arnaudroques
Copy link
Contributor

I'm not sure to understand the request, here.

@arnaudroques arnaudroques added the question Further information is requested label Mar 19, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants