javagraphmindmapping

any API for handling graph? in java


I would like to use the concept of MindMap http://en.wikipedia.org/wiki/Mind_map

in a AI program. Is there any API for java? A good api for drawing and manipulating graphs with enough documentation and examples will also do the job.

I dont actually need to represent it graphically , i just need to build the map in any method(used for representing graphs, ) and search in it.

The program shall take a word as input

Search the mindmap for it and display the relevant words.


Solution

  • JGraphT was possible solution for me. I am working on it