|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.reasoner.dig.DIGValueToNodeMapper
public class DIGValueToNodeMapper
Mapper to map DIG identifier names and concrete value elements to Jena graph nodes.
| Constructor Summary | |
|---|---|
DIGValueToNodeMapper()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
map1(java.lang.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. |
Node |
mapToNode(java.lang.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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DIGValueToNodeMapper()
| Method Detail |
|---|
public java.lang.Object map1(java.lang.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.
map1 in interface Map1o - An object, expected to be an XML element
public Node mapToNode(java.lang.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.
o - An object, expected to be an XML element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||