net.sourceforge.cilib.xml
Class XMLProblemFactory
java.lang.Object
net.sourceforge.cilib.xml.XMLObjectFactory
net.sourceforge.cilib.xml.XMLProblemFactory
- All Implemented Interfaces:
- ProblemFactory
public class XMLProblemFactory
- extends XMLObjectFactory
- implements ProblemFactory
- Author:
- Edwin Peer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLProblemFactory
public XMLProblemFactory()
XMLProblemFactory
public XMLProblemFactory(Document xmlDocument,
Element xmlProblemDescription)
- Creates a new instance of XMLProblemFactory.
XMLProblemFactory
public XMLProblemFactory(Element xmlProblemDescription)
newProblem
public Problem newProblem()
- Description copied from interface:
ProblemFactory
- Returns a newly contructed problem.
- Specified by:
newProblem
in interface ProblemFactory
- Returns:
- A new
Problem
.
setProblem
public void setProblem(Problem problem)
Copyright © 2009 CIRG. All Rights Reserved.