1 package org.simantics.graph.compiler.internal.templates;
3 import java.util.Collection;
5 import org.simantics.graph.compiler.ExternalFileLoader;
6 import org.simantics.graph.query.IGraph;
7 import org.simantics.graph.store.GraphStore;
8 import org.simantics.ltk.Problem;
10 public interface ITemplate {
11 void apply(IGraph graph, GraphStore store, int[] parameters, ExternalFileLoader fileLoader, Collection<Problem> problems);