eMoflon / emoflon-neo

A Neo4j-based implementation of eMoflon
Eclipse Public License 2.0
6 stars 2 forks source link

[Vis] In-node attribute conditions should be visualised #173

Closed anthonyanjorin closed 5 years ago

anthonyanjorin commented 5 years ago

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?

maxischm commented 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: image Or do you mean something else or have a particular case where it is not visualized? Abbreviating the length of strings definitely makes sense.

anthonyanjorin commented 5 years ago

I think this is just missing for triple rules?

maxischm commented 5 years ago

As far as I can see, the operators are visualized

maxischm commented 5 years ago

I still have to add the length limiter for Strings.