如何在java中加载以顶点V为根的整个图?
我有一个veertex V,它是根节点。现在它连接到一些其他顶点,其中实习生连接到更多顶点,依此类推。
我想将整个图表加载到深度N.
有可能吗?
public class GraphLoader{
public void loadGraph(RootID id){
//load here
//What will be return type ??Vertex??I mean class of rootNode?
}
}
1)How can i to it using native libs? <br>
2)How can i do it using ThinkerPop bluprientAPI
我不赞成从顶点获取一个顶点,然后接下来接下来。这需要很长时间。 我的图表深度约为100,节点数可能很多