public class CounterexampleContractCollection extends Object implements ContractCollection
| Constructor and Description |
|---|
CounterexampleContractCollection(ContractCollection delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addContract(Contract contract) |
Collection<Contract> |
getContractsForExport() |
ContractMatch |
matchContract(HeapConfiguration precondition) |
public CounterexampleContractCollection(ContractCollection delegate)
public void addContract(Contract contract)
addContract in interface ContractCollectionpublic ContractMatch matchContract(HeapConfiguration precondition)
matchContract in interface ContractCollectionpublic Collection<Contract> getContractsForExport()
getContractsForExport in interface ContractCollectionCopyright © 2019. All rights reserved.