net.sourceforge.cilib.xml
Class XMLStoppingConditionFactory

java.lang.Object
  extended by net.sourceforge.cilib.xml.XMLObjectFactory
      extended by net.sourceforge.cilib.xml.XMLStoppingConditionFactory
All Implemented Interfaces:
StoppingConditionFactory

public class XMLStoppingConditionFactory
extends XMLObjectFactory
implements StoppingConditionFactory

Author:
Edwin Peer

Constructor Summary
XMLStoppingConditionFactory()
           
XMLStoppingConditionFactory(Document xmlDocument, Element xmlProgressIndicatorDescription)
          Creates a new instance of XMLProgressIndicatorFactory.
XMLStoppingConditionFactory(Element xmlProgressIndicatorDescription)
           
 
Method Summary
 StoppingCondition newStoppingCondition()
          Returns a newly constructed StoppingCondition.
 void setProgressIndicator(StoppingCondition progressIndicator)
           
 
Methods inherited from class net.sourceforge.cilib.xml.XMLObjectFactory
error, newObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStoppingConditionFactory

public XMLStoppingConditionFactory()

XMLStoppingConditionFactory

public XMLStoppingConditionFactory(Document xmlDocument,
                                   Element xmlProgressIndicatorDescription)
Creates a new instance of XMLProgressIndicatorFactory.


XMLStoppingConditionFactory

public XMLStoppingConditionFactory(Element xmlProgressIndicatorDescription)
Method Detail

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.