public interface MaterializationStrategy
| Modifier and Type | Method and Description |
|---|---|
Collection<HeapConfiguration> |
materialize(HeapConfiguration heapConfiguration,
ViolationPoints potentialViolationPoints)
Attempts to materialize a given program states such that the provided
|
Collection<HeapConfiguration> materialize(HeapConfiguration heapConfiguration, ViolationPoints potentialViolationPoints)
heapConfiguration - The program state that should be materialized.potentialViolationPoints - A specification of points in the program state that prevent the
concrete semantics from being executed.Copyright © 2018. All rights reserved.