T - public abstract class ChromosomeOutputVariableFactory<T> extends Object
| Constructor and Description |
|---|
ChromosomeOutputVariableFactory(RuntimeVariable variable) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
getData(TestSuiteChromosome individual) |
OutputVariable<T> |
getVariable(TestSuiteChromosome chromosome) |
public ChromosomeOutputVariableFactory(RuntimeVariable variable)
protected abstract T getData(TestSuiteChromosome individual)
public OutputVariable<T> getVariable(TestSuiteChromosome chromosome)
Copyright © 2010–2017 EvoSuite. All rights reserved.