public class IterationInfo extends NodeInfo<FeatureInfo,java.lang.reflect.AnnotatedElement>
| Constructor and Description |
|---|
IterationInfo(FeatureInfo feature,
java.lang.Object[] dataValues,
int estimatedNumIterations) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
getDataValues()
Return this iteration's data values for the ongoing execution of the
owning feature method.
|
int |
getEstimatedNumIterations()
Returns the estimated total number of iterations for the ongoing execution
of the owning feature method.
|
java.lang.String |
getName()
Returns the name of this iteration.
|
java.lang.reflect.AnnotatedElement |
getReflection() |
getDescription, getLine, getMetadata, getParent, isStub, setDescription, setLine, setMetadata, setName, setParent, setReflectionpublic IterationInfo(FeatureInfo feature, java.lang.Object[] dataValues, int estimatedNumIterations)
public java.lang.reflect.AnnotatedElement getReflection()
getReflection in class NodeInfo<FeatureInfo,java.lang.reflect.AnnotatedElement>public java.lang.String getName()
getName in class NodeInfo<FeatureInfo,java.lang.reflect.AnnotatedElement>public java.lang.Object[] getDataValues()
FeatureInfo.getDataVariables().public int getEstimatedNumIterations()
Copyright © 2012. All rights reserved