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

All Known Implementing Classes:
NodeTypePoolImpl

public interface NodeTypePool


Method Summary
 void addNodeValues(NodePool nodePool, List<Map<Long,String>> values)
           
 void clear()
           
 Node get(Long nodeId)
           
 Map<Long,String> getBNodeValues()
           
 Map<Long,String> getLiteralNodeValues()
           
 Map<Long,String> getURINodeValues()
           
 void put(Long id, LocalizedNode node)
           
 String removeNode(Long value)
           
 

Method Detail

get

Node get(Long nodeId)

put

void put(Long id,
         LocalizedNode node)

getBNodeValues

Map<Long,String> getBNodeValues()

clear

void clear()

getURINodeValues

Map<Long,String> getURINodeValues()

getLiteralNodeValues

Map<Long,String> getLiteralNodeValues()

addNodeValues

void addNodeValues(NodePool nodePool,
                   List<Map<Long,String>> values)

removeNode

String removeNode(Long value)