Closed anthonyanjorin closed 5 years ago
I don't know exactly what you mean we should visualize. Do you mean the operator of an attribute when we visualize the nodeblock? For example: Or do you mean something else or have a particular case where it is not visualized? Abbreviating the length of strings definitely makes sense.
I think this is just missing for triple rules?
As far as I can see, the operators are visualized
I still have to add the length limiter for Strings.
for nodes with attribute conditions such as
.name = "foo"
and similar, we could and should visualise this with PlantUML.It would make sense, however, to set a max limit for the length of the string and abbreviate it as necessary (see StringUtils for nice methods to do this with).
The max length could be perhaps 2* the length of the name of the node?