com.admc.jamama
Interface MitGenerator
- All Superinterfaces:
- Configurable
- All Known Implementing Classes:
- Server
- public interface MitGenerator
- extends Configurable
Generates Mits
Non-generators can make mits by cloning an existing Mit.
MitGenerators make Mits without cloning.
Routers are generally not MitGenerators because they clone Mits.
- Version:
- $Revision: 1.2 $
- Author:
- Blaine Simpson
setDirector
public void setDirector(Director director)
- Sets the Director who actually does the Mit creation work.
- Parameters:
director -
getDirector
public Director getDirector()
- Returns:
- Director that this MitGenerator uses to create Mits