removed the CompositeProducerFactory
[mir.git] / source / mircoders / localizer / MirGeneratorLocalizer.java
1 package mircoders.localizer;
2
3 import mir.generator.*;
4
5 public interface MirGeneratorLocalizer {
6   public Generator makeGenerator(String anIdentifier) throws MirLocalizerException;
7 }