ch.tatool.core.element.handler
Interface TrialCountEvaluator

All Superinterfaces:
Node, PropertyHolder
All Known Implementing Classes:
CompoundElementTrialCountEvaluator, DefaultTrialCountEvaluator

public interface TrialCountEvaluator
extends Node

A TrialCountEvaluator evaluates the trial count for the current execution context.

Author:
Michael Ruflin

Method Summary
 int getTrialCount(ExecutionContext context)
          Get the count for the current execution context.
 
Methods inherited from interface ch.tatool.element.Node
getParent, setParent
 
Methods inherited from interface ch.tatool.data.PropertyHolder
clearProperties, getId, getKeys, getProperty, removeProperty, setProperty
 

Method Detail

getTrialCount

int getTrialCount(ExecutionContext context)
Get the count for the current execution context.



Copyright © 2012. All Rights Reserved.