org.topbraid.spin.model
Interface NamedGraph

All Superinterfaces:
Element, ElementGroup, Printable

public interface NamedGraph
extends ElementGroup

A named graph element (GRAPH keyword in SPARQL).

Author:
Holger Knublauch

Method Summary
 Resource getNameNode()
          Gets the URI Resource or Variable that holds the name of this named graph.
 
Methods inherited from interface org.topbraid.spin.model.ElementGroup
getElements
 
Methods inherited from interface org.topbraid.spin.model.Element
visit
 
Methods inherited from interface org.topbraid.spin.model.print.Printable
print
 

Method Detail

getNameNode

Resource getNameNode()
Gets the URI Resource or Variable that holds the name of this named graph. If it's a Variable, then this method will typecast it into an instance of Variable.

Returns:
a Resource or Variable