org.mulgara.mrg
Interface Node

All Superinterfaces:
Comparable<Node>
All Known Subinterfaces:
ObjectNode, PredicateNode, SubjectNode
All Known Implementing Classes:
Bnode, Literal, Uri

public interface Node
extends Comparable<Node>

A marker interface for Graph nodes. Unless a callback is required, the only thing really needed is a toString method.


Method Summary
 int getTypeId()
          A type identifier for comparing node types.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getTypeId

int getTypeId()
A type identifier for comparing node types.



Copyright © 2011. All Rights Reserved.