com.hp.hpl.jena.reasoner.dig
Class DIGValueToNodeMapper
java.lang.Object
com.hp.hpl.jena.reasoner.dig.DIGValueToNodeMapper
- All Implemented Interfaces:
- Map1
public class DIGValueToNodeMapper
- extends Object
- implements Map1
Mapper to map DIG identifier names and concrete value elements to Jena graph nodes.
- Version:
- CVS $Id: DIGValueToNodeMapper.java,v 1.2 2004/12/07 09:56:36 andy_seaborne Exp $
- Author:
- Ian Dickinson, HP Labs (email)
Method Summary |
Object |
map1(Object o)
Return the node corresponding to the given element; either a literal
node for ival and sval values, or a URI node for named elements. |
DIGValueToNodeMapper
public DIGValueToNodeMapper()
map1
public Object map1(Object o)
Return the node corresponding to the given element; either a literal
node for ival and sval values, or a URI node for named elements.
- Specified by:
map1
in interface Map1
- Parameters:
o
- An object, expected to be an XML element
- Returns:
- The converted thing.
Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP