X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fvariable%2FVariableFactory.java;h=190b183a8e077570b7c1df699c00b4ed79f4147c;hb=85c1daf4b3d4a48613e0c61c359cb8aac2157f01;hp=a28509c925734bef3b3ea5b179c81f03a20ace32;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableFactory.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableFactory.java index a28509c92..190b183a8 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableFactory.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableFactory.java @@ -1,12 +1,12 @@ -package org.simantics.db.layer0.variable; - -import java.util.Collection; - -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface VariableFactory { - - Collection evaluate(ReadGraph graph, Variable variable) throws DatabaseException; - -} +package org.simantics.db.layer0.variable; + +import java.util.Collection; + +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +public interface VariableFactory { + + Collection evaluate(ReadGraph graph, Variable variable) throws DatabaseException; + +}