我想沿着給定的邊緣關係去除一組頂點及其所有後代。在我的情況,圖中有一些頂點,其類型爲會議,和其他類型爲事件。從事件到會話的弧線有標籤in_session。 似乎有沒有快速的方法在一個通做到這一點。這裏是我使用的代碼: // First, select all event descendants of sessions with r < 700
GraphTraversal<Vertex, Ver
我使用Scala的Titan Cassandra圖形數據庫。 創建頂點和邊緣到 val conf = new BaseConfiguration()
conf.setProperty("storage.backend", inmemory)
TitanFactory.open (conf)
val graph = TitanFactory.open (conf)
val v0 = gra