org.openanzo.server.repository.querybuilder
Interface NodeConverter<E>
- Type Parameters:
E - type of object that Values are converted
public interface NodeConverter<E>
Interface for converting from Anzo RDF Nodes to database string representations of nodes.
- Author:
- Joe Betz
convertToDbValue
E convertToDbValue(CompositeNodeLayout nodeLayout,
org.openrdf.model.Value node)
- Convert an Anzo RDF value to the database representation
- Parameters:
nodeLayout - CompositeNodeLayout to retrieve URIs and Node valuesnode - Value to convert
- Returns:
- database representation of value
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.