package org.simantics.db.layer0.adapter; import org.simantics.db.ReadGraph; import org.simantics.db.Statement; import org.simantics.db.exception.DatabaseException; public interface StatementAdapter { Object getValue(ReadGraph graph, Statement statement) throws DatabaseException; }