net.sourceforge.cilib.xml
Class XMLStoppingConditionFactory
java.lang.Object
net.sourceforge.cilib.xml.XMLObjectFactory
net.sourceforge.cilib.xml.XMLStoppingConditionFactory
- All Implemented Interfaces:
- StoppingConditionFactory
public class XMLStoppingConditionFactory
- extends XMLObjectFactory
- implements StoppingConditionFactory
- Author:
- Edwin Peer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLStoppingConditionFactory
public XMLStoppingConditionFactory()
XMLStoppingConditionFactory
public XMLStoppingConditionFactory(Document xmlDocument,
Element xmlProgressIndicatorDescription)
- Creates a new instance of XMLProgressIndicatorFactory.
XMLStoppingConditionFactory
public XMLStoppingConditionFactory(Element xmlProgressIndicatorDescription)
newStoppingCondition
public StoppingCondition newStoppingCondition()
- Returns a newly constructed StoppingCondition.
- Specified by:
newStoppingCondition
in interface StoppingConditionFactory
- Returns:
- A new
StoppingCondition
.
setProgressIndicator
public void setProgressIndicator(StoppingCondition progressIndicator)
Copyright © 2009 CIRG. All Rights Reserved.