Relation with class components

0 votes
asked Jan 21, 2015 in Closed feature request by anonymous
Hello, and sorry for my noob question and weak english.

In example, watch on this:

@startuml

class ClassA {

dataOne

dataTwo

}

class ClassB {

dataThree

dataFour

}

@enduml

How can i create relation with dataOne and dataFour ?

2 Answers

0 votes
answered Jan 21, 2015 by plantuml (295,000 points)
Hello,

You cannot create a relation with dataOne and dataFour.

You can only have relation between ClassA and ClassB.

This feature is in the TODO list, but it's quite difficult to implement, so we have not worked on this subject yet.

Sorry about that!
commented Jan 21, 2015 by anonymous
thank you =)
0 votes
answered Feb 23, 2018 by Anthony-Gaudino (5,720 points)
Seems to be implement on more recent versions.

See: http://forum.plantuml.net/3636
...