X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fvariable%2FVariableMap.java;h=5306d41bf3b1eef9c1f55134c1d79352acd07c2d;hb=1ecae6e1ad40507badb8807fb14bb67b4adf199c;hp=96e04d4c9f71dae2aaa262d8790b373d8e8d006b;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableMap.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableMap.java index 96e04d4c9..5306d41bf 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableMap.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableMap.java @@ -1,13 +1,13 @@ -package org.simantics.db.layer0.variable; - -import java.util.Map; - -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface VariableMap { - Variable getVariable(ReadGraph graph, Variable context, String name) throws DatabaseException; - // Must not modify collection in any way not possible with put-method. - Map getVariables(ReadGraph graph, Variable context, Map map) throws DatabaseException; - Map getVariables(ReadGraph graph, Variable context, String classification, Map map) throws DatabaseException; -} +package org.simantics.db.layer0.variable; + +import java.util.Map; + +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +public interface VariableMap { + Variable getVariable(ReadGraph graph, Variable context, String name) throws DatabaseException; + // Must not modify collection in any way not possible with put-method. + Map getVariables(ReadGraph graph, Variable context, Map map) throws DatabaseException; + Map getVariables(ReadGraph graph, Variable context, String classification, Map map) throws DatabaseException; +}