edu.columbia.surge
Interface FDNullFactory

All Known Implementing Classes:
FDNullFactoryH

public abstract interface FDNullFactory

This class holds the factory methods for the FDNull class. Users can use this class to create instances of FDNull objects with their desired parameters.

See Also:
FDNull

Field Summary
static FDNullFactory factory
          The static instance which helps users to access to the methods in this class.
 
Method Summary
 FDNull create()
          A factory method which creates a default instance of FDNull.
 

Field Detail

factory

public static final FDNullFactory factory
The static instance which helps users to access to the methods in this class.
Method Detail

create

public FDNull create()
A factory method which creates a default instance of FDNull.
Returns:
a default instance of FDNull