ch.tatool.core.element.handler
Class CompoundElementTrialCountEvaluator
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.element.handler.CompoundElementTrialCountEvaluator
- All Implemented Interfaces:
- TrialCountEvaluator, PropertyHolder, Node
public class CompoundElementTrialCountEvaluator
- extends NodeImpl
- implements TrialCountEvaluator
Only counts the trials of the primary element.
- Author:
- Michael Ruflin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundElementTrialCountEvaluator
public CompoundElementTrialCountEvaluator()
getTrialCount
public int getTrialCount(ExecutionContext context)
- Returns the trial count of the baseEvaluator in case the primary element
is in the execution stack, 0 otherwise.
- Specified by:
getTrialCount in interface TrialCountEvaluator
getBaseEvaluator
public TrialCountEvaluator getBaseEvaluator()
setBaseEvaluator
public void setBaseEvaluator(TrialCountEvaluator baseEvaluator)
Copyright © 2012. All Rights Reserved.