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
abstract  EnhNode Implementation.wrap(Node node, EnhGraph eg)
          Create a new EnhNode wrapping a Node in the context of an EnhGraph
 EnhNode EnhNode.viewAs(java.lang.Class t)
          Answer a facet of this node, where that facet is denoted by the given type.
 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.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.