org.jrdf.graph.local.index.nodepool
Class NodeTypePoolImpl
java.lang.Object
org.jrdf.graph.local.index.nodepool.NodeTypePoolImpl
- All Implemented Interfaces:
- NodeTypePool
public class NodeTypePoolImpl
- extends Object
- implements NodeTypePool
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeTypePoolImpl
public NodeTypePoolImpl(MapFactory mapFactory,
StringNodeMapper newMapper)
get
public Node get(Long nodeId)
- Specified by:
get in interface NodeTypePool
put
public void put(Long id,
LocalizedNode node)
- Specified by:
put in interface NodeTypePool
addNodeValues
public void addNodeValues(NodePool nodePool,
List<Map<Long,String>> values)
- Specified by:
addNodeValues in interface NodeTypePool
removeNode
public String removeNode(Long nodeId)
- Specified by:
removeNode in interface NodeTypePool
getBNodeValues
public Map<Long,String> getBNodeValues()
- Specified by:
getBNodeValues in interface NodeTypePool
getURINodeValues
public Map<Long,String> getURINodeValues()
- Specified by:
getURINodeValues in interface NodeTypePool
getLiteralNodeValues
public Map<Long,String> getLiteralNodeValues()
- Specified by:
getLiteralNodeValues in interface NodeTypePool
clear
public void clear()
- Specified by:
clear in interface NodeTypePool