X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fstore%2FIPreValue.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2Finternal%2Fstore%2FIPreValue.java;h=893d08cafecf86545705c0743b214d78562352a5;hp=d9d3de798652128be16cb3dc18197f19b5650bfb;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java index d9d3de798..893d08caf 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/internal/store/IPreValue.java @@ -1,17 +1,17 @@ -package org.simantics.graph.compiler.internal.store; - -import java.util.Collection; - -import org.simantics.databoard.binding.Binding; -import org.simantics.graph.query.Path; -import org.simantics.graph.query.Paths; -import org.simantics.ltk.Location; -import org.simantics.ltk.Problem; - - - -public interface IPreValue { - Object toValue(Binding binding, Collection problems); - Path getDefaultType(Paths paths); - Location getLocation(); -} +package org.simantics.graph.compiler.internal.store; + +import java.util.Collection; + +import org.simantics.databoard.binding.Binding; +import org.simantics.graph.query.Path; +import org.simantics.graph.query.Paths; +import org.simantics.ltk.Location; +import org.simantics.ltk.Problem; + + + +public interface IPreValue { + Object toValue(Binding binding, Collection problems); + Path getDefaultType(Paths paths); + Location getLocation(); +}