package jetbrains.mps.samples.LightweightDSL.plugin.transformRuntime; /*Generated by MPS */ public final class DummyPipelineElement extends PipelineElement { public int transformValue(int value) { throw new UnsupportedOperationException("This class should never be instantiated"); } }