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. 
com.hp.hpl.jena.ontology.tidy Implements an OWL Syntax Checker.  
 

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.
 

Uses of EnhNode in com.hp.hpl.jena.ontology.tidy
 

Methods in com.hp.hpl.jena.ontology.tidy that return EnhNode
 EnhNode SyntaxProblem.problemNode()
          An orphan or some other node that is at the centre of this problem.
 



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