edu.columbia.surge
Interface  FDFactory
- All Known Implementing Classes: 
 - FDFactoryH
 
- public abstract interface FDFactory
 
This class holds the factory methods for the FD class. Users can
 use this class to create instances of FD objects with their desired
 parameters.
| 
Field Summary | 
static FDFactory | 
factory
 
          The static instance which helps users to access to the methods in
 this class. | 
 
| 
Method Summary | 
 FD | 
create()
 
          A factory method which creates a default instance of FD. | 
 
factory
public static final FDFactory factory
- The static instance which helps users to access to the methods in
 this class.
 
create
public FD create()
- A factory method which creates a default instance of FD.
- Returns:
 - a default instance of FD