de.hedenus.graph
Interface GraphElement

All Known Subinterfaces:
Arc, Node, Statement
All Known Implementing Classes:
BasicStatement, BlankNode, Literal, RDFNode, URIRefNode

public interface GraphElement

Base type for nodes and arcs.

Author:
Michael Hedenus

Method Summary
 java.lang.String id()
          The graph element's unique identifier.
 java.lang.String label()
          Returns a label used to visually tag the graph element.
 

Method Detail

label

java.lang.String label()
Returns a label used to visually tag the graph element.


id

java.lang.String id()
The graph element's unique identifier.