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
 EnhNode EnhGraph.getNodeAs(Node n, Class interf)
          Answer an enhanced node that wraps the given node and conforms to the given interface type.
 EnhNode EnhNode.viewAs(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
 

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, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP