package jetbrains.mps.execution.api.commands; /*Generated by MPS */ import java.util.List; public interface CommandPart { List<String> getCommandList(); int getLength(); }