X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.expressions%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fexpressions%2FEnvironmentDescription.java;h=343feed2b9c49741813477ba91054cde57180e51;hb=d2682c13178d3374794aab7637a4de371e9bef00;hp=0ae0a729b06dd6bc511160c8cb3cfdd16deefdb8;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.expressions/src/org/simantics/scl/expressions/EnvironmentDescription.java b/bundles/org.simantics.scl.expressions/src/org/simantics/scl/expressions/EnvironmentDescription.java index 0ae0a729b..343feed2b 100644 --- a/bundles/org.simantics.scl.expressions/src/org/simantics/scl/expressions/EnvironmentDescription.java +++ b/bundles/org.simantics.scl.expressions/src/org/simantics/scl/expressions/EnvironmentDescription.java @@ -1,24 +1,24 @@ -package org.simantics.scl.expressions; - -/** - * Describes an environment for evaluating expressions. - * The description includes the names and types of the - * environment variables, but not necessarily the values. - * The values are obtained using the ContextualValues - * given by successfully resolved variables. - * @author Hannu Niemistö - * @param - */ -public interface EnvironmentDescription { - /** - * Tries to resolve an environment variable - * with a given name. Returns null - * if there is no such variable. If variable is - * found, returns ContextualValue that can be - * used to obtain the value of the environment - * variable with a suitable context. - * @param name - * @return - */ - ContextualValue resolve(String name); -} +package org.simantics.scl.expressions; + +/** + * Describes an environment for evaluating expressions. + * The description includes the names and types of the + * environment variables, but not necessarily the values. + * The values are obtained using the ContextualValues + * given by successfully resolved variables. + * @author Hannu Niemistö + * @param + */ +public interface EnvironmentDescription { + /** + * Tries to resolve an environment variable + * with a given name. Returns null + * if there is no such variable. If variable is + * found, returns ContextualValue that can be + * used to obtain the value of the environment + * variable with a suitable context. + * @param name + * @return + */ + ContextualValue resolve(String name); +}