You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reification is a constrained graph transformation that replaces an edge with a binary node. For example, A --> B becomes A <-- C --> B. This allows cycles to be broken and relations to become focused (e.g., as root nodes). Not any edge can be reified, and the new node and new edges are not all the same.
Reification is a constrained graph transformation that replaces an edge with a binary node. For example,
A --> B
becomesA <-- C --> B
. This allows cycles to be broken and relations to become focused (e.g., as root nodes). Not any edge can be reified, and the new node and new edges are not all the same.reify()
and the inverse (dereify()
?deify()
?)Hopefully reification can be done on a Graph without knowledge of the codec.
The text was updated successfully, but these errors were encountered: