package jetbrains.mps.ide.dataFlow.presentation; /*Generated by MPS */ public interface IGraphCreator<T extends IInstruction<T>> { IBlock createBlock(T instruction, int x, int y, int width, int height); }