Hi Michael, OrientDB does not have a concept for interfaces, but you can use abstract classes and make them extends V (so that you can then create edges between them)
I hope it helps Thanks Luigi Il giorno lun 25 feb 2019 alle ore 16:17 Michael Faughn < [email protected]> ha scritto: > I'm having a go at implementing an OGM for Ruby. More precisely, an OGM > that is driven by UML class diagrams. Is there a good way to handle > properties that are typed as interfaces? > > Referencing the image below, how can I create a property for class Foo > that is typed as a link to a Zapper? How can I create an edge to a Zapper? > > > > > > [image: orient_iface_example.jpg] > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
