1
我想使用屬性列表(多值鍵),所以我必須使用addProperty()
而不是setProperty()
。要做到這一點,我必須使用TitanVertex
而不是(藍圖')Vertex
,或?如何從TitanGraphQuery返回TitanVertex
當我用Java進行查詢時,我總是得到Vertex
。我如何才能使用TitanVertex
?方法如getTitanVertex()
或query.titanVertices()
?