oeg-upm / Chowlk

Tool to transform an ontology diagram into OWL code.
Apache License 2.0
22 stars 6 forks source link

Allow lose connections #20

Closed Serge3006 closed 2 years ago

Serge3006 commented 2 years ago

Sometimes the arrows can be very closed to the shapes (rectangles) but are not anchored to them, causing the algorithm to now detect those connections. Allow the detection of those connections by proximity also.

Serge3006 commented 2 years ago

Problem solved by indicating in the output interface that an specific arrow in not connected to any shape. We avoid to include this features (lose connecttions) to avoid the need to compare geometric coordinates in a brute force way between the arrow and all the rectangles present in the ontology.

image