org.jrdf.graph.local.index.nodepool
Interface StringNodeMapper

All Superinterfaces:
TypedNodeVisitor
All Known Implementing Classes:
StringNodeMapperImpl

public interface StringNodeMapper
extends TypedNodeVisitor


Method Summary
 BlankNode convertToBlankNode(String string)
           
 Literal convertToLiteral(String string, Long nodeId)
           
 String convertToString(Node node)
           
 URIReference convertToURIReference(String string, Long nodeId)
           
 
Methods inherited from interface org.jrdf.graph.TypedNodeVisitor
visitBlankNode, visitLiteral, visitNode, visitResource, visitURIReference
 

Method Detail

convertToString

String convertToString(Node node)

convertToBlankNode

BlankNode convertToBlankNode(String string)

convertToURIReference

URIReference convertToURIReference(String string,
                                   Long nodeId)

convertToLiteral

Literal convertToLiteral(String string,
                         Long nodeId)