Package repast.simphony.util
Interface SimpleFactory<T>
public interface SimpleFactory<T>
A simple interface for factories that create some type.
- Version:
- $Revision: 1.1 $ $Date: 2005/12/21 22:25:35 $
- Author:
- Jerry Vos
-
Method Summary
-
Method Details
-
create
T create()Creates and returns an instance of the objects of type. - Returns:
- a T instance
-