org.grinvin.list

Interface GraphList

All Superinterfaces:
List, HasName
Known Subinterfaces:
GraphListModel
Known Implementing Classes:
DefaultGraphList, DefaultGraphListModel

public interface GraphList
extends List, HasName

Interface to ease the use of graph lists.

Method Summary

boolean
containsSessionElements()
URI
getURI()
Get the uri.
boolean
isDirty()
void
setDirty(boolean dirty)
void
setURI(URI uri)
Set the URI of this GraphListElement.

Methods inherited from interface org.grinvin.list.HasName

getName, setName

Method Details

containsSessionElements

public boolean containsSessionElements()

getURI

public URI getURI()
Get the uri.
Returns:
the uri, or null

isDirty

public boolean isDirty()

setDirty

public void setDirty(boolean dirty)

setURI

public void setURI(URI uri)
Set the URI of this GraphListElement. Use this to set the URI when the bundle has been saved.
Parameters:
uri - the URI