View Javadoc

1   /*
2    * To change this template, choose Tools | Templates
3    * and open the template in the editor.
4    */
5   
6   package cz.cuni.amis.pogamut.unreal.t3dgenerator;
7   
8   /**
9    * Interface for objects that somehow alter the generation of T3D.
10   * @author Martin Cerny
11   */
12  public interface IT3dGeneratorContext {
13      public INamingFactory getNamingFactory();
14  }