com.rubecula.util
Interface MillFactoryInterface

All Superinterfaces:
Identifiable
All Known Implementing Classes:
MillFactory

public interface MillFactoryInterface
extends Identifiable

Interface for the creation of mills.

Version:
$Revision: 1.3 $
Author:
Robin Hillyard

Method Summary
 MillInterface createMill(java.lang.String name)
          Method to create a named Mill.
 
Methods inherited from interface com.rubecula.util.Identifiable
getIdentifier
 

Method Detail

createMill

public MillInterface createMill(java.lang.String name)
                         throws MillException
Method to create a named Mill.

Parameters:
name - the identifier for this Mill
Returns:
the newly constructed Mill
Throws:
MillException