I want to connect many verticles with each other, without a central entity. Is this possible? If so how do I do it?
Ex:
name link
asd:1 1
asd:2 1
asd:3 1
Default an edge is created from all entity's to a central entity named 1.
But I want all with link 1 to connect with separate edges to each other based on the link property. So basically a closed circle instead of a star like figure.
Ex:
name link
asd:1 1
asd:2 1
asd:3 1
Default an edge is created from all entity's to a central entity named 1.
But I want all with link 1 to connect with separate edges to each other based on the link property. So basically a closed circle instead of a star like figure.