net.java.rdf.sommer
Interface SommerMapable


public interface SommerMapable

Objects that can be mapped, will implement this interface This interface will normally be added using byte code rewriting. Note: other ideas of things one could place in the object: - its Resource identity: this would avoid a hash table lookup for each object

Author:
hjs

Method Summary
 void setSommerRewriteMapper(RewriteMapper map)
           
 

Method Detail

setSommerRewriteMapper

void setSommerRewriteMapper(RewriteMapper map)