ch.tatool.core.element.handler
Class DefaultTrialCountEvaluator
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.element.handler.DefaultTrialCountEvaluator
- All Implemented Interfaces:
- TrialCountEvaluator, PropertyHolder, Node
public class DefaultTrialCountEvaluator
- extends NodeImpl
- implements TrialCountEvaluator
Default trial count adaptor. Either adds 1 or 0, depending on whether a Result
property has been set or not
- Author:
- Michael Ruflin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTrialCountEvaluator
public DefaultTrialCountEvaluator()
getTrialCount
public int getTrialCount(ExecutionContext context)
- Description copied from interface:
TrialCountEvaluator
- Get the count for the current execution context.
- Specified by:
getTrialCount in interface TrialCountEvaluator
Copyright © 2012. All Rights Reserved.