class 是否可能在 OrientDB 中既是顶点又是边?

Is it possible for a class to be both a vertex and an edge in OrientDB?

我想在边缘之间添加边缘,但 API 和 Studio 界面似乎没有提供这种可能性。在 OrientDB 中是否可以从 V 和 E 继承 class?

不,这不可能。 属性 图模型简单但严格。你应该在中间有一个顶点来收集其他边。