• Resolved SinusPi

    (@sinuspi)


    I’m trying to build a possibly simple setup for defining named, directional relationships between objects. Say, if A is “north of” B, then B is “south of” A. This could be a unidirectional relationship, it’s all a matter of querying for From or To, obviously, but I need the names of the directions to be easily user-defined and listed, so that a simple query can list all relationships of A (“A is south of B, precedes C, bigger than D”) . Does this plugin cover such a case, or do I need to write some kind of wrapper?

    • This topic was modified 9 months, 2 weeks ago by SinusPi.
Viewing 1 replies (of 1 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi @sinuspi,

    Thanks for your message. This is not covered by the plugin. I think a custom code as a wrapper (like the Decorator pattern) will work in this case.

Viewing 1 replies (of 1 total)
  • The topic ‘Directional, named relationships?’ is closed to new replies.