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%2FCompilationResult.java;fp=bundles%2Forg.simantics.graph.compiler%2Fsrc%2Forg%2Fsimantics%2Fgraph%2Fcompiler%2FCompilationResult.java;h=c7d63f41e25ec268bd45b61c7f6afcaa2d295479;hp=1bad33d24da53cf2308a1f9980468d778af4eea8;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/CompilationResult.java b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/CompilationResult.java index 1bad33d24..c7d63f41e 100644 --- a/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/CompilationResult.java +++ b/bundles/org.simantics.graph.compiler/src/org/simantics/graph/compiler/CompilationResult.java @@ -1,39 +1,39 @@ -package org.simantics.graph.compiler; - -import java.util.Collection; - -import org.simantics.graph.IResourceFile; -import org.simantics.graph.representation.TransferableGraph1; -import org.simantics.ltk.Problem; - -/** - * Result of invoking GraphCompiler.compile. - * @author Hannu Niemistö - */ -public class CompilationResult { - TransferableGraph1 graph; - Collection errors; - Collection warnings; - Collection resourceFiles; - SourceInfo sourceInfo; - - public TransferableGraph1 getGraph() { - return graph; - } - - public Collection getErrors() { - return errors; - } - - public Collection getWarnings() { - return warnings; - } - - public Collection getResourceFiles() { - return resourceFiles; - } - - public SourceInfo getSourceInfo() { - return sourceInfo; - } -} +package org.simantics.graph.compiler; + +import java.util.Collection; + +import org.simantics.graph.IResourceFile; +import org.simantics.graph.representation.TransferableGraph1; +import org.simantics.ltk.Problem; + +/** + * Result of invoking GraphCompiler.compile. + * @author Hannu Niemistö + */ +public class CompilationResult { + TransferableGraph1 graph; + Collection errors; + Collection warnings; + Collection resourceFiles; + SourceInfo sourceInfo; + + public TransferableGraph1 getGraph() { + return graph; + } + + public Collection getErrors() { + return errors; + } + + public Collection getWarnings() { + return warnings; + } + + public Collection getResourceFiles() { + return resourceFiles; + } + + public SourceInfo getSourceInfo() { + return sourceInfo; + } +}