org.jrdf.graph.local.index.nodepool
Interface NodeTypePool
- All Known Implementing Classes:
- NodeTypePoolImpl
public interface NodeTypePool
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)