1 package org.simantics.db.layer0.variable;
3 import org.simantics.db.ReadGraph;
4 import org.simantics.db.exception.DatabaseException;
5 import org.simantics.db.layer0.variable.RVI.RVIPart;
7 public interface RVIResolver {
8 RVI getRVI(ReadGraph graph, Variable variable) throws DatabaseException;
9 RVI getPossibleRVI(ReadGraph graph, Variable variable) throws DatabaseException;
10 Variable getVariable(ReadGraph graph, Variable context, RVIPart part) throws DatabaseException;