T - public abstract class SequenceOutputVariableFactory<T extends Number> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
timeStamps |
protected List<T> |
values |
protected RuntimeVariable |
variable |
| Constructor and Description |
|---|
SequenceOutputVariableFactory(RuntimeVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
List<OutputVariable<T>> |
getOutputVariables() |
protected abstract T |
getValue(TestSuiteChromosome individual) |
List<String> |
getVariableNames() |
void |
setStartTime(long time) |
void |
update(TestSuiteChromosome individual) |
protected RuntimeVariable variable
public SequenceOutputVariableFactory(RuntimeVariable variable)
public void setStartTime(long time)
protected abstract T getValue(TestSuiteChromosome individual)
public void update(TestSuiteChromosome individual)
public List<OutputVariable<T>> getOutputVariables()
Copyright © 2010–2017 EvoSuite. All rights reserved.