Are Objects Related
Checks if objects are related through a relation.
Description
Checks whether two objects are related through a specific relation (relation direction matters).
Inputs
- origin (Object): The object at the source of the relation
- destination (Object): The object the relation is pointing to
- relation (Relation): The relation linking the
origin
to thedestination
Outputs
- related (Boolean):
true
ifrelation
linksorigin
todestination