public interface FullConcretizationStrategy
| Modifier and Type | Method and Description |
|---|---|
List<HeapConfiguration> |
concretize(HeapConfiguration abstractHc,
int count)
Determines a list of up to 'count' concrete heap configurations derived from the given one
|
List<HeapConfiguration> concretize(HeapConfiguration abstractHc, int count)
abstractHc - The heap configuration from which concretizations are derivedcount - The number of requested concrete heap configurationsCopyright © 2018. All rights reserved.