Uses of Class
com.hp.hpl.jena.enhanced.EnhNode

Packages that use EnhNode
com.hp.hpl.jena.enhanced This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph. 
 

Uses of EnhNode in com.hp.hpl.jena.enhanced
 

Methods in com.hp.hpl.jena.enhanced that return EnhNode
 EnhNode EnhGraph.getNodeAs(Node n, java.lang.Class interf)
          Answer an enhanced node that wraps the given node and conforms to the given interface type.
 EnhNode EnhNode.viewAs(java.lang.Class t)
          Answer a facet of this node, where that facet is denoted by the given type.
abstract  EnhNode Implementation.wrap(Node node, EnhGraph eg)
          Create a new EnhNode wrapping a Node in the context of an EnhGraph
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP