org.grinvin.list.graphs
Class GraphListElementManager
java.lang.Objectorg.grinvin.list.graphs.GraphListElementManager
public class GraphListElementManager
extends java.lang.Object
Manages the mapping between Graph URI's and the GraphListElement objects representing them.
getGraphListElement
public GraphListElement getGraphListElement(URI uri)
Convenience method for retrieving a graph list element with given
URI. Same as getGraphListElement(uri,null).
getInstance
public static GraphListElementManager getInstance()
Get the singleton instance of this class
- the single shared instance of this class
getStandardGraphNodes
public GraphGroup getStandardGraphNodes()