The Situation
The default nodes currently have very generic names, e.g. Author. This could (and already has) lead to name collisions if the user defines custom nodes with the same name.
Possible Solution
Rename default nodes so that possible name collisions are more unlikely. A naming scheme like DefaultAuthor or CAGAuthor instead of just Author should work fine.
Additional thoughts
The same problem could occur whit edges.
The Situation
The default nodes currently have very generic names, e.g.
Author. This could (and already has) lead to name collisions if the user defines custom nodes with the same name.Possible Solution
Rename default nodes so that possible name collisions are more unlikely. A naming scheme like
DefaultAuthororCAGAuthorinstead of justAuthorshould work fine.Additional thoughts
The same problem could occur whit edges.