net.sourceforge.cilib.problem
Interface ProblemFactory

All Known Implementing Classes:
XMLProblemFactory

public interface ProblemFactory

A factory used to produce a Problem must satisfy this interface. XMLProblemFactory implements this interface so that problems can be created for the Simulator.

To avoid the use of XML you can create your own implementation of ProblemFactory to create appropriately configured problems.

Author:
Edwin Peer

Method Summary
 Problem newProblem()
          Returns a newly contructed problem.
 

Method Detail

newProblem

Problem newProblem()
Returns a newly contructed problem.

Returns:
A new Problem.


Copyright © 2009 CIRG. All Rights Reserved.