Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse で Java を使用して読み取ったgmlファイルがあり、以下のコードの結果を に保存する方法を知りたいですneo4j。
gml
neo4j
TinkerGraph graph = new TinkerGraph(); GMLReader gml= new GMLReader(graph); gml.inputGraph("/home/salma/Desktop/celegansneural.gml");