Bahaa Khateib
Bahaa Khateib

Reputation: 135

Undirected edges in orientDB

I am working with orientDB v2.2.10 and I am trying to create edges of class "E" between vertices using the graph editor, my question is can create undirected edges between vertices and if yes how to do it via Java API

Upvotes: 1

Views: 173

Answers (1)

Roberto  Franchini
Roberto Franchini

Reputation: 1026

You can find documentation about graph Java API here:

http://orientdb.com/docs/last/Graph-Database-Tinkerpop.html

Upvotes: 1

Related Questions